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

> The Memory Manager handles user memory CRUD and retrieval operations.

| Example                                                                                          | Description                                                                                              |
| ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------- |
| [Standalone Memory Manager CRUD](/examples/memory/memory-manager/standalone-memory)              | Add, get, delete, and replace user memories manually.                                                    |
| [Memory Creation](/examples/memory/memory-manager/memory-creation)                               | Create user memories from direct text and from a message list using MemoryManager.                       |
| [Custom Memory Capture Instructions](/examples/memory/memory-manager/custom-memory-instructions) | Customize memory capture instructions and compare the results with a default memory manager.             |
| [Search User Memories](/examples/memory/memory-manager/memory-search)                            | Search user memories using different retrieval methods such as last\_n, first\_n, and agentic retrieval. |
| [Control Memory Database Tools](/examples/memory/memory-manager/db-tools-control)                | Control which memory database operations are available to the AI model using DB tool flags.              |
