> For the complete documentation index, see [llms.txt](https://docs.controlbee.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.controlbee.nl/en/readme.md).

# Dashboard

The dashboard provides an overview of the current statuses of the controls, processes, risks and actions.

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-1ca805424b11791261c79d4e7c3bc8f9921e2da7%2Fdashboard-01.png?alt=media" alt="Uitleg dashboard"><figcaption></figcaption></figure>

## Dashboard explanation

* The **control status** shows the extent to which the controls have been implemented. The control status can optionally be filtered based on a source linked to the controls. In addition, it can be filtered on labels linked to the controls.
* The **KPI status** shows the latest known scores of the KPIs in the management system. These KPIs can be filtered per objective.
* The **process status** is about how long the process is still valid and when the process must be audited again.
* The **risk status** shows when the risks must be evaluated. The risk status can be filtered based on policy, risk owners and linked labels.
* The **action status** shows how many actions are open and how far the target date still lies in the future. In addition, the action status can be filtered on assignees, the linked labels and on action types.
* The **risk matrix** shows where all valid risks are located based on likelihood × impact. This gives the organization insight into which risks it is still exposed to. The risks in the risk matrix can also be filtered on policy, risk owners and linked labels.

{% hint style="info" %}
The dashboard and the risk matrix include a drill-down function.
{% endhint %}

{% hint style="warning" %}
Please note: if there are multiple contexts present in the company concerned, the dashboard shows the status of all open actions across all contexts.
{% endhint %}


---

# 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.controlbee.nl/en/readme.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.
