# Welcome

{% hint style="info" %}
The Reporting API is now live and in Beta. For questions, feedback, bug reports, and feature requests please contact <support@seconddoor.app>
{% endhint %}

### Getting Started

The SDH Reporting API provides read-only access to your organization's data through a standard PostgreSQL interface. Use it to connect BI tools for analytical querying or ingest data into your own warehouse.

{% content-ref url="/pages/AXaNgjJkcT0ody1hEVnB" %}
[Overview](/reporting-api/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/gfaf2jZvMqqhqIk6as3K" %}
[Database Connection](/reporting-api/database-connection.md)
{% endcontent-ref %}

### Ways To Connect

#### Export Views

Export views are pre-joined, flat-table representations of your data. All related fields are denormalized into a single table — no JOINs required. Each row contains every relevant field for that record type.

{% content-ref url="/pages/i1zRD6oFoecI8ANWGSjl" %}
[Export Views](/reporting-api/export-views.md)
{% endcontent-ref %}

#### Semantic Layer

The semantic layer is a governed set of analytical models. It sits between your raw data and your BI tools and standardizes metric definitions. It keeps dashboards consistent across teams and tools.

{% content-ref url="/pages/SgpfVhzUMQYl5jur7miN" %}
[Semantic Layer](/reporting-api/semantic-layer.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seconddoor.app/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
