> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/digital-experience/using-the-benchmark-dashboard.md).

# Using the Benchmark dashboard

{% hint style="info" %}
All Nexthink users with the Experience Central expansion product can monitor the DEX score in the enabled Digital Experience module. If you do not have an Experience Central license, you can still configure the DEX score and monitor it using the Live Dashboards module. Contact your Nexthink representative for more information about the Experience Central expansion product.
{% endhint %}

The Benchmark dashboard provides you with an overview of the technical landscape of various industries, from their DEX score distribution to the metrics used in the score computation.

## Accessing the Benchmark dashboard <a href="#gettingstartedwithbenchmarkdashboard-accessingthebenchmarkdashboard" id="gettingstartedwithbenchmarkdashboard-accessingthebenchmarkdashboard"></a>

To access the Benchmark dashboard:

1. Select the **Digital Experience** module from the main menu. By default, the system navigates to the **Overview** page.
2. Click on the **Benchmark** tab.

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

## Configuring a benchmark

To configure a benchmark:

1. Click on the **Configure benchmark** option on the left side of the page, OR select the **Configure benchmark** option from the action menu in the top-right corner of the page.

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

2. Select a relevant industry from the list.
3. Click **Save configuration.**

<figure><img src="/files/5rFAgxXpXOT7R2qmETpn" alt=""><figcaption></figcaption></figure>

Drill down into the benchmarking data by comparing:

* The data from a specific industry at the time.
* The number of anonymized companies that are part of the selected industry.

## DEX score section

The **Percentage of companies by DEX score**  shows the distribution of the DEX score for the selected industry. It displays the percentage of companies grouped by DEX score ranges.

The **Benchmark** dashboard displays the details of the DEX score of the organization next to the industry average on the right side of the panel.&#x20;

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

## Metric sections

The system computes most benchmark metrics based on the mean value of the metric per device to represent what is typical for the selected industry. However, due to unique metric distributions, the system bases the benchmark values for **Application crashes** and **Application freezes** on the median value of the metric per customer for the selected industry.

### Key benchmarks <a href="#gettingstartedwithbenchmarkdashboard-keybenchmarks" id="gettingstartedwithbenchmarkdashboard-keybenchmarks"></a>

**Key benchmarks** contain a list of metrics used in the computation of the DEX score. These metrics have the biggest variance with the selected industry. The system selects the top three metrics that represent the highest or lowest ratio between the metric values of your company and the selected industry. Note that it focuses only on metrics falling in the **lagging** and **leading** categories and excludes metrics from the *normal* category - see the section below for more details about these categories. The **Top leading metrics** column contains a list of the top-performing metrics, and the **Top lagging metrics** column contains a list of underperforming metrics.

Click on the action menu of a specific metric to drill down to a list of lagging devices or, when available, access a dashboard to troubleshoot the metric.

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

### All benchmarks <a href="#gettingstartedwithbenchmarkdashboard-allbenchmarks" id="gettingstartedwithbenchmarkdashboard-allbenchmarks"></a>

The following is a broader list of benchmarked metrics used in the computation of the DEX score:

* **Metric:** Name of metric.
* **Description:** How the system computes the metric.
* **My company:** Average value of your company. The system provides an indicative label based on the following criteria:
  * **Leading:** The metric value of your company is more than 5% better than the metric value of the selected industry.
  * **Lagging:** The metric value of your company is more than 5% worse than the metric value of the selected industry.
  * **Normal:** The metric value of your company falls within ±5% of the metric value of the selected industry.
* **All companies:** Average metric value of the selected industry.
* **% of lagging devices:** The percentage of devices in your company that are worse than the metric value of the selected industry.

Hover over each table cell in the **% lagging devices in my company** and click on the action menu to drill down to a list of lagging devices or, when available, access a dashboard to troubleshoot the metric.

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

***

RELATED TOPICS

* [Getting started with Digital Experience](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/digital-experience/getting-started-with-digital-experience.md)
* [Using the Overview dashboard](/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/digital-experience/using-the-overview-dashboard.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.nexthink.com/platform/~/changes/Sh4xqs4GDClkDKT9Hvux/user-guide/digital-experience/using-the-benchmark-dashboard.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.
