> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Learn Dir • AI Agent SDK

> get_learn_dir: Get learn directory for learning stores.

# get\_learn\_dir

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**paths**](../modules/paths) module.

Get learn directory for learning stores.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_learn_dir() -> Path
```

### Returns

<ResponseField name="Returns" type="Path">
  Path to \~/.praisonai/learn/
</ResponseField>

## Uses

* `get_data_dir`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/paths.py#L207">
  `praisonaiagents/paths.py` at line 207
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Agent Learn" icon="graduation-cap" href="/docs/concepts/agent-learn" />

  <Card title="Learn Configuration" icon="gear" href="/docs/configuration/learn-config" />
</CardGroup>
