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

# Storage

> The shared S3-compatible artefact bucket where agents publish outputs.

The **Storage** screen browses the shared **S3-compatible artefact bucket** — the object store where agents publish outputs, typically via a `save_artifact` tool. For the broader model, see [Storage](/concepts/storage). To browse everything agents can read and write as one tree, use [Files](/dashboard/files).

<Info>
  If object storage isn't wired up (common on self-host), the screen shows a **"not configured"** state with setup instructions instead of the browser.
</Info>

## Usage card

A **usage card** shows **used space** and **capacity %**, with a **stacked breakdown by prefix** so you can see which agents or folders dominate the bucket.

<Frame caption="Storage — the artefact bucket agents write to via save_artifact.">
  <img src="https://mintcdn.com/orcapods/QvGbh1ZeFOhKP6Fs/images/dashboard/storage.jpg?fit=max&auto=format&n=QvGbh1ZeFOhKP6Fs&q=85&s=b6979a4a4fa6de4d0b840209e919605e" alt="Storage page artefact bucket with usage card and object table" width="1440" height="688" data-path="images/dashboard/storage.jpg" />
</Frame>

## Browsing

Move through the bucket with the **breadcrumb** trail. The **sortable table** lists **name**, **size**, and **modified**, with **folders first**. Use **Upload** to add objects and **Refresh** to re-read the current folder.

## Deleting

Delete a **file** or a **folder** from its row. Deleting a folder shows a **warning about the number of objects** it contains before you confirm.

## Previewing objects

Click an object to open the **preview sheet**, which renders **text**, shows **images inline**, and displays **binary** content as base64.

## Related

<CardGroup cols={2}>
  <Card title="Storage" href="/concepts/storage">
    Buckets, drivers, and artefacts.
  </Card>

  <Card title="Files" href="/dashboard/files">
    The unified virtual filesystem tree.
  </Card>
</CardGroup>
