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

# Workloads

> View and manage GPU workloads

The Workloads page lets you track and manage all GPU workloads across your organization.

<img src="https://mintcdn.com/chamber/K_N49R4ofctXuqxB/images/workloads-overview.png?fit=max&auto=format&n=K_N49R4ofctXuqxB&q=85&s=14aea7732bb9140577e9ff64b70dbc8b" alt="Workloads" width="1200" height="800" data-path="images/workloads-overview.png" />

## Key Metrics

| Metric              | Description                                |
| ------------------- | ------------------------------------------ |
| **Running**         | Active workloads currently executing       |
| **Pending**         | Workloads queued for execution             |
| **Completed**       | Successfully finished workloads            |
| **Total Workloads** | All submissions in the selected time range |

## Features

* **Search and filter**: Find workloads by name, status, project, or workload class
* **My Submissions vs Browse All**: Toggle between your workloads and all organization workloads
* **Status tabs**: Quick filter by Running, Pending, or Completed
* **Workload details**: Click any workload to see detailed information, events, and metrics

## Workload States

| State     | Description                             |
| --------- | --------------------------------------- |
| Running   | Actively executing on GPU resources     |
| Pending   | Waiting in queue for available capacity |
| Completed | Finished successfully                   |
| Failed    | Terminated with error                   |

## Related Pages

<CardGroup cols={2}>
  <Card title="Workload Classes" icon="layer-group" href="/concepts/workload-classes">
    Reserved vs elastic workloads
  </Card>

  <Card title="Scheduling" icon="clock" href="/concepts/scheduling">
    How workloads are scheduled
  </Card>
</CardGroup>
