> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/fr/platform/accounts/how-to.md).

# Comment faire

Guides pas à pas pour les tâches de votre Compte : votre profil, votre sécurité, votre équipe et votre activité.

Voici les guides pas à pas pour travailler avec votre Compte : gérer les utilisateurs et leurs autorisations, créer et maintenir vos abonnements, consulter vos événements et sécuriser l'accès.&#x20;

Accédez directement à la tâche dont vous avez besoin.

{% hint style="info" %}
Vous préférez comprendre d’abord le pourquoi ? Parcourez les Concepts et revenez ici pour la pratique.
{% endhint %}

### Explorez les guides

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Comment créer des Utilisateurs</strong></td><td>Ajoutez des utilisateurs à votre Organisation, un par un ou en bloc, avec leurs données, leur Mot de passe et leur sécurité.</td><td><a href="/fr/platform/accounts/how-to/how-to-add-users.md">Comment créer des Utilisateurs</a></td></tr><tr><td><strong>Comment gérer vos Utilisateurs</strong></td><td>Modifiez vos utilisateurs, activez-les ou désactivez-les et supprimez-les depuis Accueil > Utilisateurs.</td><td><a href="/fr/platform/accounts/how-to/how-to-manage-users.md">Comment gérer vos Utilisateurs</a></td></tr><tr><td><strong>Comment attribuer des Autorisations à un Utilisateur</strong></td><td>Gérez ce à quoi chaque utilisateur peut accéder : au tableau de bord, aux sections de l'Organisation et aux abonnements.</td><td><a href="/fr/platform/accounts/how-to/how-to-assign-user-permissions.md">Comment attribuer des Autorisations à un Utilisateur</a></td></tr><tr><td><strong>Comment créer et gérer vos abonnements</strong></td><td>Créez, modifiez, mettez à jour et supprimez des abonnements depuis Accueil > Abonnements.</td><td><a href="/fr/platform/accounts/how-to/how-to-manage-subscriptions.md">Comment créer et gérer vos abonnements</a></td></tr><tr><td><strong>Comment consulter et exporter vos Événements</strong></td><td>Consultez le journal des événements de votre Compte, filtrez-le et exportez-le lorsque vous en avez besoin.</td><td><a href="/fr/platform/accounts/how-to/how-to-view-and-export-events.md">Comment consulter et exporter vos Événements</a></td></tr><tr><td><strong>Comment configurer vos e-mails de sécurité</strong></td><td>Ajoutez des adresses e-mail de secours pour récupérer l'accès à votre Compte et recevoir des alertes de sécurité.</td><td><a href="/fr/platform/accounts/how-to/how-to-configure-security-emails.md">Comment configurer vos e-mails de sécurité</a></td></tr></tbody></table>


---

# 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.plenit.com/fr/platform/accounts/how-to.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.
