> For the complete documentation index, see [llms.txt](https://docs.patagon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patagon.ai/en/agent-optimization/performance-dashboard.md).

# How to read your Performance Dashboard

For rating definitions, see the [ILA lead rating system](/en/agent-optimization/ila-rating-system.md).

The Performance Dashboard shows how your agent's conversion rate changes over time and lets you correlate those changes with specific agent versions. Use it to measure the impact of every prompt update.

Access it from the sidebar under Agent > Performance Dashboard.

## The conversion rate chart

The chart shows two metrics over the selected period:

* Conversion Rate: the percentage of conversations that resulted in a qualified lead (4★ or 5★)
* Leads: the total number of conversations in the same period

Use the Conversion Rate and Leads toggle buttons above the chart to show or hide each metric. Use the date button to change the period.

## Version markers

The chart shows vertical markers for each agent version activated during the period (e.g. v87, v89, v93). Each marker shows exactly when a new version went live. This lets you see directly whether a prompt change improved or hurt your conversion rate.

If the rate drops after a version marker, that version is the likely cause. Go to Agent > General > Versions and roll back to the previous version. If the rate rises, note what changed and apply the same logic to future updates.

## Insights banner

At the top of the Performance Dashboard, you'll see a banner when new Insights are available. Click View Patterns to go to Agent > Insights and review the recommended changes.

## Difference from the Leads Dashboard

|            | Performance Dashboard      | Leads Dashboard                    |
| ---------- | -------------------------- | ---------------------------------- |
| Focus      | Agent behavior over time   | Lead funnel health                 |
| Key metric | Conversion rate by version | Qualified leads, conversation rate |
| Best for   | Measuring prompt changes   | Monitoring daily pipeline          |

Use both together: the Leads Dashboard tells you if there's a problem, the Performance Dashboard tells you if your agent caused it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.patagon.ai/en/agent-optimization/performance-dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
