# Enrolling Users

### Assigning Training

With both users and activities added to the platform, you just need to join these two things together. This is best done with **Enrolments** – an enrolment allows you to define which users can access what content.

Enrolments aren’t the only way for users to access content. They’re also able to find content by searching, having it shared to them, or by our AI-powered recommendation engine. Despite this, enrolments are the pillars of any learning platform – at some point you will have a need to say some learning content **must** be completed by certain learners. Enrolments are the way to make that happen.

When creating an enrolment, you will define which users the enrolment will apply to as well as the modules that should be assigned to those users. Further courses will detail how rules and workflows can be used to build dynamic enrolments but we’ll save that for later.

*Watch the video below to see how to create a very simple enrolment.*

{% embed url="<https://drive.google.com/file/d/1eY9g4zwflZP8KjNRLRnARD55rDxDjROy/view?usp=drive_link>" %}

Small enrolments should apply right away but if you’re assigning hundreds or even thousands of users, you may need to exercise a little patience and wait a few minutes for the enrolment to take effect.


---

# 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://help.clearxp.com/enrolments/enrolling-users.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.
