# Dashboard

A real-time health view of your agent's test coverage: pass rate, recent runs, and suite status at a glance.

<DashboardScreen />

**Path:** Trust Lab → Dashboard (first icon in the left sidebar)

The Dashboard gives you a real-time health view of your agent's test coverage.

## Summary bar

A bar across the top reports the current state:

| Indicator | What it means |
| :--- | :--- |
| **Suites X/X healthy** | How many test suites currently have a passing status |
| **Scenarios X/X healthy** | How many individual scenarios are passing |
| **Runs (7d)** | Total test runs in the last 7 days |
| **Schedules** | Whether automated schedules are configured |
| **Last run** | When the most recent test was executed |

## Pass rate chart

The main chart shows daily pass/fail counts over the last 7 days. Green bars are passes, red bars are failures. A flat line means no tests ran that day.

The **Pass Rate** summary (bottom-left) shows the overall percentage, for example "41% — 12 passed · 17 failed".

## Recent runs

Below the chart, a list of the most recent individual runs, each showing:

- **Outcome**: Passed or Failed.
- **Scenario name**.
- **Pass count**: for example "3/3" means all 3 checks in the scenario passed.
- **Time ago**: when the run occurred.

Click any run to open its full detail view in [Runs](/user-guides/trust-lab/runs/).

## Suites panel

The panel on the right summarizes each test suite by name, number of scenarios, and overall pass rate. Click **All suites** to navigate to the full [Test Suites](/user-guides/trust-lab/test-suites/) page.

:::tip[What to watch]
A falling pass rate is your signal that something the agent used to get right has broken. Open [Runs](/user-guides/trust-lab/runs/) to find the failed assertion, then fix the underlying [Knowledge](/user-guides/knowledge-base/), [action](/user-guides/authoring-actions/), or navigation.
:::
