> For the complete documentation index, see [llms.txt](https://docs.wayfound.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wayfound.ai/settings/user-management.md).

# User Management

Those with admin level permissions can access the Users page in the settings menu. This page displays a table of all users and their statuses. The page also allows you to manage users and their roles in your organization.

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

### Roles

There are currently two roles on the platform:

**Users** can access the Supervisor, Agents, Sessions, and Visitors pages. They can create and manage agents and use integrations and actions.

**Admins** have all abilities available to users. They can also access their organization's settings, where they can manage users, add or remove actions and integrations, and view API information.

### Adding Users

You can invite new users by clicking <img src="/files/NzeUwk2WQobbG2dKiQrp" alt="" data-size="line"> at the top-right corner of the page. Enter the new user's email address in the pop-up window to send them an invitation to join the platform. Check the **Admin** box to give them the admin role. When left unchecked, the user will join the organization as a "user."

### Changing a user's status

To change a user's status on the platform, an admin can click the <img src="/files/FbItr6j0BnnLNG9uWd2E" alt="" data-size="line"> edit user button on the right-hand side of the table. This opens the Edit User menu:

<figure><img src="/files/FVIcn2NaBqfyZru2QnQY" alt="" width="375"><figcaption></figcaption></figure>

Here, you can check or un-check Admin to switch the user's status. You can also toggle whether the user receives real-time and daily agent alerts for agents.


---

# 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.wayfound.ai/settings/user-management.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.
