# Reports

Use reporting in Cortex to track entity performance against [Scorecards](/standardize/scorecards.md), analyze Scorecard performance over time, and more. Reports apply to published Scorecards in your workspace.

Cortex offers several built-in reports:

* [**Executive**](/improve/reports/executive-report.md): A high level view of owned and unowned entities, deploys, endpoints, and Scorecard performance
* [**All Scorecards**](/improve/reports/all-scorecards.md): An aggregation of Scorecard reports, allowing you to quickly see which entities are meeting standards and which need more attention
* [**Birds eye**](/improve/reports/birds-eye.md): A hierarchy-aware entity performance report that visualizes Scorecard data as a heat map
* [**Progress**](/improve/reports/progress-report.md): A graph showing how performance of a Scorecard has changed over time
* [**Report card**](/improve/reports/report-card.md): A high-level overview of any given Scorecard with the ability to visualize key performance indicators and top or bottom performers.

Cortex also offers CQL reports, allowing you to use Cortex Query Language (CQL) to query raw data in Cortex and build a custom report. Learn more in [Using CQL reports](/standardize/cql/cql-reports.md).

{% hint style="success" %}
Looking to dive deeper? Check out the [Cortex Academy course on reports](https://academy.cortex.io/learn/course/cortex-reports), available to all Cortex customers and POVs.
{% endhint %}

## Reports overview video

In the video below, learn how Scorecards, [Initiatives](/improve/initiatives.md), and [Reports](/improve/reports.md) can be used together to drive business goals.

{% embed url="<https://www.youtube.com/watch?v=oIWbMlK7Qh4>" %}

## Accessing reports

Click **Reports** in the main nav of Cortex to see the list of available reports:

<div align="left"><figure><img src="/files/hhZshSsnXiVSjHKHF4ds" alt="Click Reports from the main nav." width="424"><figcaption></figcaption></figure></div>

### Accessing reports from Scorecards

You can also access reports directly from a [Scorecard](/standardize/scorecards.md), under the **Reports** tab:

<div align="left"><figure><img src="/files/Tqx9NjJ8AtECJwZhFj7X" alt="Click the Reports tab in a Scorecard to access reports." width="563"><figcaption></figcaption></figure></div>

## Troubleshooting and FAQ

#### Why don't I see all of my expected Scorecards in a report?

Reports only apply to published Scorecards; they do not apply to draft Scorecards. If a Scorecard is not appearing in your report, check whether it's in draft form.


---

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