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

# View volumes

> View team-assigned storage volumes and their usage.

<Tip>
  **Prefer the terminal?** `vesslctl volume list` shows the same volumes; use `vesslctl volume upload`/`download` to move files. See [`vesslctl volume`](/cli/commands/volume) for the full reference.
</Tip>

The volume list shows all storage volumes available to your team(s). Click **Object storage** or **Cluster storage** in the sidebar to view each type.

<div>
  <Frame>
    <img src="https://mintcdn.com/dora/f2JHRxMvkJOetNNx/images/objectstorage_userside.png?fit=max&auto=format&n=f2JHRxMvkJOetNNx&q=85&s=61c78338f5add6e04c2b54319faeb415" alt="Object storage volume list with name, usage, and team columns" width="3024" height="1610" data-path="images/objectstorage_userside.png" />
  </Frame>

  <small>Example: Object storage volumes</small>
</div>

<div>
  <Frame>
    <img src="https://mintcdn.com/dora/cE4rOlAFNcAWVENz/images/clusterstorage_userside.png?fit=max&auto=format&n=cE4rOlAFNcAWVENz&q=85&s=963a34fe1520308ecd9f5154e9b46abc" alt="Cluster storage volume list showing volumes bound to specific clusters" width="3024" height="1610" data-path="images/clusterstorage_userside.png" />
  </Frame>

  <small>Example: Cluster storage volumes</small>
</div>

<Tip>
  If you don't see any volumes, you can [create one yourself](/member/volume/create) or ask your Organization Admin to create and assign one to your team.
</Tip>

## Quick demo

Explore how to view and access storage volumes with the quick demo below.

<div style={{ position: 'relative', paddingBottom: 'calc(53.2407% + 41px)', height: 0, width: '100%' }}>
  <iframe src="https://demo.arcade.software/ILI69Ax3wiIhWYNTzGJq?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true" title="View volume details" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" allowFullScreen allow="clipboard-write" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', colorScheme: 'light' }} />
</div>

<Info>
  The volume list shows the following columns:

  * **Name**: Volume name
  * **Type**: Storage type (Object storage or Cluster storage)
  * **Usage**: Current storage usage
  * **Teams**: Teams with access to this volume
  * **Created by**: User who created this volume
  * **Cluster**: Clusters where the volume can be mounted (Object storage is accessible across all clusters)
  * **Last accessed**: Last time it was attached to any workspace
</Info>
