> 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/getting-started/adding-a-participant-to-a-group-course.md).

# Adding a Participant to a Group Course

There are three ways to add a participant to a course — depending on where you are in the system.

## Adding from the Participants tab

Go to the ***Participants*** tab and select the participants you want to add. Once selected, the ***Mass actions*** button will appear on the right — click it and choose ***Add to course***.

{% hint style="info" %}
This method lets you add participants to a course in bulk — select as many people as you need and enrol them all at once.
{% endhint %}

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

## Adding through course details

Select a course from the ***Courses*** tab or from the ***Calendar***, go to its details, open the ***Participants*** section, and click ***Add participant***.

<figure><img src="/files/0XGpHES79AbyiqmBfjtW" alt=""><figcaption></figcaption></figure>

## Adding from a participant's profile

Open the participant's profile, go to the ***Courses*** section, and click ***Add to course***.

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


---

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

```
GET https://help.activenow.io/en/getting-started/adding-a-participant-to-a-group-course.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.
