> 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/plannen/eisen.md).

# Requirements

Capture requirements from customers and from laws and regulations

Requirements from customers and applicable requirements from laws and regulations must be established, so that you can meet the expectations of stakeholders.

Requirements imposed by stakeholders may relate either to laws and regulations or be contractual in nature. Think of specific laws and regulations, but also of a confidentiality agreement.

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

## Create requirement

When creating a requirement, the user assigns the requirement a number (for example Customer Requirements = EK or Legislative Requirements = EW), a name, and a description. Next, the user indicates whether the requirement applies to the organization and why. An organization's requirements may change; therefore, a requirement cannot be marked as not applicable with the click of a button.

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

## Import and export requirements

The user can also add multiple requirements at once by importing an xlsx file containing all requirements. In addition, the requirements can be edited and exported in xlsx format.

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-c602fb256ba6f864c94a943277a61e691a8d2c81%2Fplannen-eisen-03.png?alt=media" alt="Importeren en exporteren eisen"><figcaption></figcaption></figure>

## A fully developed requirement

If you click through to a requirement, you can easily edit or delete it. In addition, you can link a company policy, Controls, stakeholders, and actions under each requirement. Adding new linked fields is done via the yellow plus at the bottom right of the screen; after clicking it, the linking options are displayed.

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-477b2e1c8896394fbb0b5327a8c5fa92e623c10a%2Fplannen-eisen-04.png?alt=media" alt="Voorbeeld uitgewerkte eis"><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-c8d568ab99238b1bb14a7a6da363f33cb66653b7%2Fplannen-eisen-05.png?alt=media" alt="Voorbeeld uitgewerkte eis"><figcaption></figcaption></figure>


---

# 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/plannen/eisen.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.
