# Chapters

### Content structure <a href="#structure-de-contenu" id="structure-de-contenu"></a>

The chapters represent the content structure. They are your training capsules (or modules). They allow you to organise your learning plan and create a structure for your content.

On the course creation or editing page, click on the “Edit content” button.

<figure><img src="/files/epu96y2pw0AUP55WopWY" alt=""><figcaption><p>Manage chapters</p></figcaption></figure>

From left to right you can see your chapters: these are the capsules or modules of your course.

You can create new chapters by simply clicking on the “New Chapter” button.

By default, completing a chapter gives your users 1 point. This value can be changed if you wish. To do this, click on the 3 horizontal dots next to the title, then activate the display of points. You will then be able to enter the number of points on each chapter:

<figure><img src="/files/BCA3B2P0473TngQynU3N" alt=""><figcaption><p>Customize the number of points per chapter</p></figcaption></figure>

### Duplicate a chapter <a href="#dupliquer-un-chapitre" id="dupliquer-un-chapitre"></a>

To save time, you can duplicate a chapter already created. The entire structure as well as the contents themselves will be duplicated.

By clicking on the three vertical dots icon, then “duplicate”, a window will appear and will ask you to give a name to the new duplicated chapter, as below:

<figure><img src="/files/Tzjd4h3X2USfRvYBJwGN" alt=""><figcaption><p>Duplicate a chapter</p></figcaption></figure>

### Moving a Chapter

You can move a chapter to a new course.

To unmove a chapter, click the three vertical dots icon, then "move." A window will then display the list of your courses; all you have to do is select the destination course.

{% hint style="warning" %}
Please note: the chapter is not duplicated (you are free to do so beforehand if you wish to keep a copy in the course), but moved directly to the destination course.
{% endhint %}


---

# 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://doc.cards-microlearning.com/english/trainings/chapters.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.
