> For the complete documentation index, see [llms.txt](https://documentation.crossengage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.crossengage.io/data-and-engagement-platform/app-user-management/user-roles.md).

# User Roles

The Role of a User determines what the user can and cannot do within the CrossEngage platform. To see your role, you can click on your profile picture in the top right corner, and go to your Profile. Administrators can also choose roles for other app users.

### Standard User Roles

Go to `Settings` -> `User Roles`. Here you can see a summary of the 6 Standard User Roles, and number of Users in each Role. Click on any role to see its description, and permissions granted to the role.

<figure><img src="/files/f2WGFwQUlMbZD4nNcsnl" alt=""><figcaption><p>Permissions for the User Role "Administrator"</p></figcaption></figure>

**Administrator** has full control over the Campaigns and User Segments tabs. It is the only role enabling you to see the Settings tab and make changes within it.

**Campaign Manager** has a full control over the Campaigns and User Segments tabs. As a campaign manager you can, for example, create or edit segments and create, edit and activate campaigns.

**Campaign Manager (No PII)** has the same abilities as the Campaign Manager, however without being able to see the personally identifiable information of your customers. For example, you will not be able to see the list of the people in your segments, just their total number.

**Restricted Campaign Manager** can create and edit segments and create and edit campaigns, however, cannot activate campaigns. This is the only distinction between this role and the full-fledged Campaign Manager.

**Analyst** can read all campaigns and segments, but cannot edit or create them. This role is meant for users that are interested in performance and reporting, but do not need to set up campaigns or segments themselves.

**Analyst (No PII)** has the same abilities as Analyst, however without being able to see the personally identifiable information of your customers.

<figure><img src="/files/SUZZVj2LX10Ol0FPFLvn" alt=""><figcaption><p>An Overview for Permissions for standard User Roles</p></figcaption></figure>


---

# 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://documentation.crossengage.io/data-and-engagement-platform/app-user-management/user-roles.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.
