# Connect your data

- [App and database connectors](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/app-and-database-connectors.md): Explore and visualize data from >150 sources
- [Snowflake](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/snowflake.md): Connect your Snowflake warehouse to explore and visualize your data
- [BigQuery](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/bigquery-beta.md): Connect your BigQuery warehouse to explore and visualize your data
- [Redshift](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/redshift.md): Connect your Redshift warehouse to explore and visualize your data
- [Postgres](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/postgres.md): Connect your Postgres data to explore and visualize your data
- [Use an SSH tunnel](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/postgres/using-an-ssh-tunnel.md): If your Postgres instance is not accessible to the public, you can connect to it using an SSH tunnel
- [Static IP Addresses](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/static-ip-addresses.md): Allow traffic to your warehouse from these addresses
- [dbt](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/dbt.md): Connect your dbt project to sync your metadata and surface it directly to business teams for better data discovery.
- [dbt Cloud](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/dbt/dbt-cloud.md): Connect your dbt Cloud deployment to sync your metadata
- [dbt via GitHub](https://canvasapp.gitbook.io/docs/getting-started/connecting-your-data/dbt/dbt-via-github.md): Connect dbt via GitHub to sync your metadata


---

# 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://canvasapp.gitbook.io/docs/getting-started/connecting-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.
