# Connections

- [SQL - getting started](https://docs.quadratichq.com/connections/sql-getting-started.md)
- [PostgreSQL](https://docs.quadratichq.com/connections/postgresql.md): Create your PostgreSQL connection.
- [MySQL](https://docs.quadratichq.com/connections/mysql.md): Create your MySQL connection.
- [MS SQL Server](https://docs.quadratichq.com/connections/ms-sql-server.md): Create your MS SQL Server connection.
- [Supabase](https://docs.quadratichq.com/connections/supabase.md): Create your Supabase connection.
- [BigQuery](https://docs.quadratichq.com/connections/bigquery.md): How to connect to BigQuery from Quadratic.
- [Snowflake](https://docs.quadratichq.com/connections/snowflake.md): Create your Snowflake connection.
- [Google Analytics](https://docs.quadratichq.com/connections/google-analytics.md)
- [Mixpanel](https://docs.quadratichq.com/connections/mixpanel.md): Connect to your Mixpanel data for advanced product analytics use-cases.
- [Parametrize queries](https://docs.quadratichq.com/connections/parametrize-queries.md): Insert data from sheet into your queries with parametrized queries.
- [SQL AI assistant](https://docs.quadratichq.com/connections/sql-ai-assistant.md): Use the AI assistant to drastically speed up your SQL efforts.
- [Security](https://docs.quadratichq.com/connections/security.md): Details for permissions and security of connections.
- [API requests](https://docs.quadratichq.com/connections/api-requests.md)
- [Request a connection](https://docs.quadratichq.com/connections/request-a-connection.md): Request a connection you'd like to see built in Quadratic.


---

# 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.quadratichq.com/connections.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.
