> For the complete documentation index, see [llms.txt](https://docs.moocit.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moocit.fr/english/course-development/course-content-visibility-and-access/subsection-prerequisites.md).

# Subsection Prerequisites

{% hint style="info" %}
The prerequisites are an advanced functionality. We recommend that users have some Studio experience before using it. 😀
{% endhint %}

### Enable Subsection Prerequisites&#x20;

1. Connect to Studio and select the desired course
2. Select ***Settings > Advanced Settings***&#x20;
3. Find the property ***Enable Subsection Prerequisites*** and indicate `true`
4. Save changes

![Enable Subsection Prerequisites](/files/-M9SBkqI1ye3dZRL7331)

### Mark a subsection as a prerequisite&#x20;

1. Once the subsection prerequisites are enabled, go to the Course Plan.&#x20;
2. Locate the sub-section which you would like to use as a prerequisite for another subsection.
3. Select the ⚙️ (C*onfigure icon*), then the '***Advanced'***  ta&#x62;***.***
4. Check the box ***Make this subsection available as a prerequisite to other content.\`***

![](/files/-M9SHszA5zwFA8OCCmC1)

### Indicate a prerequisite for a subsection

1. Locate the subsection which you want to require a prerequisite for
2. Select the ⚙️ (C*onfigure icon*), then the '***Advanced'***  ta&#x62;***.***
3. Select the prerequisite and indicate the minimum score / minimum completion the learner needs to achieve before they will be able to access the subsection.

![Select a prerequisite for a subsection](/files/-M9SMBr0ZeS9bfdy6dFP)

{% hint style="info" %}
*The above example indicates that in order for the learner to access the subsection  'First Activities', they must first complete 100% of the subsection 'Start Well' and achieve a score of 100%.*&#x20;
{% endhint %}


---

# 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:

```
GET https://docs.moocit.fr/english/course-development/course-content-visibility-and-access/subsection-prerequisites.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.
