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

# Custom Stores

> Custom learning store implementations and integration patterns.

| Example                                                                                        | Description                                                                             |
| ---------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [Custom Store: Minimal Example](/examples/learning/custom-stores/minimal-custom-store)         | Shows how to create a custom learning store by implementing the LearningStore protocol. |
| [Custom Store: Database-Backed Example](/examples/learning/custom-stores/custom-store-with-db) | Shows how to create a custom learning store with database persistence.                  |
