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

# Home

> The Home page summarizes one agent's health, activity, quality rates, and what needs review over a selected time window.

Home is the landing page of the [dashboard](https://moda.dev/dashboard). It shows a snapshot of a single agent over a selected time window, with every rate compared against the previous window of the same length. Use it to decide, in one glance, whether anything needs your attention today.

## Page controls

* **Agent selector** — scopes the whole page to one agent, matched by the agent name in your telemetry. Conversations without an agent name are grouped under **Unlabelled / default**.
* **Date range** — last 24 hours, 7 days, 30 days, or 90 days, or a custom range. Each metric is compared to the window of equal length immediately before it.
* **Refresh** — reloads the snapshot. The page also refreshes automatically every 5 minutes while the tab is visible.

The selected agent and window are encoded in the URL, so a filtered view can be shared as a link.

<Note>
  The sections on this page update automatically as new data is analyzed. See [How Moda analyzes conversations](/concepts/analysis).
</Note>

## Agent health

A one-line assessment of the selected agent in the selected window, with a state badge:

| State             | Meaning                                                                                                                              |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Healthy           | No active problem or material quality regression in the window.                                                                      |
| Watching          | No active problem, but one quality rate is worsening against the previous window.                                                    |
| Needs attention   | Open problems or material detector regressions are present.                                                                          |
| Insufficient data | Issue data or a quality detector could not load for this snapshot, or there are not enough processed conversations to assess health. |

The **Review issues** link opens [Problems](/dashboard/problems).

## Agent snapshot

Four tiles summarize the window:

| Tile                   | What it shows                                                                                                          |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Activity               | Conversations in the window (with message and tool-call counts) and the percentage change against the previous window. |
| Negative emotion rate  | Share of analyzed conversations with at least one negative-emotion detection.                                          |
| Tool failure rate      | Failed tool calls as a share of all tool calls (counted per call).                                                     |
| Ungrounded output rate | Scored agent messages with unverified claims, as a share of all scored messages.                                       |

Each quality tile links to the matching tab on the [Signals](/dashboard/signals) page, pre-filtered to the same agent and window. A **Health over time** chart beside Next actions plots each rate for the current window (solid line) and the previous window (dashed line).

## Next actions

"What needs review, ranked by impact." A mixed queue of up to four rows:

| Row type             | What it is                                                            | Action link        |
| -------------------- | --------------------------------------------------------------------- | ------------------ |
| Problem              | An open or reopened problem, ranked by affected conversations.        | Open problem       |
| Tool regression      | A tool failing in more conversations than in the previous window.     | Inspect signal     |
| Emotion regression   | A negative emotion family detected in more conversations than before. | Inspect signal     |
| Grounding regression | Ungrounded claims rising against the previous window.                 | Inspect signal     |
| Opportunity          | A replay-tested skill proposal, shown with its pass-rate delta.       | View opportunities |

Each row shows the number of affected conversations and links directly to the problem, signal view, or proposal.

## Where the agent is breaking

The top failing tools, ranked by affected conversations rather than raw call volume. Each row shows the tool name, affected conversations, failure rate, and failed-call count, and links to the [Tool Failures tab](/dashboard/signals) filtered to that tool. **View tool failures** opens the full list.

## What the agent handles

The top use-case clusters, ranked by linked conversations. A conversation can belong to more than one use case, so rows may overlap. Each row links to the use-case detail; **View use cases** opens [Use Cases](/dashboard/use-cases).

This section is empty until the first use-case taxonomy has been built, which requires at least 50 analyzed conversation segments.

## Data details

A collapsible footer shows when the snapshot was generated, how fresh each data source is (the timestamp each source has data through), and any sources that were unavailable for this snapshot. Rates keep their source-specific denominators, so the tiles are not directly comparable to each other.

## Next steps

* [Signals](/dashboard/signals) — drill into the detections behind each quality rate.
* [Problems](/dashboard/problems) — work the ranked list of root causes.
* [Conversations](/dashboard/conversations) — inspect individual conversations end to end.
* [How Moda analyzes conversations](/concepts/analysis) — what Moda computes and where each result appears.
