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

# Console

> The Expanse web dashboard.

The Expanse Console at [console.expanse.sh](https://console.expanse.sh) is the web view of everything Expanse captures.

## Main pages

* **Compute**: every registered compute, its state, type, and last-seen time. Click a row for the per-compute drill-down.
* **Executions**: every workload that ran on every compute, with status, resource usage (cores, memory actual vs requested, GPU), and runtime. Click a row for the execution detail page.
* **Waste** (owners and admins only): aggregated waste across all executions: per user, per team, per compute.
* **Teams**: invite colleagues, control which computes each member sees, manage roles. See [Teams & roles](/concepts/teams-and-roles) for what each role unlocks.
* **Settings → API Keys**: manage your personal `exp_user_` key.

## Connecting a new compute

Use the CLI:

```bash theme={"dark"}
expanse compute register
```

See the [Quickstart](/quickstart) for the full flow.

## Intelligence

Completed runs show a generated run summary on the execution detail page. For failed runs, the console gives you a one-click `expanse diagnose <execution-id>` command; run it from the CLI to get the root cause, suggested fix, and cited evidence. Resource recommendations come from [`expanse analyse`](/cli/overview) in the CLI.
