# Data Connectors

For data that changes frequently (eg sales transactions, user events, operational metrics, ...) file uploads become tedious. Data connectors solve this by establishing a live link to your source systems.

Once connected, you can refresh data on demand or schedule automatic syncs. Your analyses stay current without manual intervention.

**Available Connectors:**

* **Databases:** [PostgreSQL](/data-connectors/postgresql.md), [MySQL](/data-connectors/mysql.md), [MongoDB](/data-connectors/mongodb.md)
* **Data Warehouses:** [Snowflake](/data-connectors/snowflake.md)
* **Cloud Storage:** [Amazon S3](/data-connectors/s3.md), [Azure Data Lake](/data-connectors/azure-data-lake.md)
* **APIs:** [REST API](/data-connectors/rest-api.md), [Google Analytics](/data-connectors/google-analytics.md)

**To connect a data source:**

1. Navigate to **Data** → **Datasets**
2. Click **New Connection**
3. Select your connector type
4. Enter connection credentials
5. Test the connection to verify it works
6. Import data

(SCREENSHOT: Connector selection grid showing available connector types with icons)


---

# 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.rootcause.ai/more-details/data-management/uploading-datasets/data-connectors.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.
