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

# Storage

> This directory contains examples demonstrating how to integrate various databases with Agno agents, teams, and workflows for persistent storage.

| Example                                                                    | Description                                                                                                    |
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [Postgres](/examples/storage/postgres/overview)                            | Examples demonstrating PostgreSQL database integration with Agno agents, teams, and workflows.                 |
| [Mongo](/examples/storage/mongo/overview)                                  | Examples demonstrating MongoDB integration with Agno agents and teams.                                         |
| [Mysql](/examples/storage/mysql/overview)                                  | Examples demonstrating MySQL database integration with Agno agents, teams, and workflows.                      |
| [Redis](/examples/storage/redis/overview)                                  | Examples demonstrating Redis integration with Agno agents, teams, and workflows.                               |
| [Singlestore](/examples/storage/singlestore/overview)                      | Examples demonstrating SingleStore database integration with Agno agents and teams.                            |
| [Firestore](/examples/storage/firestore/overview)                          | Examples demonstrating Google Cloud Firestore integration with Agno agents.                                    |
| [Dynamodb](/examples/storage/dynamodb/overview)                            | Examples demonstrating AWS DynamoDB integration with Agno agents.                                              |
| [Gcs](/examples/storage/gcs/overview)                                      | Examples demonstrating Google Cloud Storage (GCS) integration with Agno agents using JSON blob storage.        |
| [In Memory](/examples/storage/in-memory/overview)                          | This directory contains examples demonstrating how to use `InMemoryDb` with Agno agents, workflows, and teams. |
| [Persistent Session Storage](/examples/storage/persistent-session-storage) | Demonstrates using PostgresDb for persistent session storage with a team.                                      |
| [Session Summary](/examples/storage/session-summary)                       | Demonstrates configuring session summaries for an agent using PostgresDb.                                      |
| [Chat History](/examples/storage/chat-history)                             | Demonstrates retrieving chat history from agent sessions stored in PostgresDb.                                 |
| [Examples](/examples/storage/examples/overview)                            | Patterns and examples for database integration with Agno.                                                      |
| [Json Db](/examples/storage/json-db/overview)                              | Examples demonstrating JSON file-based storage integration with Agno agents, teams, and workflows.             |
| [Sqlite](/examples/storage/sqlite/overview)                                | Examples demonstrating SQLite database integration with Agno agents, teams, and workflows.                     |
| [Surrealdb](/examples/storage/surrealdb/overview)                          | Examples demonstrating SurrealDB integration with Agno agents, teams, and workflows.                           |
