> For the complete documentation index, see [llms.txt](https://documentation.taskmaverick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.taskmaverick.com/training-and-certification/what-are-courses.md).

# What are Courses?

The Course Library lets you organize [Missions](/missions/what-are-missions.md) into structured learning paths — multi-step training programs where employees complete Missions in a defined order.

## When to use Courses

* **Onboarding** — walk new hires through policies, procedures, and culture step by step
* **Compliance training** — ensure employees complete all required safety or regulatory modules
* **Seasonal preparation** — train teams for busy periods with a structured program

## How to create a Course

1. Go to **Course Library** (available when the [Course module is enabled](/your-organization/organization-settings.md#modules-management))
2. Create a new Course
3. Select and arrange Missions in sequence
4. Define access and visibility rules
5. Assign to individuals, roles, or units

## How employees see Courses

On mobile, assigned Courses appear in a dedicated **Courses** tab showing:

* List of assigned Courses
* Current completion status
* Employees can also access Courses via the On Demand flow

## Good to know

* A Course must contain **at least one Mission**
* Missions can come from anywhere in the Organization Library
* Removing a Mission from a Course **does not delete it** from the Library
* Courses support **sequential** and **all-at-once** Mission posting
* The Course Library **cannot be managed from mobile** — only assigned Courses are visible there


---

# 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://documentation.taskmaverick.com/training-and-certification/what-are-courses.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.
