# PostgreSQL

[PostgreSQL](https://www.postgresql.org/) is used by Bindplane for storing data such as agent metadata and configurations.

### Prerequisites

#### 1. Postgres Sizing

Postgres can be scaled vertically based on the number of managed collectors. See the [Postgresql Sizing](/deployment/virtual-machine/bindplane/postgresql/postgres-sizing.md) documentation for sizing details.

#### 2. Postgres Installation

Postgres installation must be done before installing Bindplane. See the [Postgres Installation](/deployment/virtual-machine/bindplane/postgresql/postgres-installation.md) documentation for more information.

#### 3. Postgres Configuration

After installing Postgres, you will need to configure it. See the [Postgres Configuration](/deployment/virtual-machine/bindplane/postgresql/postgres-configuration.md) documentation for more information.

### Bindplane Configuration

For a list of supported Bindplane PostgreSQL configuration options, see the [Postgres Configuration](/configuration/bindplane.md#postgres) section in the configuration documentation.


---

# 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.bindplane.com/deployment/virtual-machine/bindplane/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.
