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

# Learning Stores

> Each store captures a different type of knowledge.

A Learning Machine coordinates multiple stores, each optimized for a specific type of knowledge.

| Store                                                       | What it captures                            | Scope        | Use case              |
| ----------------------------------------------------------- | ------------------------------------------- | ------------ | --------------------- |
| [**User Profile**](/learning/stores/user-profile)           | Structured fields (name, role, preferences) | Per user     | Personalization       |
| [**User Memory**](/learning/stores/user-memory)             | Unstructured observations and facts         | Per user     | Context retention     |
| [**Session Context**](/learning/stores/session-context)     | Goals, plans, and progress                  | Per session  | Long-running tasks    |
| [**Entity Memory**](/learning/stores/entity-memory)         | Facts about external entities               | Configurable | Knowledge graphs      |
| [**Learned Knowledge**](/learning/stores/learned-knowledge) | Insights that transfer across users         | Configurable | Team-wide improvement |
| [**Decision Log**](/learning/stores/decision-log)           | Decisions with reasoning                    | Per agent    | Auditing and learning |

## Guides

<CardGroup cols={2}>
  <Card title="User Profile" icon="user" iconType="duotone" href="/learning/stores/user-profile">
    Structured facts about users
  </Card>

  <Card title="User Memory" icon="brain" iconType="duotone" href="/learning/stores/user-memory">
    Unstructured observations from conversations
  </Card>

  <Card title="Session Context" icon="clock" iconType="duotone" href="/learning/stores/session-context">
    Goals, plans, and progress for active sessions
  </Card>

  <Card title="Entity Memory" icon="building" iconType="duotone" href="/learning/stores/entity-memory">
    Facts about companies, projects, people
  </Card>

  <Card title="Learned Knowledge" icon="lightbulb" iconType="duotone" href="/learning/stores/learned-knowledge">
    Insights that benefit all users
  </Card>

  <Card title="Decision Log" icon="list-check" iconType="duotone" href="/learning/stores/decision-log">
    Decisions with reasoning for auditing
  </Card>
</CardGroup>
