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

# Postgres

> Examples demonstrating PostgreSQL database integration with Agno agents, teams, and workflows.

| Example                                                                           | Description                                                                                        |
| --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [Postgres For Agent](/examples/storage/postgres/postgres-for-agent)               | Use Postgres as the database for an agent.                                                         |
| [Postgres For Team](/examples/storage/postgres/postgres-for-team)                 | 2. Run: `python cookbook/storage/postgres_storage/postgres_storage_for_team.py` to run the team.   |
| [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. |
