# Performance Dashboard

The **Performance Dashboard** gives you an organization-wide view of how your automations are performing. Access it from the user menu by clicking your name in the bottom-left corner, then selecting <kbd>Dashboard</kbd>.

<div data-with-frame="true"><figure><img src="/files/sJerMild81Rm6LCU0F0c" alt=""><figcaption></figcaption></figure></div>

## Filters

Use the filters at the top of the dashboard to scope the data:

* **Workspace** - view all workspaces or select a specific one
* **Automation** - view all automations or focus on a single one
* **Time range** - Last 7 days, Last 30 days, Last 12 months, or a custom range

Click the download icon to export the current dashboard view as an image.

## Value Insights

The **Value Insights** section shows the estimated business impact of your automations.

<div data-with-frame="true"><figure><img src="/files/Z8gectMGi0S6HKDvl4Rd" alt=""><figcaption></figcaption></figure></div>

* **Money saved** - total estimated cost savings across all runs
* **Time saved** - total estimated hours saved

A **pie chart** breaks down savings by automation, and a **line chart** tracks cumulative savings over the selected time range. Toggle between **Cumulative total** and **By automation** to change the view. Click <kbd>Set goal</kbd> on either metric to set a target.

{% hint style="info" %}
Value Insights requires cost and time estimates configured on your automations. If you haven't set these up yet, click <kbd>Configure estimates</kbd> to get started.
{% endhint %}

## Usage

The **Usage** section shows total automation runs for the selected time range, with a percentage change compared to the previous period.

<div data-with-frame="true"><figure><img src="/files/9l7Otauixsp12mV3Tedq" alt=""><figcaption></figcaption></figure></div>

Toggle between two views:

* **Over time** - a bar chart showing run volume by month
* **By automation** - a bar chart breaking down runs by automation

## Total Completion

The **Total Completion** section shows the percentage of runs that completed successfully, with a comparison to the previous period.

<div data-with-frame="true"><figure><img src="/files/FhYG9JbICnq8HmWStiiL" alt=""><figcaption></figcaption></figure></div>

* **Efficiency gauge** - a gauge showing overall completion rate with an efficiency multiplier
* **STP (Straight-Through Processing)** - the percentage of runs that completed without any human intervention, with a period-over-period comparison
* **Completion over time** - a stacked bar chart showing the split between auto-completed runs and manually resolved runs by month

{% hint style="info" %}
A high STP rate means your automations are running end-to-end without human guidance. Use the [Troubleshooting Guide](/guides/platform/automations/troubleshooting-guide.md) to save resolutions for recurring exceptions and improve STP over time.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.kognitos.com/guides/administration/performance-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
