> For the complete documentation index, see [llms.txt](https://docs.getuntitled.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getuntitled.ai/custom-connections.md).

# Custom Connections

{% hint style="info" %}
This is a feature exclusively for enterprise accounts. If you'd like to enable the custom connection for your account, please contact your customer success manager or <support@getuntitled.ai>
{% endhint %}

## Database Connection Overview

Untitled offers a premium feature that grants users access to a managed data warehouse, enabling integration at the data layer. All raw visitor data collected via the Untitled ID tag is exposed through a client-specific database connection, which can be accessed using the credential set available in your portal.

Follow one of the step-by-step guides below to test your connection to the Untitled database using a common method, and refer to the accompanying [documentation for schema and table structure](/custom-connections/schema-overview.md) details.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Postgres Database</td><td><a href="/pages/iFtpFjuQWTwoUqwRr7uD">/pages/iFtpFjuQWTwoUqwRr7uD</a></td></tr><tr><td>Athena Database (legacy)</td><td><a href="/pages/EuR4O1WG7kJgNOVkKYPI">/pages/EuR4O1WG7kJgNOVkKYPI</a></td></tr></tbody></table>

## Need Further Support or Have Additional Questions?

Check out our[ <mark style="color:blue;">FAQs</mark> ](/misc/frequently-asked-questions.md)to get some answers, start a chat on our [website](https://getuntitled.ai/), or get connected directly with our team [<mark style="color:blue;">here</mark>](https://getuntitled.ai/contact/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.getuntitled.ai/custom-connections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
