> 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/fr/manual-dutilisation-de-la-plateforme/administration/role/creer-un-nouveau-role.md).

# Créer un nouveau rôle

Pour créer un nouveau rôle, il est important de s'assurer que vous êtes dans le menu Cockpit, puis de cliquer sur **Administration**. Ensuite, cliquez sur **Rôles**.

La page s'ouvrira avec tous les rôles déjà créés.

<figure><img src="/files/LSHhSxExlDjT5rC1IWT1" alt=""><figcaption><p><strong>Créer un nouveau</strong> rôle</p></figcaption></figure>

**Étapes pour créer un nouveau rôle :**

1. **Créer un nouveau rôle** :
   * Cliquez sur **Créer un rôle** dans le coin supérieur gauche de la page.
2. **Saisir le nom du rôle** :
   * Fournissez un nom pour le nouveau rôle dans le champ désigné.
3. **Modifier les autorisations du rôle** :
   * Cliquez sur l'icône ⋮ (ellipse) du rôle créé et sélectionnez **Modifier**.
4. **Attribuer des autorisations** :
   * Cochez les cases pour attribuer des autorisations spécifiques au rôle.
5. **Sauvegarder la configuration** :
   * Cliquez sur **Sauvegarder** pour finaliser la création du rôle et les autorisations.

{% hint style="info" %}
Lors de la création d'un nouveau rôle, il est recommandé de regrouper les autorisations par catégories similaires, comme un "rôle de visualisation" avec des droits de visualisation sur toutes les catégories ou un "rôle d'administration complète" avec toutes les autorisations liées aux utilisateurs. Cela rend les choses plus claires, gérables et sécurisées.
{% 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/fr/manual-dutilisation-de-la-plateforme/administration/role/creer-un-nouveau-role.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.
