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

# Learning

> Capture user profiles, memories, entities, session context, knowledge, and decisions from team runs.

| Example                                                                               | Description                                                                                               |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [Team Learning: Always Mode](/examples/teams/learning/team-always-learn)              | Set `learning=True` on a Team to enable automatic learning.                                               |
| [Team Learning: Configured Stores](/examples/teams/learning/team-configured-learning) | Configure specific learning stores on a Team using LearningMachine.                                       |
| [Team Learning: Entity Memory](/examples/teams/learning/team-entity-memory)           | Teams can track entities (people, projects, companies) across conversations.                              |
| [Team Learning: Session Planning](/examples/teams/learning/team-session-planning)     | Teams can track session goals and progress using SessionContext.                                          |
| [Team Learning: Learned Knowledge](/examples/teams/learning/team-learned-knowledge)   | Teams can build a shared knowledge base from conversations using LearnedKnowledge with a vector database. |
| [Team Learning: Decision Logging](/examples/teams/learning/team-decision-log)         | Teams can log decisions for auditing, debugging, and learning.                                            |
| [Learning Machine](/examples/teams/memory/learning-machine)                           | Demonstrates team learning with LearningMachine and user profile extraction.                              |
| [With Agentic Memory](/examples/teams/memory/team-with-agentic-memory)                | Demonstrates team-level agentic memory creation and updates during runs.                                  |
| [With Memory Manager](/examples/teams/memory/team-with-memory-manager)                | Demonstrates persistent team memory updates through MemoryManager.                                        |
| [Memories in Context](/examples/teams/memory/memories-in-context)                     | Demonstrates `add_memories_to_context` with team memory capture.                                          |
| [Team Learning: User Profile](/examples/teams/learning/team-user-profile)             | Team learns and recalls user profile across sessions.                                                     |
| [Team Learning: User Memory](/examples/teams/learning/team-user-memory)               | Team learns observations and context about the user across sessions.                                      |
| [Team Learning: Async Mode](/examples/teams/learning/team-async-learning)             | Demonstrates Team learning with async database operations.                                                |
| [Team Learning: Agentic Mode](/examples/teams/learning/team-agentic-learning)         | Team decides when to update user memory using tools.                                                      |
