> ## 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 Storage Path • AI Agent SDK

> get_storage_path: Get default SQLite storage database path.

# get\_storage\_path

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

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

Get default SQLite storage database path.

## Signature

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

### Returns

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

## Uses

* `get_data_dir`

## Used By

* [`get_all_paths`](../functions/get_all_paths)

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="RAG Concept" icon="magnifying-glass" href="/docs/docs/concepts/rag" />

  <Card title="RAG Overview" icon="database" href="/docs/docs/rag/overview" />

  <Card title="Chunking Strategies" icon="scissors" href="/docs/docs/rag/strategies/overview" />
</CardGroup>
