# View domain

Large organizations tend to have complex internal structures with subsidiaries in various countries and regions. To add to the complexity, they are divided into numerous departments supported by different IT teams. Whether it’s for legal, compliance or security reasons, IT teams benefit from having a defined scope of visibility into the data of devices and related events.

View domain provides a way to define such a scope in the role of a Nexthink user.

The View domain feature:

* Enforces compliance rules so that access to data is on a need-to-know basis.
* Enhances security by preventing IT teams from performing actions on devices outside their responsibility.

## Configuration <a href="#viewdomain-configuration" id="viewdomain-configuration"></a>

### Defining Organization <a href="#viewdomain-definingorganization" id="viewdomain-definingorganization"></a>

Before defining View domain in a role, define the relationship between devices and the organizational structure. You must associate devices with an entity and optionally with one or several custom classifications using rules defined in the **Device organization** feature of the **Product configuration**. Refer to the [Product configuration](https://docs.nexthink.com/platform/user-guide/administration/system-configuration/product-configuration) documentation for more information.

{% hint style="info" %}
The system does not tag events with an entity or custom classification unless the Organization is configured.
{% endhint %}

### Configuring View domain <a href="#viewdomain-configuringviewdomain" id="viewdomain-configuringviewdomain"></a>

To configure View domain:

* Select **Administration** from the main menu.
* Click on **Roles** in the Account Management section of the navigation panel.
* Scroll down to the **View domain** section and choose one of the following options:
  * **Full access**: The role has access to all devices.
  * **Limited access**: The role can access a limited scope of devices based on the selected organization level.

### **Limited access**

When you select **Limited access**, you can specify the organizational levels and their corresponding scopes. Each scope determines which subset of devices users in the role can view.

Select the **Organization level** from the drop-down menu to define View domain. The available options are:

* **Entity**: select to enable adding only entities.
* **Custom classification**: select to enable adding only the possible custom classification values associated with the selected custom classification. (You can add any custom classifications defined in the custom classification ruleset).

{% hint style="info" %}
Over time, you can delete custom classifications, custom classification values and entities. Roles that already exist may still point to deleted items. If this is the case, you cannot save the role.
{% endhint %}

You can now define View domain scopes that combine multiple organization dimensions in main roles.\
This lets you match access scopes to how your organization actually operates, for example, by combining visibility by **Region**, **Entity**, or **Department** in the same role.

For example, if you have the following **Limited access** with these two scopes:

* **Region:** Europe
* **Department:** Finance

This means your access includes all devices in Europe and all devices in Finance. It doesn’t limit visibility to Finance devices within Europe only.

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-b2a95f4e60734635e95fa2f43e90699b5e36b216%2FView-domain.png?alt=media" alt=""><figcaption></figcaption></figure>

If you choose limited access for the role, list a scope of devices the role can access. A role with limited access has access only to devices and their related events tagged with specific entities or custom classifications.

<figure><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-60babb3704161ac841f4335ea326f7fd0ff9ed5a%2Fimage-20240528-112834.png?alt=media" alt="View domain diagram" width="760"><figcaption></figcaption></figure>

### **Entities and custom classifications**

* The optional tagging of devices with custom classifications relies on the **Organization** ruleset file.
* Each custom classification value is invariably associated with at least one entity. For example, in the following table, **Switzerland** and **Europe** are associated with **Lausanne** and **Zurich**.
* An entity cannot have multiple associations with values of the same custom classification. For example, it would be incorrect for **Lausanne** to be associated with both **Europe** and **North America**.

| Entity   | Custom classification - Country | Custom classification - Region |
| -------- | ------------------------------- | ------------------------------ |
| Lausanne | Switzerland                     | Europe                         |
| Zurich   | Switzerland                     | Europe                         |
| New York | United States                   | North America                  |

## Using View domain <a href="#viewdomain-usingviewdomain" id="viewdomain-usingviewdomain"></a>

### Objects and events <a href="#viewdomain-objectsandevents" id="viewdomain-objectsandevents"></a>

The system enforces View domain on the following objects and events:

#### **Devices**

When querying the `devices` object, the system uses the entity of the device to enforce View domain. Retrieve the entity of a device using the `Organization.Entity` field. Note that it is also visible in the legacy `Entity` field.

#### **Users**

When querying the `users` object, the system uses the entity of devices on which the user was reported, for example, a session event or an execution event linked to the user. Roles must have access to the entity of at least one device associated with the user to report them.

#### **All events**

{% hint style="info" %}
`dex.scores` are only visible to roles with full access to View domain.
{% endhint %}

Retrieve the entity using the `context.organization.entity` field, which shows the entity of the device at the time of the event. Keep the following in mind:

* When the entity of a device changes, the entity of events that were triggered before the change remains the same. Roles with limited View domain access that were assigned only to the old entity will not see events associated with the new entity of the device.
* When you query `events`, the system uses the entity of the event to enforce View domain.
* When you query `devices` and `events` in the same query, the user has access to the device's entity and the event's entity, for example:

{% code lineNumbers="true" %}

```
device_performance.system_crashes during past 7d 
| list number_of_system_crashes, context.organization.entity 
```

{% endcode %}

Some events might not have an entity because they cannot be linked to a device. These can include certain alerts or collaboration events. When an event is tagged with the special **n/a** entity, the associated user's entity, if any, enforces the view domain. If no device or user exists and the entity is tagged with **n/a**, all users can view the event. This situation can occur with some alerts on objects such as binaries or packages that are visible to all users.

#### **All inventory objects linked to a device**

When querying inventory objects such as `device.antiviruses`, `device.cpus`, `device.disks`, and similar objects, the system uses the entity of the device to enforce View domain.

{% hint style="info" %}
Users with roles that have limited access to View domain can list all `binaries` and `packages`. However, they cannot perform drill-downs on these objects to retrieve information about devices and events that are not part of their View domain.
{% endhint %}

### Product modules <a href="#viewdomain-productmodules" id="viewdomain-productmodules"></a>

View domain applies to the following modules:

#### Administration

| Permission                   | Full access                                                                                                                                                                                                                                                                                      | Limited access                                                                                                                                                                                                                                                                                   |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Administrator rights         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| Data management              | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| Manage all custom fields     | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| Manage all custom trend data | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| Manage all NQL API queries   | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| Manage all ratings           | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| Manage collectors            | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| Edit manual custom fields    | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |

#### ​Applications

| Permission                      | Full access                                                                                                                                                                                                                                                                                      | Limited access                                                                                                                                                                                                                                                                                   |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Manage all applications         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                                                                                  |
| View all application dashboards | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |

#### Alerts

| Permission                | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage all alerts         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                               |
| View all alert dashboards | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

#### Amplify

| Permission                         | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage Amplify                     | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                               |
| View Amplify                       | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |
| View installed packages in Amplify | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |
| View checklists                    | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |
| Execute workflows                  | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |
| Execute remote actions             | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

#### Campaigns

<table><thead><tr><th width="249">Permission</th><th>Full access</th><th>Limited access</th></tr></thead><tbody><tr><td>Manage all campaigns</td><td><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"></td><td></td></tr><tr><td>Manage all manual campaigns</td><td></td><td><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FQAmAsgiXKhIhVE0fenyl%2Fimage.png?alt=media&#x26;token=563672dd-8274-43ad-9d85-0b66e9e83d58" alt="" data-size="original"></td></tr><tr><td>Trigger all manual campaigns</td><td><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"></td><td><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"></td></tr><tr><td>View all campaign dashboards</td><td><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"></td><td><img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"></td></tr></tbody></table>

{% hint style="info" %}
Campaign targeting remains restricted to the user’s view domain. Users cannot target employees outside the scope defined by their view domain. If a user with a limited view domain opens a campaign that uses a non-manual trigger, the campaign is displayed in read-only mode.
{% endhint %}

#### Collaboration tools

| Permission                              | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| View all collaboration tools dashboards | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

#### Diagnostics

| Capabilities                                        | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                                                                   |
| --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Manage all checklists                               | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">                                                    |
| Manage Amplify (requires add-on license of Amplify) | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">                                                    |
| View all checklists                                 | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">                                                    |
| View Amplify (requires add-on license of Amplify)   | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">                                                    |
| View device view                                    | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">                                                    |
| View Diagnostics dashboards                         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">                                                    |
| View installed packages in Amplify                  | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |

#### Digital experience

| Permission                        | Full access                                                                                                                                                                                                                                   | Limited access |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| Manage Digital Experience Score   | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |                |
| View Digital Experience dashboard | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |                |

#### Investigations

| Permission                                                                                                                                                           | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                                                                   |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Create private investigations; use global search                                                                                                                     | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">                                                    |
| Manage shared investigations                                                                                                                                         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |
| Share private investigations                                                                                                                                         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |
| View Nexthink Assist (you explicitly consent to our [updated data processors](https://docs.nexthink.com/legal/global-privacy-hub/nexthink-data-processing-schedule)) | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |
| View shared investigations                                                                                                                                           | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-fc47fecca866413c3aadb93204bfa30e8ebded0f%2Fspaces_xJSUDk9NTtCHYPG5EWs3_uploads_xe9qrauGrjOJZofKmIuR_image.webp?alt=media" alt="" data-size="original"> |

#### Live dashboards

| Permission            | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage all dashboards | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                               |
| View all dashboards   | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

#### Device view

| Permission       | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| View device view | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

#### Remote actions

| Permission                        | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Execute all remote actions        | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |
| Manage all remote actions         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                               |
| View all remote action dashboards | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

#### Software metering

| Permission                            | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Manage all software metering          | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |
| View all software metering dashboards | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

#### Spark

| Permission                                      | Full access                                                                                                                                                                                                                                               | Limited access                                                                                                                                                                                                                                            |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| View agent overview dashboards                  | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">             | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">             |
| View all agent conversations                    | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">             | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">             |
| Chat with agent through Infinity                | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FaJBlqdeVZzjIi5Bfp3fk%2Fimage.png?alt=media&#x26;token=20095bc9-86f4-4843-a3b4-dc14851545bf" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FgQzTvVgwao6FRIGTuJrl%2Fimage.png?alt=media&#x26;token=fa9bad01-5ed4-48f9-a482-beb9f803f21f" alt="" data-size="original"> |
| Chat on behalf of another user through Infinity | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FxIrjRxRaDtFnFXgfkBwP%2Fimage.png?alt=media&#x26;token=d71ed6e1-3be7-4e0a-8bf6-27de0c611ece" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FI4bvXwVj1Z9Hjomfdnp8%2Fimage.png?alt=media&#x26;token=9db70970-bf57-4bc2-b0af-3ff08d293902" alt="" data-size="original"> |
| Manage all agent actions                        | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">             | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original">             |
| Manage agent knowledge sources                  | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FLzOK3oqnHqc4blRGacxQ%2Fimage.png?alt=media&#x26;token=2c296326-1bf2-4b3a-aad9-cf2951b9fa48" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2F1WObNpwXNiVEwR7qhKY3%2Fimage.png?alt=media&#x26;token=00038dcf-af79-4ddb-96e5-f6884c1b62cf" alt="" data-size="original"> |
| Manage agent settings                           | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FSRpc10Ce4xRUNbrpQwRc%2Fimage.png?alt=media&#x26;token=5ff45e24-f9e0-4165-92dc-e2a13577a5c1" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2FwpYl5Ax1eh61xayhzjGn%2Fimage.png?alt=media&#x26;token=7f3372c8-c906-4693-8e3b-ab98a2d73512" alt="" data-size="original"> |

#### Workflows

| Permission                   | Full access                                                                                                                                                                                                                                   | Limited access                                                                                                                                                                                                                                |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Execute all workflows        | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |
| Manage all workflows         | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |                                                                                                                                                                                                                                               |
| View all workflow dashboards | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> | <img src="https://268444917-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJSUDk9NTtCHYPG5EWs3%2Fuploads%2Fgit-blob-83bdc030baff81adb4e63584454cb0106c4d3a58%2Fimage%20(72).png?alt=media" alt="" data-size="original"> |

Applicable permission tables can also be found in each module's page.

When you apply View domain to a role, the system removes access to some modules at the permission level. The following module is available to roles with full View domain access:

* Digital Experience

A role with limited View domain access can still retrieve data linked to the aforementioned modules using, for example, `alert.alerts` or `campaign.responses` in Investigations or Live Dashboards where View domain is correctly enforced.

List of rights that you can associate only with roles that have full access to View domain:

| Feature            | Feature permission                                        | Content permission (sharing) |
| ------------------ | --------------------------------------------------------- | ---------------------------- |
| Alerts             | Manage all alerts                                         | Edit                         |
| Applications       | Manage all applications                                   | *-*                          |
| Custom Fields      | Manage all custom fields                                  | *-*                          |
| Campaigns          | Manage all campaigns                                      | Edit                         |
| Workflows          | Manage all workflows                                      | Edit                         |
| Workflows          | Execute all workflows                                     | Execute                      |
| Digital Experience | Manage Digital Experience Score                           | *-*                          |
| Digital Experience | View Digital Experience dashboard                         | *-*                          |
| Data Export        | Administrator rights                                      | *-*                          |
| NQL                | Manage all NQL API queries                                | *-*                          |
| Remote Actions     | Manage all remote actions                                 | Edit                         |
| Administration     | *Any administration feature (including Packs management)* | *-*                          |

***

RELATED TOPICS:

* [Product configuration](https://docs.nexthink.com/platform/user-guide/administration/system-configuration/product-configuration)
* [Roles](https://docs.nexthink.com/platform/user-guide/administration/account-management/roles)
