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

# Navigate the dashboard

> Understanding the Codewire dashboard layout

The dashboard at [codewire.sh/dashboard](https://codewire.sh/dashboard) is your home base for managing organizations and resources.

## Home

The home page shows all your organizations, each displaying:

* **Organization name**
* **Resource count** — total resources in the org
* **Running count** — how many resources are currently running

### Setup checklist

After creating your first organization, a setup checklist guides you through:

1. Create an organization
2. Create a resource
3. Connect GitHub

Completed steps are checked off automatically.

## Sidebar

The sidebar is the primary navigation. It contains:

### Organization groups

Each organization you belong to appears as an expandable group. Expand an org to see:

* **Resources** — listed with status dots (green = running, yellow = provisioning, red = failed)
* **Workspace sub-items** — workspaces nested under each resource

### Per-org quick links

Each organization group has quick links:

* **Launch** — open the [AI-powered workspace launcher](/getting-started/launch-workspace)
* **Secrets** — manage [organization secrets](/organizations/secrets) (GitHub tokens, API keys)

### Bottom links

* **Billing** — organization billing and subscription management
* **Settings** — account and organization settings
* **Docs** — link to this documentation
* **Sign Out** — sign out of your account

## Resource cards

Click an organization to see its resources. Each resource card shows:

* **Type icon** — Coder or Relay
* **Name** — the slug you chose
* **Status badge** — current state (Running, Provisioning, Failed, Suspended)
* **Billing plan/status** — current plan and subscription state

### Status colors

| Color  | Status       | Meaning                            |
| ------ | ------------ | ---------------------------------- |
| Green  | Running      | Resource is healthy and accessible |
| Yellow | Provisioning | Infrastructure is being set up     |
| Red    | Failed       | Provisioning encountered an error  |
| Orange | Suspended    | Suspended due to billing           |

## Resource detail page

Click a resource card to open its detail page. See [Resource dashboard](/resources/resource-dashboard) for full details.

## Navigation

* **Codewire logo** — returns to the home page
* **Sidebar** — primary navigation for orgs, resources, and workspaces
* **Dashboard button** (navbar) — returns to the dashboard
