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

# In Memory

> This directory contains examples demonstrating how to use `InMemoryDb` with Agno agents, workflows, and teams.

| Example                                                                                      | Description                                                                                        |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [In Memory Storage For Agent](/examples/storage/in-memory/in-memory-storage-for-agent)       | The Agent sessions will now be stored in the in-memory database.                                   |
| [In Memory Storage For Team](/examples/storage/in-memory/in-memory-storage-for-team)         | 2. Run: `python cookbook/storage/in_memory_storage/in_memory_storage_for_team.py` to run the team. |
| [In Memory Storage For Workflow](/examples/storage/in-memory/in-memory-storage-for-workflow) | Useful for simple demos where performance is not critical.                                         |
