> 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/uitvoeren/rollen.md).

# Roles

Assign responsibilities with roles, knowledge, competencies, and authorities

To put the processes with associated evidence into practice and maintain them properly, responsibilities are assigned.

Examples of roles include: management, security officer, or HR employee.

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

## Create role

A role can be created by clicking 'new' in the roles overview. In addition to a name and description, version control is available to manage changes. A URL can also be added, so that the user can reach, for example, the job descriptions within their own user environment with one click.

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

## Link knowledge, competencies, authorizations and evidence to a role

For each role, the knowledge and competencies can be determined and the evidence can be linked. This records what a specific role needs in terms of knowledge and competencies, and what authorizations that role has. You can also link evidence to each role and indicate for each piece of evidence which role type it belongs to.

{% hint style="info" %}
Role types can only be created by the administrator.
{% endhint %}

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-5bffc02c4c6a6077e73a8e9de8bcaf8bfbc0891f%2Fuitvoeren-rollen-03.png?alt=media" alt="Koppelen kennis, competenties, bevoegdheden en bewijslast aan een rol"><figcaption></figcaption></figure>

## Unlink and edit

By clicking the dots, you can unlink or edit knowledge, competencies, authorizations and evidence for a role.

<figure><img src="https://3156569376-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGr73dCEp7VK8XigZ4lH9%2Fuploads%2Fgit-blob-3d8945a55ada0b9ed9f65aef41303f09cb5cfe61%2Fuitvoeren-rollen-04.png?alt=media" alt="Ontkoppelen en bewerken kennis, competenties, bevoegdheden en bewijslast van een rol"><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/uitvoeren/rollen.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.
