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

# Anforderungen

Anforderungen von Kunden sowie aus Gesetzen und Vorschriften erfassen

Anforderungen von Kunden und die anwendbaren Anforderungen aus Gesetzen und Vorschriften müssen festgelegt werden, damit du die Erwartungen der Stakeholder erfüllen kannst.

Anforderungen, die von Stakeholdern gestellt werden, können sowohl im Bereich von Gesetzen und Vorschriften liegen als auch vertraglicher Natur sein. Denk an spezifische Gesetze und Vorschriften, aber auch an eine Geheimhaltungsvereinbarung.

<figure><img src="https://2864415621-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>

## Anforderung anlegen

Beim Anlegen einer Anforderung gibt der Benutzer der Anforderung eine Nummer (zum Beispiel Kundenanforderungen = EK oder gesetzliche Anforderungen = EW), einen Namen und eine Beschreibung. Anschließend gibt der Benutzer an, ob die Anforderung für die Organisation gilt und warum. Die Anforderungen einer Organisation können sich ändern; deshalb kann eine Anforderung nicht mit einem Klick als nicht anwendbar erklärt werden.

<figure><img src="https://2864415621-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>

## Anforderungen importieren und exportieren

Der Benutzer kann auch mehrere Anforderungen auf einmal hinzufügen, indem er eine xlsx-Datei mit allen Anforderungen importiert. Außerdem können die Anforderungen im xlsx-Format bearbeitet und exportiert werden.

<figure><img src="https://2864415621-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>

## Eine ausgearbeitete Anforderung

Wenn du auf eine Anforderung klickst, kannst du sie einfach bearbeiten oder löschen. Außerdem kannst du unter jeder Anforderung eine Unternehmensrichtlinie, Maßnahmen, Stakeholder und Aktionen verknüpfen. Das Hinzufügen neuer verknüpfter Felder erfolgt über das gelbe Plus unten rechts im Bildschirm; nach dem Anklicken werden die Verknüpfungsmöglichkeiten angezeigt.

<figure><img src="https://2864415621-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://2864415621-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/de/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.
