# Render

## Step 1: Find your database

Navigate to the [Render dashboard](https://dashboard.render.com/). You should see a list of databases. Click on the one you want to connect:

<figure><img src="/files/iFwNbsJq6CsrC5oC3qvG" alt="Screenshot of the Render dashboard"><figcaption><p>Render dashboard</p></figcaption></figure>

## Step 2: Find your connection URI

On the "Info" page, scroll down to "Connections". Next to "External Database URL", click the "Copy to clipboard" button:

<figure><img src="/files/ELEiFHE3qVQcBv00qZA7" alt="Screenshot of the Render database connections section with the external database URL"><figcaption><p>External Database URL</p></figcaption></figure>

In the Whalesync Postgres connection dialog, paste in the connection URI:

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


---

# 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.whalesync.com/connectors/postgres/authorize-postgres/render.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.
