# Creating A New User

#### Creating a User

To create a new user, select 'Users' inside the Settings panel and click on the 'Create New User' button.&#x20;

<figure><img src="/files/lhYGLyVWos4VdKhfDikw" alt=""><figcaption><p>Step 1: Click 'Create New User</p></figcaption></figure>

Then, choose between either an **Admin** or a **User** role, depending on the level of permissions to be granted to that user.&#x20;

#### USER ROLE: ADMIN

Admin Users have a vast suite of access permissions available to them which can be toggled ON as per the requirement. These different permission types are explain in detail [here](/branch-dashboard/user-feature-walkthrough/settings/users/different-user-types-and-permissions.md).

<figure><img src="/files/g9BK6AV9NLaBQhqjsq1p" alt="" width="563"><figcaption><p>Step 2: Select the User Role, Enter the Required details, and select the User Permissions</p></figcaption></figure>

Finally, generate a temporary password and click 'Create', and this creates a new user.

<figure><img src="/files/3yZJypzJHQ1rmotD36di" alt="" width="563"><figcaption><p>Final Step is to generate a password and finish creating the user</p></figcaption></figure>

#### USER ROLE: USER

The User, as compared to an Admin, can only access sessions of a select, or all, API keys. Their dashboard view is limited to viewing and sending inspections related to the permitted API key only.

<figure><img src="/files/xW5ErGZ9qjAkgzJReNqH" alt="" width="563"><figcaption><p>User Role: USER</p></figcaption></figure>

{% hint style="info" %}
Toggling ON 'Send Password to the Associate Email Address' is required for emailing the temporary email credentials to the new user via an email. \
\
Note: You can always create a user first and then go back to this setting and turn the toggle ON, in case you would like to trigger a welcome email at a later date.&#x20;
{% 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://guides.pave.ai/branch-dashboard/user-feature-walkthrough/settings/users/creating-a-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.
