> For the complete documentation index, see [llms.txt](https://connectyai.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide.md).

# Data Connections Guide

- [How-To-Video](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/how-to-video.md)
- [Snowflake](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/snowflake.md)
- [Google BigQuery](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/google-bigquery.md)
- [Databricks](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/databricks.md): Securely connect your Connecty's Data Environment to your Databricks database.
- [Databricks Unity Catalog Sync](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/databricks/databricks-unity-catalog-sync.md): "Day Zero Semantic Layer" for Unity Catalog Metric Views
- [PostgreSQL](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/postgresql.md)
- [Amazon Athena](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/amazon-athena.md)
- [Amazon Redshift](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/amazon-redshift.md)
- [Google Drive (Sheets)](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/google-drive-sheets.md)
- [Custom Data Sources](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/custom-data-sources.md): 500+ data sources connected to the Connecty Managed Warehouse
- [Meta Ads](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/meta-ads.md): Facebook Marketing (Meta Ads) (Client-Owned Ad Account)
- [Shopify](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/shopify.md): Shopify (Client store) - Grant Connecty read-only access
- [Google Analytics 4](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/google-analytics-4.md)
- [Amazon Seller Partner](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/amazon-seller-partner.md)
- [Amazon Ads](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/amazon-ads.md)
- [WooCommerce](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/woocommerce.md)
- [Google Ads](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/google-ads.md)
- [Stripe](https://connectyai.gitbook.io/documentation/getting-started/data-connections-guide/stripe.md)


---

# 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://connectyai.gitbook.io/documentation/getting-started/data-connections-guide.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.
