# PostgreSQL

## Set up a PostgreSQL connection

When inside a workbook, click **View** > **Databases**, then click the **+** icon and follow the on-screen instructions.

![Create a PostgreSQL connection](https://4179539225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZqboFGZzD87nn7oPsm%2Fuploads%2FfKKI6h3gzU7095gEGMvj%2FScreenshot%202023-06-30%20at%2013.54.50.png?alt=media\&token=4f81cea1-7a83-4fa0-b95d-cf82f084d402)

For detailed instructions, see [connect-your-data-to-workspace](https://datalab-docs.datacamp.com/connect-to-data/connect-your-data-to-workspace "mention").

If you want to experiment with PostgreSQL without setting up a connection, you can use our sample database with Lego data ([source](https://rebrickable.com/downloads/)).&#x20;

## Query a PostgreSQL database

You can now query your PostgreSQL database with a [sql-cell](https://datalab-docs.datacamp.com/work/sql-cell "mention"). Select it in the **Select source** dropdown in the top left corner of a SQL cell, or select the sample PostgreSQL database.

<figure><img src="https://4179539225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZqboFGZzD87nn7oPsm%2Fuploads%2FhzaRsDokRalmtrNLC2j3%2FScreenshot%202023-06-28%20at%2015.22.18.png?alt=media&#x26;token=f0bc7441-58f4-45a9-af7c-7fecd5b561f3" alt=""><figcaption><p>Example of a SQL cell using the <code>Lego</code> sample database connection. The query result is available as <code>df</code>.</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://datalab-docs.datacamp.com/connect-to-data/postgresql.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.
