> For the complete documentation index, see [llms.txt](https://help.activenow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.activenow.io/en/client-management/managing-participant-skills.md).

# Assigning Skills to Participants

Want to motivate participants to keep learning and make it easy for them to track their progress?

Simply **assign skills to proficiency levels** — skills that participants can earn at each level of advancement.

When a participant acquires a new skill during a lesson, **the instructor can mark it as earned**, and the participant will immediately receive a **notification** in their Client Panel.

In addition to earned skills, the Client Panel also shows **future goals** — skills the participant can still achieve within their current proficiency level. This gives them a clear learning plan and extra motivation to keep progressing.

## How to assign skills to proficiency levels

The Skills feature must first be enabled under *Settings* → *General* → *Additional features* → *Skills*.

To configure skills, go to *Settings* → *Your Offering* → *Proficiency levels*. Click the *Skills* button next to a proficiency level to add new skills to it — the configuration opens in a new interface, without needing to work in a separate pop-up window.

![Settings view showing proficiency levels with Skills button for adding skills to each level](/files/LnAxr7OnckRImMxYTu4f)

## How to mark a skill as acquired

To mark a skill as acquired for a participant, go to their profile and navigate to the *Skills* section.

Click *Edit* to manage the participant's acquired skills. You can mark skills as earned or remove them.

Only skills from proficiency levels assigned to that participant's profile are shown.

![Participant profile Skills section with Edit button and list of skills that can be marked as acquired](/files/7d9pk8vsdlq7AOBIPrjt)

In the **Instructor Panel**, the same feature is available in the *Participants* tab — click the *Skills* button next to any participant.

![Instructor Panel Participants tab with Skills button next to each participant](/files/Y6QL8Tbq3E4zNxaqlUpD)

Once you save the acquired skills, the participant will receive a notification about all their newly earned skills.

![Notification showing newly acquired skills sent to the participant](/files/SCOUf9VKVDnlw6tuq8vc)

## How participants can view their skills

In the Client Panel, participants will see a new *Skills* tab. Here they can view all their acquired skills along with the date each one was earned.

They will also find their *Future goals* — skills they can still work towards within their current proficiency levels.

![Client Panel Skills tab showing acquired skills with dates and future goals section](/files/43gMpbgH2GYc7f87UEL2)


---

# 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://help.activenow.io/en/client-management/managing-participant-skills.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.
