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

# Local Media Storage

> LocalMediaStorage stores agent media on the local filesystem.

`LocalMediaStorage` stores agent media on the local filesystem and keeps only a `MediaReference` in the database. Intended for development and testing.

<Snippet file="media-storage-local-params.mdx" />

`AsyncLocalMediaStorage` takes the same parameters and runs each call in a worker thread.
