# Users and Roles

The User management page allows you to add or remove users to the Nightfall application. A Nightfall admin has the privileges to add or remove users to the Nightfall console. To perform user and Roles related activities, you must navigate to the Users and Roles page.

To navigate to the Users and Roles page,&#x20;

1. Click the **Settings** icon.

<figure><img src="/files/TCNVZOBTEDA0ohg2KarV" alt="" width="534"><figcaption></figcaption></figure>

2. Click **Users & roles**.

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

The Users & roles page is as follows.

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

## Adding Users

To add new users to Nightfall, you must invite them. The steps are as follows.

1. Click **+ Invite User**.

<figure><img src="/files/9acLrl0w9yWTRZMcl5ky" alt=""><figcaption></figcaption></figure>

2. Enter the name of the user in the Name field.
3. Enter the email ID of the user in the Email field.
4. Select a role for the user from the role drop-down menu. Refer to the [Role Based Access Control (RBAC)](/nightfall_settings/role_based_access_control.md) document to learn more about user roles.&#x20;
5. Click **Invite**.

<figure><img src="/files/2hdJ5UCmbmo0dlgqfbBL" alt=""><figcaption></figcaption></figure>

The invited user receives an invite email. They must click the link and set a password to activate their account. &#x20;

<figure><img src="/files/5xk7qD98QgcGfPs7IMBt" alt="" width="437"><figcaption></figcaption></figure>

Users who successfully activate their account are displayed as active users and their status is displayed as **Active** under the Status column. A user who does not accept the invite is displayed as **Expired** under the Status column.&#x20;

<figure><img src="/files/u4yYnVkgkpgILgYoUpH4" alt="" width="563"><figcaption></figcaption></figure>

Admins can resend the invite email to Expired users by clicking the ellipsis menu.&#x20;

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

As you can see in the above image, Admins can also edit or delete users from the Nightfall app from the ellipsis menu.&#x20;


---

# 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://help.nightfall.ai/nightfall_settings/users_roles.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.
