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

# Export

> Download one generation, or export every completed generation in a chat as one ZIP with a folder per batch.

## Download one file

Hover a cell and click **Download**, or use the download control in the [media viewer](/docs/documentation/agent/generations/media-viewer). The file saves directly. 3D outputs offer a format menu.

To download several tiles from the media rail, `Cmd+click` (`Ctrl+click`) to select them, then use the selection actions.

## Export a chat as a ZIP

Ask the agent to export. For example:

```text theme={null}
Export all the videos from this chat as a zip.
```

The agent builds the archive in the sandbox and shows an **export card** in the chat. The card lists the archive name, the file count, the total size, and a **Download** button. Expand it to see the folder tree.

### Archive layout

The root folder is the chat title. Inside, each named batch is a folder, and each run is a file named by its variant. Unnamed runs use their ordinal.

```text theme={null}
product-hero-shots/
  hero-shot/
    dusk.png
    morning.png
  animation/
    gen-4.mp4
  manifest.json
```

`manifest.json` lists every file with its prompt, model, and request ID.

### What is included

* Completed generations with a permanent URL.
* Filtered by batch name or media type when you ask for a subset.

Not included: your uploads, failed runs, and video sequences. A [video sequence](/docs/documentation/agent/tools/video-sequences) is an arrangement, not a file. Export the sequence first to get a file.

### Limit

One archive holds up to 200 files. For a larger chat, export by media type or by batch.
