# Skill Matrix

The Skill Matrix summarizes each user's assessment scores and their evolution over time. It facilitates identifying and assigning learning paths to bridge skill gaps. It is also an excellent resource for evaluating a user's level across different skills.

* Each column represents a skill, and each row represents a user.
* An additional column shows the team(s) the user is part of.
* The arrows next to each score show the recent trend (when a user scores higher in a subsequent assessment, the arrow points up and vice versa).&#x20;
* The colors match the score with the corresponding skill level:

| Color        | Skill level        | Score   |
| ------------ | ------------------ | ------- |
| Gray         | No score           |         |
| Yellow       | Novice (0-70)      | 0-70    |
| Light green  | Lower intermediate | 71-100  |
| Darker green | Intermediate       | 101-130 |
| Light blue   | Upper intermediate | 131-160 |
| Dark blue    | Advanced           | 161-200 |

* It is possible to hide the raw score with the **View Raw Scores** toggle.
* Clicking on a score opens a summary of the user’s scores and shows a list of recommended content for that particular user.
* When a user has no data for a particular skill, clicking the plus sign assigns an assessment.&#x20;
* Clicking on the circular arrow reassigns an assessment if the assignment is past due.
* You can search for a particular member using the search box at the top.
* The technology dropdown menu next to the search box switches the assessment technology (Python, SQL, R, or Theory).

<figure><img src="/files/4HSONoGwUjYvCBRLhTrv" 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/skill-matrix.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.
