# Basedash

<figure><img src="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2Fftha1h2islcIeWmYZZtT%2Fbasedash_background%20(1).png?alt=media&#x26;token=0f1b7340-f617-4abf-b8a8-a06bd84363e0" 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="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FuBarM8ctYd8nHd2UwrAh%2Fimage.png?alt=media&#x26;token=7bcecff8-83c7-4797-a477-8de97a3f0684" 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="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2F3ncTySyGeAiPY3gB2auS%2Fimage.png?alt=media&#x26;token=2b2d2818-2777-4a21-a946-1d65146e101e" 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="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2FTjIiO8uYKbFIMg6knxfU%2Fimage.png?alt=media&#x26;token=d2fc2c70-d851-4a25-a77b-f45f80ef90d5" 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="https://2481481593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLaMDbvbGOow76E8CnqW%2Fuploads%2F2hAH2HON07YbGs5lqdKl%2Fimage.png?alt=media&#x26;token=18880d18-718b-4e88-ad94-a5309cb3a668" 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](https://docs.whalesync.com/resources/support).
