> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Postgres

> Store agents, teams, and workflows in PostgreSQL with session persistence.

| Example                                                                           | Description                                                                                        |
| --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [Postgres For Agent](/examples/storage/postgres/postgres-for-agent)               | Persist agent sessions in Postgres and carry conversation history across runs.                     |
| [Postgres for Team](/examples/storage/postgres/postgres-for-team)                 | HackerNews research team stores sessions in Postgres with a structured Article output.             |
| [Postgres Storage for Workflow](/examples/storage/postgres/postgres-for-workflow) | Demonstrates using PostgresDb as the session storage backend for a workflow.                       |
| [Async Postgres](/examples/storage/postgres/async-postgres/overview)              | Examples demonstrating asynchronous PostgreSQL integration with Agno agents, teams, and workflows. |
