> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/export/export-a-course.md).

# Export a Course

## Create a New Course Export

Download a course in various formats and versions.

<figure><img src="/files/M7tkCnDizSSxh6UUskZy" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
[Open a Project](https://help.parta.io/project-general-settings/set-a-project/manage-a-project) and go to the **Export** tab.
{% endstep %}

{% step %}
Select an export format:

* [SCORM options](/export/export-to-lms.md) ([static SCORM](/export/export-to-lms/export-scorm.md), [dynamic SCORM](/export/export-to-lms/export-dynamic-scorm.md), [integration with LMS](/export/export-to-lms/integrate-with-lms.md));
* [PDF](/export/export-pdf.md);
* [HTML5](/export/export-html.md);
* [Markdown](/export/export-markdown.md).
  {% endstep %}
  {% endstepper %}

Export settings will be saved after downloading a course.

## Manage Saved Export Settings

<figure><img src="/files/7iUjPIoEWoMAEr5ZG80o" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
[Open a Project](https://help.parta.io/project-general-settings/set-a-project/manage-a-project) and go to the **Export** tab.
{% endstep %}

{% step %}
Click **Add export** to [export in different format](#create-a-new-course-export).
{% endstep %}

{% step %}
Click the **...** icon next to the saved export settings and select an option:

* **Edit**: Change saved export settings;
* **Delete:** Delete saved export settings.
  {% endstep %}
  {% endstepper %}

## Exclude from Export

Hide sections/blocks that are not relevant to certain users. Excluded materials won't appear in export or preview.

### Exclude a Section

{% hint style="warning" %}
Excluded sections can't be shared.
{% endhint %}

![](/files/pgE5ifmJGdFCvHGoFpDp)

{% stepper %}
{% step %}
[Open a Project](/project/set-projects/manage-a-project.md) and go to the **Contents** tab.
{% endstep %}

{% step %}
Hover over and click the **Settings** icon next to the section.
{% endstep %}

{% step %}
Select **Section settings**.

A pop-up window will appear.

<figure><img src="/files/PSBJkwfXw2LD9YoQWQBL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **No** next to the **Export** setting.

An unable export icon will appear next to the section.

The changes will be saved automatically.
{% endstep %}
{% endstepper %}

### Exclude a Block

<figure><img src="/files/VpmnvcuPA737US64hYB3" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
[Open an editor](/editor/work-in-the-editor.md) and select a block.
{% endstep %}

{% step %}
Click the **Block settings** icon.

A pop-up window will appear.
{% endstep %}

{% step %}
Click **No** next to the **Export setting**.

The changes will be saved automatically.
{% endstep %}
{% endstepper %}


---

# 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://help.parta.io/export/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.
