> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/english/spot-content/courses.md).

# Courses

In the Courses section, create guided training paths for your members.

## Courses list&#x20;

On this page, you'll find all the courses to which you have access. The courses are divided into several tabs:&#x20;

* `All`, which lists all the courses to which you have access. This is the only tab visible to visitors to the Spot.&#x20;
* `Assigned`, which lists all the courses to which you've been invited.&#x20;
* `In progress`, which lists all the courses you've started.&#x20;
* `Completed`, which lists all the courses you have completed.&#x20;

The course cards are arranged in alphabetical order, so you can easily find the course you're looking for.

<figure><img src="/files/NxPDcwfZ0tMqI6wIS8EC" alt="List of courses"><figcaption></figcaption></figure>

## The course card&#x20;

Each course card contains the main information about the course, as well as a **personal progress bar corresponding to your completion rate of the course steps.**&#x20;

When hovering over a course card, an admin menu will appear in the top right-hand corner of it. It contains :&#x20;

* `Invite members` button: this opens the [member invitation side drawer](/english/spot-content/courses/invitations-and-participants.md#invite-participants) in the course settings.&#x20;
* A `Settings` button: this opens the [course settings. ](/english/spot-content/courses/general-settings.md)
* A `Duplicate` button: this button [duplicates the course.](/english/spot-content/courses/create-a-course.md#duplicate-a-course)
* A `Share` button: this lets you copy the course link directly to your clipboard (more information [here](/english/how-to/share-a-ressource.md)).


---

# 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.meltingspot.io/english/spot-content/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.
