> For the complete documentation index, see [llms.txt](https://docs.connectedyou.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/account/users.md).

# Users

On the left navigation panel, under the Account menu, click on Users to find details of the users. Optionally the settings menu also displays the number of users as a navigation link.

![](/files/pYie9ShJ2BQrO9RqAY3s)

An account can have multiple users. The first admin user created can add/ delete/ modify users. An admin user can add a new user by clicking the "+ Add User" button on top of the table.

## User roles

An account can have multiple users. The first admin user created can add/ delete/ modify users. An admin user can add a new user by clicking the "+ Add User" button on top of the table.

![](/files/6zm68Kt2oOoMmRLHtPjv)

Each user has to be assigned a role. The roles define the type of actions a user can perform. These are controlled at an API level and are consistent for both UI and APIs.

* **Admin:** users can perform actions that involve GET, PUT, POST, DELETE (i.e. all actions possible as a user)
* **Viewer**: users can only perform actions that involve GET (i.e. the user can only view the information on the platform but cannot implement any change via the platform)
* **Editor**: users can perform actions that involve GET, PUT, POST (i.e. the user cannot perform delete functions, e.g. deleting a user)

## User profile

A user can update their user profile by clicking the top right corner user bubble and selecting User Settings.

![](/files/YT4N7XLJHrpZ5OZGymMa)


---

# 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.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/account/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.
