> For the complete documentation index, see [llms.txt](https://doc.dastra.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dastra.eu/de/features/contrats/utilisateurs-associes.md).

# Zugeordnete Nutzer

Sie können Nutzer Ihres Mandanten Ihrem Vertrag zuordnen, um die Rollen Genehmiger, Umsetzer oder Informiert zu definieren.

Hier ist eine Möglichkeit, die Rollen Ihrer Nutzer für Ihre Verträge zu definieren:

* **Genehmiger**: Dies ist der Nutzer in Dastra, der dafür verantwortlich ist, zu validieren, dass der Vertrag und die zugehörigen Elemente wie in Dastra angegeben den Erwartungen der Organisation entsprechen. Er kann sich vom Unterzeichner des Vertrags unterscheiden.
* **Verantwortlicher**: Dies ist der Nutzer, dessen Aufgabe es ist, die notwendigen Maßnahmen zur Erfüllung der Vertragsanforderungen umzusetzen. Dies kann die Implementierung von Datensicherheitsmaßnahmen, die Verwaltung von Zugängen oder jede andere Aufgabe umfassen, die zur Sicherstellung der Compliance mit den Vertragsbedingungen erforderlich ist.
* **Informiert**: Diese Kategorie umfasst Nutzer, die über den Fortschritt und den Status des Vertrags informiert werden müssen, ohne eine aktive Rolle bei dessen Genehmigung oder Umsetzung zu haben. Dies kann Mitglieder der Geschäftsleitung, Projektmanager oder andere Stakeholder umfassen, die ein Interesse am ordnungsgemäßen Verlauf des Vertrags haben.

***

***

<figure><img src="/files/G87xQS7b2gy4SQ4Igo3z" alt=""><figcaption><p>Ordnen Sie Nutzer Ihrem Vertrag zu</p></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://doc.dastra.eu/de/features/contrats/utilisateurs-associes.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.
