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

# Supabase

> Connecting Fabi.ai to your [Supabase](https://supabase.com/) instance.

<Warning>
  Before connecting, ensure that you whitelist Fabi.ai's IP addresses in your firewall or security group settings:

  * `3.232.60.87`
  * `54.172.255.171`
</Warning>

# Creating a service account user

## 1. Access Supabase Dashboard

Log in to your [Supabase Dashboard](https://app.supabase.com/) and navigate to your project.

## 2. Navigate to your project and target branch

Navigate to your project in Supabase, and select the branch you want to connect to Fabi then click `Connect`

## 3. Get connection details

Once you click on `Connect`, search for one of the connection methods that's IPv4 compatible and retrieve the connection details. We recommend using `Session pooler`:

* **Host**: Your project's database host (found in Settings > Database)
* **Database name**: Usually `postgres`
* **Port**: Usually `5432`
* **Username**: Either `postgres` (with service\_role key) or your custom service user
* **Password**: Your database password that you've set

# Connecting Supabase to Fabi.ai

Once you've gathered your connection details, follow the steps in [Connecting to Your Data](/getting_started/connect_data_sources)

<Tip>For information about our industry-leading security practices, check out our [Security hub](https://www.fabi.ai/security).</Tip>
