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

# In Memory

> Store agent, team, and workflow sessions in memory with InMemoryDb.

| 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)         | HackerNews research team stores sessions in an in-memory database with a structured Article output. |
| [In Memory Storage for Workflow](/examples/storage/in-memory/in-memory-storage-for-workflow) | Useful for simple demos where performance is not critical.                                          |
