# Register new Back Office users

You can add new users to the Back Office only if you have the necessary permissions to manage users.

To add a new Back Office user:

{% stepper %}
{% step %}
Go to **System** > **Users** > **Users**.
{% endstep %}

{% step %}
Click **+Create** in the upper-right page corner.
{% endstep %}

{% step %}
On the **Create user** page, fill in the following fields:

<figure><img src="/files/ntLFkDQW0WMn1PCDg4Nx" alt="Create user page"><figcaption><p>Create user page</p></figcaption></figure>

* In the **Email** field, enter the user's email address.
* In the **Password** field, enter a password. You can also generate a secure password by clicking the **Generate** button on the right side of the field. To view the generated password, enable the **Show password** option.
* In the **Status** dropdown, select **Enabled**.
* In the **Groups** dropdown, select one or more groups in which the new user will be included.

{% hint style="info" %}
The selected groups define the permissions that the new user will have.

The **Administrators** group grants all the available permissions to the users included in this group.
{% endhint %}

* In the **Name** field, enter the user’s first and last names.
* Select the **Send to email** checkbox to send credentials to the specified user email address.

{% hint style="warning" %}
If you use a standalone B2COPY solution without an SMTP server, don’t enable the **Send to email** checkbox because emails can’t be sent. In this case, you must securely provide the credentials to the new user through an alternative method.
{% endhint %}

* Select the **Mask data** checkbox to prevent the user from viewing client personal data. With this option enabled, such data as client names, email addresses, and phone numbers will be masked with asterisks (\*) for this particular Back Office user.
  {% endstep %}

{% step %}
Click **Save** to register the new user in the Back Office.
{% endstep %}
{% endstepper %}

The user’s profile has been created in the system and added to the list displayed on the **Users** page.

{% hint style="warning" %}
For newly registered Back Office users, two-factor authentication (2FA) via email codes is enabled by default. If you use a standalone B2COPY solution without an SMTP server, [disable 2FA via email codes](/admin-guide/register-new-back-office-users/disable-2fa-for-back-office-users.md) for newly registered users, as emails can’t be sent in this case.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.b2copy.b2broker.com/admin-guide/register-new-back-office-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
