# Duplicate or translate

### Duplicate a microlearning

The advantage of duplicating training is to save time by reusing an already existing chapter structure. All you have to do is modify the contents of each chapter.

In the “Training” menu you can view the list of all the trainings created. Several links are available in front of each training title, to the right of the concerned line, including the “**Duplicate**” link.

<figure><img src="/files/GcwEjQjeeksmgQt7x4Va" alt=""><figcaption><p>Duplicate window</p></figcaption></figure>

A window will appear asking you to give a title to the duplicated training.

### Translate a training

The translation of training is done very quickly thanks to artificial intelligence.

When you translate a training, it is duplicated and then translated. This way you keep the original training.

To translate a training course, go to the training listing page, then click on the "..." icon. Then select "Translate". A window opens and allows you to choose which language you want to translate the training into. Select the desired language, then confirm your choice.

The AI will start by translating the training information, then the translation of the content (in the chapters) will be done in a queue.

<figure><img src="/files/z31fEe9ioQ8VbOknVNpo" alt=""><figcaption><p>Translation window</p></figcaption></figure>


---

# 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/duplicate-or-translate.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.
