# Connect Your Data

> **Audience**: Data Owners
>
> **Content Summary**: This section of API documentation is specific to connecting your data to Immuta and managing Data Dictionaries.

{% hint style="info" %}
Data sources can also be created and managed using the [V2 API](/2024.2/developer-guides/api-intro/immuta-v2-api.md#create-a-data-source).
{% endhint %}

## Section Contents

* [Amazon S3 API reference guide](/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data/s3.md): Create an Amazon S3 data source.
* [Azure blob storage API reference guide](/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data/azureblob.md): Create an Azure blob storage data source.
* [Azure Synapse Analytics API reference guide](/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data/asa.md): Create an Azure Synapse Analytics data source.
* [Databricks API reference guide](/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data/databricks.md): Create a Databricks data source.
* [Redshift API reference guide](/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data/redshift.md): Create a Redshift data source.
* [Snowflake API reference guide](/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data/snowflake.md): Create a Snowflake data source.
* [Data dictionary API reference guide](/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data/data-dictionary.md): Manage the data dictionary.


---

# 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://documentation.immuta.com/2024.2/developer-guides/api-intro/immuta-v1-api/connect-your-data.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.
