# Connect a Data Source

Athenic AI offers compatibility with various data sources, including SQL databases and data warehouses.

**For general SQL databases and data warehouses:**

* Start with the 'New Data Source' button on Data Sources page and opt for the source that aligns with your requirements.

<figure><img src="/files/Wxa14GhwoqHcPn7gWqnI" alt=""><figcaption><p>Add a new data source</p></figcaption></figure>

<figure><img src="/files/UXC6ilvd6D9LCCj27hit" alt=""><figcaption><p>Select a data source</p></figcaption></figure>

* Add the configuration information of your data warehouse. Contact support if you run into any issues.

<figure><img src="/files/KHjUvuTRwsZJwp2BVEQc" alt=""><figcaption><p>Configure the data source</p></figcaption></figure>

* After successfully connecting a new data source, you can find it on the Data Source page.

<figure><img src="/files/yGiGlL2Zb7UiUWLh6Vos" alt=""><figcaption><p>Data source added</p></figcaption></figure>

* For guidance on setting up the connection, refer to the detailed instructions found here:
  * [SQL Databases](/integrations-and-data-connectors/sql-databases.md)&#x20;
  * [Data Warehouses](/integrations-and-data-connectors/data-warehouses.md)&#x20;
  * [Files and Sheets ](/integrations-and-data-connectors/files-and-sheets.md)


---

# 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.athenic.com/getting-started/connect-a-data-source.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.
