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

# Agent Analytics

> Top level analysis on sessions with drilldowns to understand and debug your agents.

## Overview

The dashboard is your starting point for understanding how your agents are performing. It surfaces session volume, resolution rates, token usage, and cost across the agents in your project.

From here, you can view individual sessions to debug and understand how your users are interacting with agents.

## Dashboard

### What you'll see

* **Session volume** — how many sessions ran over the selected period.
* **Resolution rates** — how often agents resolved a given user intent in a session.
* **Correction rates** - how often users had to correct an agent in a session (i.e. 'that's not the right date')
* **Token cost** — llm token cost broken down by selected agent across selected date range.

<Frame caption="The dashboard's top-level view of agent performance">
  <img src="https://mintcdn.com/voker/rPRuuKdXE_o6RLEc/assets/documentation/platform/analytics/what-youll-see.png?fit=max&auto=format&n=rPRuuKdXE_o6RLEc&q=85&s=156e9e9851a23eef7eddc11c3943328b" alt="Dashboard showing session volume, resolution and correction rates, and token cost" width="1918" height="1162" data-path="assets/documentation/platform/analytics/what-youll-see.png" />
</Frame>

### Filters

Use the time period and agent filters at the top of the dashboard to narrow the view only to what you want to see.

<Frame caption="Filter by agents, date, and more">
  <img src="https://mintcdn.com/voker/CiODy2YzhqOIfg9E/assets/documentation/platform/analytics/dashboard-filters.gif?s=f3e5c8d464477ccd677b84370bff8c80" alt="Dashboard filters" width="640" height="360" data-path="assets/documentation/platform/analytics/dashboard-filters.gif" />
</Frame>

## Up next

* [Categorization](/platform/categorizations) — User intents need categorizations at the aggregate level. Same with corrections. Get there from the Dashboard, Sessions, or the Agent pages.
