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

# Quickstart

> Quick start examples for enabling learning in an agent.

| Example                                                                                 | Description                                                              |
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Learning Machines](/examples/learning/quickstart/always-learn)                         | Set `learning=True` to turn an agent into a learning machine.            |
| [Learning Machines: Agentic Mode](/examples/learning/quickstart/agentic-learn)          | In AGENTIC mode, the agent receives tools to explicitly manage learning. |
| [Learning Machines: Learned Knowledge](/examples/learning/quickstart/learned-knowledge) | Learned Knowledge stores insights that transfer across users.            |
