> For the complete documentation index, see [llms.txt](https://docs.cortex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortex.io/improve/reports/progress-report.md).

# Progress report

The [Progress Report](https://app.getcortexapp.com/admin/reports/progress) shows you how performance on any given Scorecard has changed over time.

You can find the Progress report in the main nav under **Reports > Progress**.

{% hint style="success" %}
Use the Progress report to show how recent process changes or investments have paid off, or where progress has stalled.
{% endhint %}

## Using the Progress report

### Generate a Progress report

Select a Scorecard from the list, then a report is automatically generated based on that Scorecard.

<figure><img src="/files/Wb5Z6zKhLs2UD8AjiMQ4" alt=""><figcaption></figcaption></figure>

By default, the report displays data from the last month. To change the time range, click **Last month** in the upper right corner.

### Change the report grouping

By default, the report displays average performance across all rules. You can also group by Team, owner, or group to see how different parts of your organization are performing over time. To change the group, click the **View by** dropdown in the upper left corner.

<div align="left"><figure><img src="/files/DWVAKxSQe0u1S8VZZ5zX" alt="" width="236"><figcaption></figcaption></figure></div>

When you group, the page displays the data as a line graph and as a table. The table displays the average score, median score, lowest score, and highest score for entities that belong to a team or domain.

![The progress report displays a graph and data in the table.](/files/qt42HjhRKiMk16MV2sU7)

### Filter the report

In the upper left corner, click the **Rules** dropdown to select a specific rule and see its performance more granularly.

<div align="left"><figure><img src="/files/2RgGA2KdyCzRNfIwFieV" alt="" width="369"><figcaption></figcaption></figure></div>

In the upper right corner, click **Filter** to select a specific entity to filter the report by.

<div align="left"><figure><img src="/files/ed9065iXT8qZO7QiXw3d" alt="" width="392"><figcaption></figcaption></figure></div>

### Share the Progress report

You can share the Progress report:

* **Send a link**: Click **Share** in the upper right corner of the report to copy the URL to your clipboard. You can share the link with anyone who has access to view the report in your Cortex workspace.
  * The pre-configured link will display your report with the full breadcrumb trail. This not only gives others the same insights and understanding, but also provides an opportunity for team members to explore the data further on their own.
* **Export as CSV**: In the upper right corner of the page, click **Export CSV** to download a CSV file of the report data.


---

# 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.cortex.io/improve/reports/progress-report.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.
