---
title: Assets
description: Browse, preview, and manage every output produced by your workflow runs across all verticals.
---

The Assets screen is the output gallery for your workspace. Every document, code file, image, or structured data file produced by a workflow run is stored here.

## Filter bar

At the top of the screen, a filter bar lets you narrow the visible assets:
- **Vertical** — filter by which vertical produced the asset (finance, healthcare, legal, coding, or all).
- **Kind** — filter by asset type (document, code, image, data, etc.).
- **Search** — free-text search against file names and metadata.
- **Run filter** — when you navigate here from a specific run's detail panel, a banner shows which run is being filtered. Click **Clear** to remove the run filter.

## Asset grid

Assets are shown in a responsive grid. Each card shows a thumbnail (or file-type icon), the asset name, kind badge, vertical, and the run that produced it.

- Click an asset card to select it and preview it in the right-hand preview panel.
- Check multiple cards to activate the **bulk toolbar** (see below).

## Preview panel

The right-hand panel shows the full content of the selected asset:
- **Documents** — rendered text or markdown.
- **Code files** — syntax-highlighted source code.
- **Images** — inline image preview.
- **Data files** — formatted JSON or CSV table.

The preview panel also shows version history for the selected asset. Click a previous version to see its content, or use the diff view to compare two versions side by side.

## Bulk toolbar

Select multiple assets to activate the bulk toolbar. Available actions:
- **Export** — download all selected assets as a ZIP archive.
- **Delete** — permanently delete the selected assets.
- **Clear selection** — deselect all.

## Version history

Click **Versions** on any asset to open the version history drawer. It lists every version with its timestamp and size. Select a version to diff it against the current version. This is useful when a workflow produces iterative drafts of a document and you want to see what changed between runs.

## Related screens

| Need | Go to |
|---|---|
| Source run | [Activity](/docs/using-the-app/runs-and-observability) |
| Workflow that produced output | [Workflows](/docs/using-the-app/flows) |
| Coding-agent artifacts | [Coding](/docs/using-the-app/coding) |
