# Export a Course

## Export a Course

Download a course in various formats and versions.

<figure><img src="/files/NinOQ8Fmaux8wYhKohbq" 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.

## Update Saved Export Settings

Change saved export settings.

<figure><img src="/files/mGg8JYZY3GcXATyJwGeQ" 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 with the **Previous export** tag.

A new window will appear.

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

{% step %}
Click the **Edit** button.

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

{% step %}
Open a new export window with default settings.
{% endstep %}

{% step %}
Edit saved [general SCORM settings](/export/export-to-lms/export-scorm.md#edit-general-scorm-settings) of a previously exported course.
{% endstep %}

{% step %}
Click the **Export** button.
{% 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: 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.
