# Dashboard

The Dashboard provides admins with a quick overview of key learning activity metrics.

* Below is a brief description of each metric shown:
  * [Current Members' Adoption](#current-memebers-adoption)
  * [Cumulative Time on Platform](#cumulative-time-on-platform)
  * [Members who have earned XP](#members-who-have-earned-xp)
  * [Unit Completions](#unit-completions)
  * [View and analyze skill gaps](#view-and-analyze-skill-gaps)

### Current Members' Adoption

* The widget shows how many current members have accepted their DataCamp invitation and started learning.
* For seat-based accounts, the number in the middle of the circle is the number of Licenses purchased. That number is broken down by color into Members started, Members not started, Invites pending, and Open seats.
* For unlimited accounts, the number in the middle of the circle is Invites sent. That number is broken down by color into Members started, Members not started, and Invites pending.

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

* By hovering over **Members started**, a model shows how many members have earned XP while part of the group and how many have not earned XP  since joining the group (they earned XP **before**).

<figure><img src="/files/1C6Ls9v628Wxkdf0Jcc9" alt="" width="297"><figcaption></figcaption></figure>

### Cumulative Time on Platform

* The large number shown is the cumulative hours spent on the DataCamp platform (all-time).&#x20;
* A smaller number below shows the hours spent on the platform in the last 30 days.&#x20;
* The line shows the trend over the last few months.

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

### Members who have earned XP

* The large number shown is the number of unique users who have earned XP (all time).
* A smaller number below shows how many more unique members earned XP in the last 30 days.&#x20;
* The bars show the trend over the last few months.

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

### Unit Completions

* The widget shows the content units completed in the organization by ALPA phase. ALPA stands for Assess, Learn, Practice, and Apply.&#x20;
* A unit can be an Assessment (Assess), a course chapter (Learn), a practice session (Practice), or a project (Apply).&#x20;
* The large number shown is the total number of units completed (all time).
* A smaller number below shows the units completed in the last 30 days.
* The bars represent the breakdown by ALPA phase.

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

### View and analyze skill gaps

* The large number shows the cumulative number of unique assessment completions.&#x20;
* In this context, unique means that if a user completes a particular assessment multiple times, they are only counted as one completion.
* A smaller number below shows the assessments completed in the last 30 days.

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


---

# Agent Instructions: 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:

```
GET https://enterprise-docs.datacamp.com/optimizing-key-performance-indicators-via-the-groups-tab/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
