---
title: Overview tab
description: High-level health and activity view for a single agent.
editUrl: true
head: []
template: doc
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

The Overview tab shows instance counts by state and the most recent spans for this agent, with a link through to any individual run.

For the fixed strip that stays visible above the tab row — instance risk distribution, activity timeline, deployment snapshot, and agent identity — see the [Agent page](/admin-ui/agent).

## Risk summary

Prefactor compares the agent's declared span capabilities against its assigned [risk profile](/platform/concepts/risk-profile) and surfaces the result here: a link to the profile, the actions the agent's schema declares it can perform, and the data categories its spans handle. When the schema declares actions or categories outside the profile's agreed scope, the summary flags them as exceeding agreed scope. Span types without a data-risk definition in the schema are counted separately as unassessed. The summary links across to the [Activity schema tab](/admin-ui/agent/activity-schemas) to inspect the schema directly.

## Instances summary

Counts of instances by state:

- Total – all instances tracked for this agent.
- Pending – started but not yet complete.
- Active – currently running.
- Complete – finished successfully.
- Failed or cancelled – did not complete successfully.

## Recent activity

The latest spans produced by the agent. Each entry shows:

- Name or type – for example, `ai-sdk:tool` or `ai-sdk:llm`.
- Status – Complete, Failed, etc.
- Duration – how long the span took.
- Time range – start and end timestamps.
- **View instance** – opens the full instance view for that span.

## Related

- [Instance](/platform/concepts/instance) — what an instance is and how its lifecycle states work.
- [Span](/platform/concepts/span) — what a span records and how span types are defined.
- [Agent page](/admin-ui/agent) — the fixed strip above the tabs, including instance risk distribution.
- [Agent page › Instances tab](/admin-ui/agent/instances) — the full list of every execution over time.
- [Agent page › Activity schema tab](/admin-ui/agent/activity-schemas) — span-type definitions and per-type risk cards.