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

# Dashboard

> Mission overview — tasks, agents, routines, workflows, and live feed

## Route

```text theme={null}
/projects/{projectId}/dashboard
```

The **Dashboard** is the best place to start each session. The in-app **Getting Started** guide auto-opens here for new users.

![Project dashboard](https://raw.githubusercontent.com/ctrlnode-ai/ctrlnode/docs/product-screenshots/docs/product-screenshots/02-dashboard.png)

## What you see

| Section          | Purpose                                           |
| ---------------- | ------------------------------------------------- |
| **KPIs**         | Open tasks, active agents, recent activity counts |
| **Inbox**        | Tasks waiting for an agent                        |
| **Active tasks** | Work in progress                                  |
| **Agents**       | Online / offline status and load                  |
| **Routines**     | Upcoming or recent scheduled runs                 |
| **Workflows**    | Pipeline definitions and active runs              |
| **Feed**         | Latest events and task messages                   |

Data refreshes in real time over **SignalR** when the Bridge and agents are connected.

## Bridge disconnected

If the Bridge is offline, a banner appears at the **bottom** of the screen. Many actions (start workflow, clone, rerun) require a connected Bridge.

<Warning>
  Fix Bridge connectivity via [Bridge Setup](/getting-started/bridge-setup) before debugging task delivery.
</Warning>

## Mobile

The top bar shows the section title; the in-page **Dashboard** heading may be hidden to avoid duplication.

Next: [Tasks](/getting-started/tasks)
