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

# Memory

> This section demonstrates how Agno agents persist and use user memories across runs, sessions, and agents.

| Example                                                                                               | Description                                                                                                      |
| ----------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [Agent With Persistent Memory](/examples/memory/agent-with-memory)                                    | Use persistent memory with an Agent.                                                                             |
| [Memory Tools With Web Search](/examples/memory/memory-tools)                                         | Use MemoryTools alongside WebSearchTools so an agent can store and use user memory while planning a trip.        |
| [Agentic Memory Management](/examples/memory/agentic-memory)                                          | Use agentic memory with an Agent.                                                                                |
| [Agents Sharing Memory](/examples/memory/agents-share-memory)                                         | Two agents sharing the same user memory.                                                                         |
| [Custom Memory Manager Configuration](/examples/memory/custom-memory-manager)                         | Configure a MemoryManager separately from the Agent and apply custom memory capture instructions.                |
| [Multi-User Multi-Session Chat](/examples/memory/multi-user-multi-session-chat)                       | A multi-user, multi-session chat flow where user memory is shared across sessions for the same user.             |
| [Concurrent Multi-User Multi-Session Chat](/examples/memory/multi-user-multi-session-chat-concurrent) | This example runs multiple user conversations concurrently while persisting.                                     |
| [Share Memory and History Between Agents](/examples/memory/share-memory-and-history-between-agents)   | Two agents sharing both conversation history and user memory through a common database, user ID, and session ID. |
| [Memory Manager](/examples/memory/memory-manager/overview)                                            | The Memory Manager handles user memory CRUD and retrieval operations.                                            |
| [Optimize Memories](/examples/memory/optimize-memories/overview)                                      | This directory demonstrates memory optimization strategies.                                                      |
