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

# Value dashboard

> One overview of the value generated by your agents — scoped to the agents you can see

The Value dashboard gives creators in a workspace a single overview of how their agents are doing — how active they are, what they cost, and the value they deliver. It adapts to your role, so you only ever see the agents within your reach.

## What you see

The overview rolls up per agent over a period you choose (last 7, 30, or 90 days):

* **Triggers & messages** — trigger runs plus inbound user messages each agent handled (agent replies are not counted)
* **Cost** — the credits each agent consumed
* **Value** — the expected and actual value captured for the agent, and when each figure was last reviewed. Actual value can be entered manually or computed on the dashboard from a per-interaction rate and the agent's matching triggers and messages in the period.

A summary strip at the top totals your agents, how many were **active** in the period, total triggers & messages and credits, and flags how many agents have no value captured yet. Each of those three metrics includes a small trend sparkline for the selected period. Hover the **Triggers & messages** label for a full definition of what is counted.

## Cards and table

Each agent is shown in a **card** or **table** view — use the toggle in the top-right to switch. Value is front and center: in card view each agent shows its value categories with actual and expected figures; in table view the expected and actual columns come first. Credits and triggers & messages in each card or row also include a compact usage sparkline for the period.

The default view depends on your role:

| Role                          | Default view |
| ----------------------------- | ------------ |
| **Workspace admin**           | Table        |
| **Team admin** or **Creator** | Cards        |

Your choice is remembered on this device.

Long agent lists are paginated (24 per page in card view, 50 in table view). The page number is kept in the URL so you can bookmark or share a specific page.

## Filtering

The dashboard uses the same rich agent filters found elsewhere in the app — search by name, and filter by team, tag, owner, status, model, capabilities, and value. Everything on the page (the summary strip and the agent list) reflects the agents left after filtering.

## Who sees which agents

The dashboard is available to **Creators** (workspace members and admins). Collaborators and guests do not have access — they can use the agents shared with them from the main agents list.

The set of agents shown depends on your role:

| Role                | Agents shown                                                    |
| ------------------- | --------------------------------------------------------------- |
| **Workspace admin** | Every agent in the workspace                                    |
| **Team admin**      | Agents in the teams you administer, plus others shared with you |
| **Member**          | Agents you own                                                  |

Workspace and team admins can use the **Only agents I own** filter to narrow the list further.

## Value and stale estimates

Value comes from [agent value capture](/features/agent-value-capture). Expected figures are entered by hand. Actual figures can be manual too, or **computed from a per-interaction rate** you configure on the agent — the dashboard multiplies that rate by the agent's matching triggers and messages for the selected period (all channels or a specific channel such as Email).

Because value configuration is entered by hand, each agent's expected and actual figures carry their own last-edited clock (hover to see when and highlighted when stale), so old numbers are understood as just that. Computed actual totals refresh when you change the dashboard period or when new triggers and messages arrive.

## Drilling down

Select any agent to open its **Settings → Value capture** section, where you can edit expected and actual value (including per-interaction rates). For full operational detail — diary, activity log, usage, and approvals — open the agent's **Activity** page.

## Learn more

<CardGroup cols={2}>
  <Card title="Agent value capture" icon="chart-line" href="/features/agent-value-capture">
    Document expected and actual value per agent
  </Card>

  <Card title="Usage" icon="chart-column" href="/features/usage">
    Deeper credit consumption and usage analytics for admins
  </Card>
</CardGroup>
