> 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/how-to-add-users.md).

# How to Add Users

Add the people who are going to work on the platform. You can do it one by one, with their profile and security settings in detail, or in bulk, importing several at once.

> #### 📘 **What will you get?**&#x20;
>
> New users with access to the platform, with their details, language, password, and two-step verification configured however you like.

### Before you begin

You need to be logged in and have permission to manage users. Registration is done from **Users**, and you have two options depending on where you are.

**From Home (your global view)** — in **Home > Users**, tab **My users**. This is the usual route when working at a global level.

![Home > Users, with New user and Import users](/files/7f06c267817c968a90d7854b6c0a8cae2b871fb7)

**From an organization** — in **Organization > Users**, with an organization selected. The user is created directly in that organization.

![Organization > Users, with the organization selected](/files/437e850ff4770cfbd84f073dbd171cd96e22e6b2)

In both cases the form is the same. What changes is the starting point.

### Individual registration

#### 1. Open the user registration

In **Users**, click **New user**. The user registration form opens.

> 📘 If you enter from Home, the breadcrumb is **Home > Users > New user**.&#x20;
>
> If you enter from an organization, it includes its name (for example, **Home > San Junipero > Users > New user**), because the user will be in that organization.

#### 2. Enter the email

The first thing requested is the **email** of the user, which will be their login identifier. Enter it and click **Continue**.

![First step of registration: the email](/files/1afd455f217177a842f25aa16d11f308353d0e9b)

#### 3. Complete the general information

The form opens with the user's details:

* **First name** and **Last names**.
* **Job title** and **Phone** — optional.
* **Language** and **Time zone** — adjust how they see the platform and how dates are displayed to them.

![User general details](/files/2bdf16a89b72ed00e3a576b33816f21a47803b80)

#### 4. Set the password

In **Password**, choose how it is set:

* **Enter a password manually** — you define it now, in the Password and Confirm password fields.
* **The user will set their own password** — they will be asked to create it on their first login.

#### 5. Enable two-step verification (optional)

Turn on the **Two-step verification** switch to add an extra layer of security to sign-in. It requires an authentication app, such as Google Authenticator, which the user will set up on their next login.

> #### 🚧 **Labels under review.**&#x20;
>
> The two-step verification options are being refined in the dashboard.&#x20;
>
> When you consult this guide, check the exact name of the switch.

#### 6. Register the user

Click **Register** to create it. The user will appear in the Users list.

#### 7. Assign permissions

After registering it, the **Permissions**screen opens, where you define what they can access: the dashboard, the organization's sections, and each subscription. Permission assignment is explained step by step in [How to apply permissions to a user.](/docs-en/platform/accounts/how-to/how-to-assign-user-permissions.md)

> #### 👍 **All green.**&#x20;
>
> The user is created and, depending on what you chose, will receive instructions to set their password or configure two-step verification on their first login.

### Bulk registration: import users

When you need to register several users at once:

1. In **Users**, click **Import users**.
2. Download the template provided by the dashboard.
3. Fill it in with the users' details and upload it to create them in bulk.

![Import users](/files/9a22bfab001e8cc0089528567f006dd979275289)

> #### 📘 **Always use the template.**&#x20;
>
> The import expects the dashboard template format. Download it each time and fill it in as is to avoid errors when uploading it.

### Conclusion

Now you know how to add users to your organization: individually when you want to take care of each one's details, or in bulk when you are registering several at once. In both cases, you define who has access, with what data, and with what security.

### Next steps

* Learn how to edit, deactivate, or delete them in [How to manage your users.](/docs-en/platform/accounts/how-to/how-to-manage-users.md)
* Find out what each column in the list shows in [The lists.](/docs-en/platform/accounts/details/lists.md)


---

# 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/how-to-add-users.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.
