# Invite Users

<figure><img src="/files/cZeAOMWxUpRtfkUCJ2aO" alt=""><figcaption><p>Invite New User button</p></figcaption></figure>

Invite New User opens the Invitation modal:

<figure><img src="/files/ihWhnds9Rjy4eGVZO5rm" alt="" width="375"><figcaption><p>Invite New User modal window</p></figcaption></figure>

Enter the new user's Full Name, Email Address, and choose permissions:

| Permission | Access                                                                                                                                                      |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| User       | Full access to the DMS account. Ability to create and manage widgets, add users, edit company info, and view reports.                                       |
| View Only  | Limited access to the DMS. This user is intended to be only a viewer for reports. They have no editing capabilities and cannot create new widgets or users. |

The Send Invitation button saves the information and transmits the invitation email to the new user. The invitation email will walk the new user through the steps required to set up their account, including [Two-factor Authentication](/app/account-settings/manage-users/two-factor-authentication.md).


---

# 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.changeup.com/app/account-settings/manage-users/invite-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.
