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

# Learning

> Examples demonstrating team learning capabilities in Agno. Teams can automatically capture user profiles, memories, entity information, session context, learned knowledge, and deci.

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