> For the complete documentation index, see [llms.txt](https://docs.whalesync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whalesync.com/connectors/postgres/authorize-postgres/basedash.md).

# Basedash

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

## Step 1: Find your database

Navigate to the [Basedash Connections page](https://app.basedash.com/connections). In the left panel, scroll down to the bottom to see your databases. Click on the gear icon of the database you want to connect:

<div align="center"><figure><img src="/files/zQ4FDbzQV5MJl7NA0VTf" alt="Screenshot of the settings icon for a database connection in Basedash"><figcaption><p>Connection settings for a database</p></figcaption></figure></div>

Click "Manage credentials":

<figure><img src="/files/2zez6Ku0PUdANwe74yr6" alt="Screenshot of the manage credentials button in Basedash"><figcaption><p>Manage credentials for a database</p></figcaption></figure>

## Step 2: Construct the connection URI

On the "Manage credentials" page, you should see a "SQL connection overview" section:

<figure><img src="/files/rB0AbN72jzugLjECvem7" alt="SQL connection overview page in Basedash"><figcaption><p>SQL connection overview</p></figcaption></figure>

Construct the connection URI with the above fields and replace `YOUR_PASSWORD` with the correct password. Using the example values above, the connection URI would look like this:

{% code overflow="wrap" %}

```
postgresql://postgres:YOUR_PASSWORD@18.18.98.1:5432/postgres
```

{% endcode %}

This is the string you will paste into the Whalesync Postgres connection dialog:

<figure><img src="/files/OxVCGLQ2PxPOr6msM9ez" alt="Screenshot of the Whalesync Postgres connection dialog"><figcaption><p>Enter your Postgres connection URI into Whalesync</p></figcaption></figure>

## Caveats

Note that Whalesync does not yet support:

* Whitelisted IP addresses
* Custom SSL/TLS certificates

If you need these to connect to your instance, please [reach out and let us know](/resources/support.md).
