# Creating New User

The Create User page includes the following options: &#x20;

* [**User Details**](#adding-user-details): It is used to enter basic user information, such as login details and role configuration.
* [**Avo Assure Client Provision**](#generating-an-avo-assure-client-token): It used to assign and manage Avo Assure Client access for the user.&#x20;

## Adding User Details&#x20;

To create a new user in Avo Assure, preform the following actions:&#x20;

1. On the **Home** page, in the left navigation pane, select **Admin** and select **User Management**.&#x20;
2. Select **Create** to add a new user. The **Create User** dialog opens.

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

3. **Select Configuration**: \
   Configurations in Avo Assure allow you to manage user login using the following authentication configurations:&#x20;

* **Default**: Select this option for standard authentication. Avo Assure creates a unique username and password for login.
* **LDAP**: Select this option to integrate with the Lightweight Directory Access Protocol (LDAP). This option allows you to log in using existing organizational credentials, such as Active Directory. To learn more, [click here](/avo-assure/administration/authentication-configuration/ldap-configuration/creating-ldap-configuration-in-avo-assure.md).&#x20;
* **SAML**: Select this option to enable Single Sign-On (SSO) using Security Assertion Markup Language (SAML). This option allows you to authenticate through an external Identity Provider (IdP), such as Okta or Azure AD. To learn more, [click here](/avo-assure/administration/authentication-configuration/saml-configuration.md).&#x20;

4. Enter the required details for the following:
   * **Username**: Enter a unique username for the user.
   * **Email ID**: Enter a valid email address for the user.
   * **First Name**: Enter the user’s first name.
   * **Last Name**: Enter the user’s last name.
   * **Password**: Enter a password for the user.
   * **Confirm Password**: Re-enter the password to confirm it.
5. Select the user role from the **Primary Role** dropdown.

{% hint style="info" %}
**Note**: When you select **Quality Manager** as the primary role, the **Secondary Role** option appears. Select the checkbox to assign Admin as a secondary role. To learn more, [click here](/avo-assure/administration/user-management/users-roles-and-permissions.md). &#x20;
{% endhint %}

6. Select the **Create**. A success message appears: **User Created Successfully!**

## Generating an Avo Assure Client Token

Each Avo Assure user requires a unique Avo Assure Client Token to register with the Avo Assure Client. This token ensures that only the specific user can access and use the client.&#x20;

{% hint style="info" %}
**Note**: After you create a user in **User Details**, the system automatically directs you to the **Avo Assure Client Provisions** to generate and manage the client’s provisions.&#x20;
{% endhint %}

To generate a client token in Avo Assure, perform the following actions:&#x20;

1. On the **Avo Assure Client Provision** tab, enter the client name in the **Avo Assure Client Name** box &#x20;
2. Select **Generate** to create a new token.

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

3. Select **Copy** icon to copy the generated token.

{% hint style="info" %}
**Note**: You can also select Download icon to save the generated token.&#x20;
{% endhint %}

4. Select **Create** to create a user profile.&#x20;

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

### Registering Client Using Generated Token

After you generate the Avo Assure Client Token, you register the client to connect it to the Avo Assure server. You provide the generated token during registration to authenticate the client and enable access.

1. On the **Avo Assure Client**, select **Connect** or **Register**. The **Avo Assure Client Registration** dialog opens.
2. Paste the generated token into the **Token** box.&#x20;

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

3. Select **Submit** to complete the client registration.

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

4. Select **Connect** to connect the client to the Avo Assure instance, execute the test, and view the status on the **Console Logs** page.


---

# 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.avoautomation.com/avo-assure/administration/user-management/creating-new-user.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.
