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

# Media Storage

> Offload agent media to the filesystem, S3, or Google Cloud Storage.

| Example                                                                 | Description                                                                                      |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [Local Media Storage](/examples/storage/media-storage/local)            | Store agent media on the filesystem with LocalMediaStorage and keep a reference in the database. |
| [S3 Media Storage](/examples/storage/media-storage/s3)                  | Offload agent media to an S3 bucket and keep only a MediaReference in the database.              |
| [GCS Media Storage](/examples/storage/media-storage/gcs)                | Offload agent media to Google Cloud Storage and keep only a MediaReference in the database.      |
| [Media Storage Across Turns](/examples/storage/media-storage/multiturn) | Read offloaded media back from storage across multiple turns of a session.                       |
| [Deleting Offloaded Media](/examples/storage/media-storage/delete)      | Delete a session's stored media alongside its rows with delete\_media=True.                      |
