# Take a course

## Participate to a course&#x20;

To view and participate to a course, you must either:&#x20;

* be a Spot member (for public courses).&#x20;
* be invited by an admin to the course (for secret courses).&#x20;
* be an admin (regardless of course confidentiality)&#x20;

Once you're a Spot member and you can view the course, you can take it!&#x20;

{% hint style="info" %}
If you're a visitor to the Spot, you can view public courses and see the introductory stage. If you want to take part in the course, you have to join the Spot!&#x20;
{% endhint %}

Each course step consists of :&#x20;

* step title&#x20;
* step content&#x20;
* a progress bar indicating your progress through the course&#x20;
* navigation buttons at the bottom to return to the previous step or move on to the next one&#x20;
* a list of steps on the right (you don't have to follow the course in order!)

## Completing a step

You can complete a step by clicking on the button at the bottom right of the step in question. A green check mark ✅ then appears in the list of steps on the right.

* If the course is in `Flexible Navigation` mode

You can complete the steps in the order of your choice (you can complete a step without having completed the previous step)

* If the course is in `Sequential progression` mode

You must complete the steps in the order in which they appear (you cannot complete a step without having completed the previous one). As soon as you complete this step, the next step will be unlocked.

### Quiz step

To complete a Quiz step, start by answering all the questions in the step. Then, simply click on `Submit and complete` your answers.

Once you have submitted your answers, your **score** will appear at the bottom of the page.

Depending on the quiz settings:

* The **correct and incorrect answers are displayed** for each question.
* A `Retake quiz` button allows you to **reset the quiz and take it again**.

{% hint style="info" %}
**Note**: Once the quiz has been submitted, the participant will see the version of the quiz at the time of submission, even if changes have been made subsequently.
{% endhint %}

## Completing a course

To complete a course, you need to complete the penultimate step of the course (the one just before the conclusion step) by clicking on the `Complete` button.

* If the course is in `Flexible Navigation` mode, you can complete a course without having completed all its steps!
* If the course is in `Sequential progression` mode, you must have completed all course steps to complete the course.


---

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