> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/de/plattform-benutzerhandbuch/verwaltung/rollen/neue-rolle-erstellen.md).

# Neue Rolle erstellen

Um eine neue Rolle zu erstellen, stellen Sie sicher, dass Sie sich im Cockpit-Menü befinden und dann auf Verwaltung klicken. Wählen Sie anschließend Rollen aus.

Die Seite wird mit allen bereits erstellten Rollen geöffnet

<figure><img src="/files/1mmm077UL9iyGLAHqLvE" alt=""><figcaption></figcaption></figure>

1. **Erstellen einer neuen Rolle:**\
   &#x20; **- Klicken Sie auf "Create Role":** Klicken Sie oben links auf der Seite auf "Create Role".
2. **Geben Sie einen Rollennamen ein:**\
   &#x20; **-** Geben Sie einen Namen für die neue Rolle im vorgesehenen Feld ein.
3. **Bearbeiten Sie die Rollenberechtigungen:**\
   &#x20; **-** Klicken Sie auf das ⋮ Listen-Symbol der erstellten Rolle und wählen Sie "Edit".
4. **Weisen Sie Berechtigungen zu:**\
   &#x20; **-** Markieren Sie die Kontrollkästchen, um spezifische Berechtigungen der Rolle zuzuweisen.
5. **Speichern Sie die Konfiguration:**\
   &#x20; **-** Klicken Sie auf "Save", um die Rollenerstellung und die Berechtigungen abzuschließen.

{% hint style="info" %}
Beim Erstellen einer neuen Rolle ist es sinnvoll, Berechtigungen aus ähnlichen Kategorien zu gruppieren, wie zum Beispiel eine „Viewer-Rolle“ mit Anzeige-Rechten in allen Kategorien oder eine „Volladministrationsrolle“ mit allen benutzerbezogenen Berechtigungen. Dadurch bleibt es klar, übersichtlich und sicher.
{% endhint %}


---

# 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.g-iot.io/de/plattform-benutzerhandbuch/verwaltung/rollen/neue-rolle-erstellen.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.
