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

# SurrealDB

> Examples showing SurrealDB as a backend for Agno memory management.

| Example                                                                                              | Description                                                                                               |
| ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [Standalone SurrealDB Memory Operations](/examples/integrations/surrealdb/standalone-memory-surreal) | Add, delete, and replace user memories directly in SurrealDB with a standalone MemoryManager.             |
| [SurrealDB Memory Creation](/examples/integrations/surrealdb/memory-creation)                        | Create user memories from raw text and message history with MemoryManager on SurrealDB.                   |
| [SurrealDB Custom Memory Instructions](/examples/integrations/surrealdb/custom-memory-instructions)  | Scope what MemoryManager captures with custom instructions, storing memories in SurrealDB.                |
| [SurrealDB Memory Search](/examples/integrations/surrealdb/memory-search-surreal)                    | Search SurrealDB memories with last\_n, first\_n, and agentic retrieval methods.                          |
| [SurrealDB Memory DB Tools Control](/examples/integrations/surrealdb/db-tools-control)               | Control memory writes with MemoryManager's add\_memories and update\_memories flags, backed by SurrealDB. |
