> 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/docs-en/platform/accounts/how-to.md).

# How-to

Here you have the step-by-step guides to work with your account: manage users and their permissions, create and maintain your subscriptions, review your events, and secure access.&#x20;

Go straight to the task you need.

{% hint style="info" %}
Would you rather understand the why first? Review the Concepts and come back here for practice.
{% endhint %}

### Explore the 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>How to Add Users</strong></td><td>Add users to your organization, one by one or in bulk, with their details, password, and security.</td><td><a href="/pages/c574b803fd803df5c107925d9edce7419cc81f3c">/pages/c574b803fd803df5c107925d9edce7419cc81f3c</a></td></tr><tr><td><strong>How to Manage Your Users</strong></td><td>Edit your users, activate or deactivate them, and delete them from Home > Users.</td><td><a href="/pages/de6b4642b2104b86bcb7591abb2569cf57170b81">/pages/de6b4642b2104b86bcb7591abb2569cf57170b81</a></td></tr><tr><td><strong>How to Assign Permissions to a User</strong></td><td>Control what each user can access: the dashboard, organization sections, and subscriptions.</td><td><a href="/pages/4e62cd3907fb47ecb307fcfbcd9464998dd46d67">/pages/4e62cd3907fb47ecb307fcfbcd9464998dd46d67</a></td></tr><tr><td><strong>How to Create and Manage your Subscriptions</strong></td><td>Create, edit, update, and delete subscriptions from Home > Subscriptions.</td><td><a href="/pages/bc8009f21f788a5d012303624c5778654485136a">/pages/bc8009f21f788a5d012303624c5778654485136a</a></td></tr><tr><td><strong>How to View and Export your Events</strong></td><td>Review your account's event log, narrow it down with filters, and export it whenever you need to.</td><td><a href="/pages/df0e2ea70371f687246d7466263f7aec6777cc8d">/pages/df0e2ea70371f687246d7466263f7aec6777cc8d</a></td></tr><tr><td><strong>How to Set Up your Security Emails</strong></td><td>Add backup email addresses to recover access to your account and receive security alerts.</td><td><a href="/pages/ed4832d6cfaeb7f122114ac93b316208df40428b">/pages/ed4832d6cfaeb7f122114ac93b316208df40428b</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/docs-en/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.
