> 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/advanced/duplicate-a-course-import-export-a-course.md).

# Duplicate a Course (Import / Export a Course)

{% hint style="info" %}
Attention:warning:Importing a course cancels and replaces all the contents of an existing course. So be sure to import a course into a new "empty" course if you don't want to delete your existing content.
{% endhint %}

## Export a Course

1. From Studio Home, select the course you wish to export&#x20;
2. Select ***Tools > Export***
3. Select ***Export Course Content***&#x20;

![Export course content](/files/-MAAVk-AZEx3cx22i6yZ)

4\. Then download the content of the course export to your workstation

![Download Exported Course](/files/-MAAW3-soYl0nqlG5Xjo)

## Import a Course

{% hint style="info" %}
Attention:warning:Importing a course cancels and replaces all the contents of an existing course. So be sure to import a course into a new "empty" course if you don't want to delete your existing content.
{% endhint %}

1. From Studio Home, select the course in which you wish to import your existing course contents
2. Select ***Tools > Import***
3. Select ***Choose New File***&#x20;

![](/files/-MAAWn7KsgDW1YU60IIw)

4\. Select your course file to import (.tar.gz format) obtained during the export of a course&#x20;

5\. Select ***Import Course***


---

# 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/advanced/duplicate-a-course-import-export-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.
