# Users

Welcome to the User Management Documentation for Autom Mate. This guide will walk you through the process of **adding**, **editing**, and **managing** users within the Autom Mate system. Efficient user management is essential for maintaining security, access control, and organization within the platform.

<figure><img src="/files/CkaNykyrn3l5alhAHRYq" alt=""><figcaption></figcaption></figure>

***

## Accessing User

To access the User Management page and add users to the Autom Mate system, follow these steps:

{% stepper %}
{% step %}
Access the Management Page

Navigate to the **Management** page within the Autom Mate platform.
{% endstep %}

{% step %}
Open User Management

Locate the **User Management** section on the Management page, where you can view a list of all defined users within the system.
{% endstep %}

{% step %}
**Initiate User Creation**

Click on the **Create User** button to start adding a new user to the system.
{% endstep %}

{% step %}
Enter User Details

Complete the required fields in the form, including the **First Name**, **Email**, and **Password** of the new user.
{% endstep %}

{% step %}
Assign Admin Role (Optional)

If desired, assign the **Admin** role to the new user by selecting this option during user creation.
{% endstep %}

{% step %}
Save the New User

Once all information is provided, save the entry to add the new user to the Autom Mate platform.
{% endstep %}
{% endstepper %}

{% tabs %}
{% tab title="Customizing User List" %}
On the User Management page, you have the following options for customizing the user list:

* **Column Positioning** : Customize the positioning of columns according to your preferences.
* **Column Visibility** : Change the visibility of columns to display only relevant information.
  {% endtab %}

{% tab title="Managing Users" %}
The User Management page offers various features for managing users:

* **Bulk User Deletion** : Utilize the multiple selection feature to delete users in bulk.
  {% endtab %}

{% tab title="Editing Users" %}
To edit a user's information:

1. Click on the **pencil** button next to the user's information.
2. Make the necessary changes to the user's details.
   {% endtab %}

{% tab title="Deactivating Users" %}
To deactivate a user:

1. Locate the user you wish to deactivate.
2. Use the switch button under the "Statuses" section to deactivate the user.
   {% endtab %}
   {% endtabs %}

Efficient user management is crucial for maintaining security, access control, and organization within the Autom Mate platform. By following the guidelines outlined in this documentation, you can **effectively add**, **edit**, and **manage users** within the system. If you encounter any issues or need further assistance, please don't hesitate to reach out to our support team.


---

# 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.autommate.com/userguide/product-features/management/user-management/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.
