# Users

This view is similar to the [Network User View](/documentation/backoffice/network-view/users-roles-and-permissions.md) but is focused on a single facility, displaying only global users and users assigned to that facility. It enables users to manage other users within the facility scope. For example, a Supervisor can create or modify Fulfillers in the same facility.

### Create a new user

To add a new user to your tenant or facility, follow the steps below:

{% stepper %}
{% step %}
**Select Add user**

<div align="center"><figure><img src="/files/7IfWOAtEPwBPlQsAgTVc" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Enter the required information**

This is the first name, last name, and password for the user. You can also add a username, and select the language that Backoffice will show.

<div align="center"><figure><img src="/files/SLbyiflLRYcp3jkms7Gc" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Assign a role**

Click **Add role** and select the required role. You can select an existing role, or [create a custom role](#custom-roles).

<div align="center"><figure><img src="/files/3hSdv5IeLvNI5g5tpF1v" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Assign a facility or facility group (optional)**

If access must be restricted to specific locations, it's possible to add facilities and/or facility groups to the limitation. Select **Add facility** or **Add facility group**, select the required entry, confirm with **Save**.

<div><figure><img src="/files/FO1b6e1tgolBH3UsbnVf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/tzjRAjPL0GlB3hpq08sc" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Save the settings**

Select **Save** to create the user.
{% endstep %}
{% endstepper %}

### Edit an existing user

You can edit an existing user at any time. To do this, select a user from the User list. Then, edit the information as needed. Click **Save** for the changes to take effect.

### Delete an existing user

If you're an Administrator, you can also delete users.

In the **Users** table, find the user you'd like to delete and hover on their row. Click the **more** icon (three vertical dots), then select **Delete user**. You'll need to confirm the deletion.


---

# 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.fulfillmenttools.com/documentation/backoffice/facility-view/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.
