# Supabase

You can create your Supabase connection from either your team's dashboard or directly inside a spreadsheet. From the **Dashboard**, navigate to the **Connections** menu item. Or from inside a spreadsheet, press `/` and then Manage connections.&#x20;

## Connection details&#x20;

To connect to your Supabase database, you'll need to enter the parameters in the **Team connections** modal:&#x20;

<figure><img src="/files/OtOo25on1j3UUw4LdIH2" alt=""><figcaption></figcaption></figure>

## Credentials

To find your Supabase credentials, click the connect button at the top of your Supabase dashboard. &#x20;

<figure><img src="/files/QOYacTRPdwj081I9ujlI" alt=""><figcaption></figcaption></figure>

Once in this screen, you must use the Session Pooler options. Press view parameters and use the associated details to create the connection in Quadratic.

<figure><img src="/files/MREgQcN56xiTx3BC8XqJ" alt=""><figcaption></figcaption></figure>

You can ignore the "pool\_mode" parameter. All others should be copied exactly as they appear into Quadratic.&#x20;

## IP allow-list

{% hint style="info" %}
You may need to whitelist both Quadratic IP addresses to make connections, which are:\
**44.240.255.40** \
**54.68.134.35**

*\* These IP addresses do not apply to self-hosted instances*&#x20;
{% endhint %}

If you need help setting up your data sources, [contact us](https://quadratichq.com/contact). Some extra resources and instructions vary depending on where your database lives.

Once you've made your connection, you can use it directly in spreadsheets to read data to your spreadsheets. Learn how [here](/connections/sql-getting-started.md#step-1-use-your-connection).&#x20;


---

# 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/supabase.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.
