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

# Learning

> A comprehensive guide to building agents that learn, adapt, and improve.

| Example                                                   | Description                                                               |
| --------------------------------------------------------- | ------------------------------------------------------------------------- |
| [Quickstart](/examples/learning/quickstart)               | Quick start examples for enabling learning in an agent.                   |
| [Basics](/examples/learning/basics)                       | Core learning primitives and default patterns.                            |
| [User Profile](/examples/learning/user-profile)           | Deep-dive examples focused on user profile extraction and schema control. |
| [Session Context](/examples/learning/session-context)     | Deep-dive examples for session context tracking.                          |
| [Entity Memory](/examples/learning/entity-memory)         | Deep-dive examples for entity memory, facts, events, and relationships.   |
| [Learned Knowledge](/examples/learning/learned-knowledge) | Deep-dive examples for reusable learned knowledge.                        |
| [Quick Tests](/examples/learning/quick-tests)             | Quick validation scripts for critical learning paths.                     |
| [Patterns](/examples/learning/patterns)                   | End-to-end multi-store learning patterns for real workflows.              |
| [Custom Stores](/examples/learning/custom-stores)         | Custom learning store implementations and integration patterns.           |
| [Decision Logs](/examples/learning/decision-logs)         | Examples for capturing and reviewing agent decision logs.                 |
