> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/falkor-dev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/falkor-dev-docs/pathways/enrolments.md).

# Enrolments

## Enrolment Endpoints

### **List**

The **list** endpoint allows for **retrieving multiple pathways** and **user enrolments**. This is useful if you wish to track the enrolment status & progression of users.

{% content-ref url="/pages/-MJB3Z0ych4tcHcz8oJc" %}
[List](/falkor-dev-docs/pathways/enrolments/list.md)
{% endcontent-ref %}

### Manage

The **manage** endpoint allows for **managing multiple users in a single pathway.** This is useful for **bulk user add (enroll) / remove (disenroll) actions** to a pathway.&#x20;

{% content-ref url="/pages/-MJB3UYk4jdPNjJsUENx" %}
[Manage](/falkor-dev-docs/pathways/enrolments/manage.md)
{% endcontent-ref %}

### Insert

The **insert** endpoint allows for **adding a single user to multiple pathways**. This is similar to the **add** parameter for the **manage** endpoint but allows for multiple pathway assignments.

{% content-ref url="/pages/-MJB3WA8AvxaX4-oRFhR" %}
[Broken mention](broken://pages/-MJB3WA8AvxaX4-oRFhR)
{% endcontent-ref %}

### Remove

The **remove** endpoint allows for **removing a single user** from multiple pathways. This is similar to the remove parameter for the **manage** endpoint but allows for multiple pathway removals.

{% content-ref url="/pages/-MJB3a-3RT1I3an2sLpH" %}
[Broken mention](broken://pages/-MJB3a-3RT1I3an2sLpH)
{% endcontent-ref %}


---

# 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://everyday-digital.gitbook.io/falkor-dev-docs/pathways/enrolments.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.
