> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agno.com/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)              | This example shows how to add, get, delete, and replace user memories manually.  |
| [Memory Creation](/examples/memory/memory-manager/memory-creation)                               | This example shows how to create user memories from direct text and from a.      |
| [Custom Memory Capture Instructions](/examples/memory/memory-manager/custom-memory-instructions) | This example shows how to customize memory capture instructions and compare the. |
| [Search User Memories](/examples/memory/memory-manager/memory-search)                            | This example shows how to search user memories using different retrieval.        |
| [Control Memory Database Tools](/examples/memory/memory-manager/db-tools-control)                | This example demonstrates how to control which memory database operations are.   |
