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

# Learning

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

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