> 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/checken/monitoring.md).

# Monitoring

Monitor KPIs to test performance against the objectives

The KPIs are monitored to see whether the organization's performance is in line with the objectives. An example of a monitoring activity is an annual program.

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

## Create monitoring

When creating the monitoring, the user gives the monitoring a name and enters the start date and end date.

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-d87eb9467e88652964661c50db47d7e4d842b15a%2Fchecken-monitoring-02.png?alt=media" alt="Aanmaken monitoring"><figcaption></figcaption></figure>

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-cb0611ff4b08b3b73f13125c0f41fba3f7e2b7e3%2Fchecken-monitoring-05.png?alt=media" alt="Aanmaken en koppelen acties onder KPI monitoring"><figcaption></figcaption></figure>

## Link KPIs to the monitoring

KPIs can be linked to the monitoring. Select existing KPIs and click 'link'; linking multiple KPIs at once is also possible. You can also create a new KPI by clicking 'add'. An extensive explanation of creating KPIs can be found in [KPIs](/en/plannen/kpis.md).

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-d94f9e3897b9b17e91666ec4d522b363bdfa5a33%2Fchecken-monitoring-03.png?alt=media" alt="KPI’s koppelen aan de monitoring"><figcaption></figcaption></figure>

## Enter KPI score and value

For each KPI, the value is entered and the score is selected. In addition, a description can be given of the monitoring activity. Click 'save' to save the changes.

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-859f7bd6e5eed5375d2f46bad72273113c338392%2Fchecken-monitoring-04.png?alt=media" alt="KPI-score en waarde invullen"><figcaption></figcaption></figure>

## Create and link actions under KPI monitoring

When actions arise from the monitoring activity, it is possible to create them directly or link an existing action.


---

# 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/checken/monitoring.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.
