---
title: Agent page
description: "What the Agent page covers: purpose, the strip above the tabs, and
  how the tabs fit together."
editUrl: true
head: []
template: doc
sidebar:
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

Prefactor surfaces recent behaviour and deployments for the agent selected from the [Agents page](/admin-ui/agents): whether things look healthy, which versions run where, and how spans line up with your schemas.

Above the tab row, several regions stay fixed while you switch tabs — agent identity and actions, instance risk distribution (when a profile is assigned), the activity timeline for the previous day, and how deployments line up across environments.

## Above the tabs

- Name and description — assigned when the agent was registered.
- Status — lifecycle state (for example Active or Pending).
- Registered and Last updated — first appearance and last configuration or activity Prefactor saw.
- Agent ID — internal ID used by APIs and integrations.
- **Edit** — name, description, and risk profile assignment.
- **Delete agent** — permanent removal.

## Instance risk distribution

When the agent has a risk profile assigned, Prefactor shows how many instances fell into each risk level — Low, Medium, High, and Critical — across every run the agent has produced. The distribution links through to the full [Instances tab](/admin-ui/agent/instances).

## Activity over the last 24 hours

A timeline of spans generated by this agent in the previous 24 hours, with a breakdown by state:

- Pending
- Active
- Complete
- Failed
- Cancelled

## Deployment snapshot

This strip shows the current [agent deployment](/platform/concepts/agent-deployment) for each environment — which version is deployed there and when it was last updated. Each environment row lists the environment name, the deployed version, and when it was last updated.

If an environment is not listed, the agent has no deployment in that environment and activity is recorded against whichever version the SDK reports at runtime.

## Tabs

- [Overview tab](/admin-ui/agent/overview) — instance counts by state and the recent-span list with drill-through to instances.
- [Instances tab](/admin-ui/agent/instances) — every run over time; drill through into instance docs from here.
- [Versions tab](/admin-ui/agent/versions) — version history and which environments each version is deployed to.
- [Deployments tab](/admin-ui/agent/deployments) — deployment-scoped API tokens for this agent.
- [Activity schema tab](/admin-ui/agent/activity-schemas) — schema versions and span validation for this agent.

## Related

- [Agent](/platform/concepts/agent) — what an agent is, how versions are created, and the agent lifecycle.
- [Agent deployment](/platform/concepts/agent-deployment) — how deployments pin a version to an environment.
- [Agents page](/admin-ui/agents) — the account-wide list; navigate here to pick an agent.