> For the complete documentation index, see [llms.txt](https://docs.changeup.com/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.changeup.com/app/account-settings/manage-users/invite-users.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.changeup.com/app/account-settings/manage-users/invite-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
