# Postgres

Bindplane can use Postgres as its primary data store and connect over TLS for secure deployments.

### Postgres Store

Bindplane supports using Postgres for its primary data store. See [Postgres Store](/how-to-guides/infrastructure-and-operations/postgres/postgres-store.md) for details.

### Postgres TLS

Bindplane supports connecting to Postgres using TLS. See [Postgres TLS](/how-to-guides/infrastructure-and-operations/postgres/postgres-tls.md) for details.

### On-Premises Operational Playbook

An operational reference for teams running the Bindplane-managed PostgreSQL store on their own infrastructure. Covers supported versions, dead tuple management, lock detection, recommended settings, and health checks. See [Postgres On-Premises Operational Playbook](/how-to-guides/infrastructure-and-operations/postgres/postgres-on-prem-playbook.md) for details.


---

# 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/how-to-guides/infrastructure-and-operations/postgres.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.
