> ## Documentation Index
> Fetch the complete documentation index at: https://docs.explo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Supabase

## Intro

Find out more about Supabase [here](https://supabase.com/).

When connecting to Supabase, use **Supabases Shared Pooler Connection**. Click [here](https://supabase.com/docs/guides/database/connecting-to-postgres) for more information.

## Necessary Credentials

**Supabase Credential Location**

```
https://supabase.com/dashboard/project/PROJECT_ID/settings/database
```

* **Hostname**

  * The server where your database lives

  * Example: *db.PROJECT\_ID.supabase.co*

* **Port**

  * The port the database server uses

  * Example: *5432*

* **Database name**

  * Name of the database you are connecting Explo to
  * Example: *postgres*

* **Authentication**
  * Scheme you want to use (options below)

### Authentication Options

**Username and Password**

* Credentials:

  * Username

  * Password

## Allowlisting Explo's IPs

<Note>
  You may need to allowlist egress IPs for your
  [Connectivity Region](/data-sources/connecting-to-data-sources/connectivity-regions).
</Note>

## Questions?

Please reach out to the Explo team at
[support@explo.co](mailto:support@explo.co) if you have any questions.
