> ## 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.

# Async Postgres

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

| Example                                                                                                      | Description                                                                             |
| ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| [Async Postgres For Agent](/examples/storage/postgres/async-postgres/async-postgres-for-agent)               | Use Postgres as the database for an agent.                                              |
| [Async Postgres For Team](/examples/storage/postgres/async-postgres/async-postgres-for-team)                 | 2. Run: `python cookbook/db/async_postgres/async_postgres_for_team.py` to run the team. |
| [Async Postgres Storage for Workflow](/examples/storage/postgres/async-postgres/async-postgres-for-workflow) | Demonstrates using AsyncPostgresDb as the session storage backend for a workflow.       |
