# Data Sources

AirOps makes it easy to connect to various data sources including: warehouses, databases, APIs, and vector databases. This allows you to train your Large Language Models directly on your own integrated databases and systems, and fully unlock the power of AI.

## Supported Data Sources

AirOps currently supports the following data sources:

* [BigQuery](/context/memory-stores/add-data/import-from-sql-database/data-sources/bigquery.md)
* [Postgres](/context/memory-stores/add-data/import-from-sql-database/data-sources/postgres.md)
* [Redshift](/context/memory-stores/add-data/import-from-sql-database/data-sources/redshift.md)
* [Snowflake](/context/memory-stores/add-data/import-from-sql-database/data-sources/snowflake.md)

We're constantly working to expand our connectivity options, so if you're interested in requesting an integration or have any suggestions, please don't hesitate to let us know!

## Getting Started

To set up a new data source connection, first navigate to the "**⚙️ Settings"** tab on the left-hand panel, click "**Warehouse Setup,**" and then select the "**Add Database**" button in the top-right corner:

<figure><img src="/files/p4IZtmqaeZ22SfZGapXL" alt=""><figcaption></figcaption></figure>

Then, follow our specific guide pages linked above to connect your desired integration!


---

# 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.airops.com/context/memory-stores/add-data/import-from-sql-database/data-sources.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.
