> 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-html.md).

# Export HTML

## What is HTML?

**Hypertext Markup Language (HTML)** is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content.&#x20;

## Export a Course as HTML

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

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

{% step %}
Select **HTML5**.

A new window will appear.

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

{% step %}
Click **Yes** to enable extended analytics.
{% endstep %}

{% step %}
Click **Content to publish** to show the list of sections included in an exported course.

{% hint style="warning" %}
[Exclude a section](/export/export-a-course.md#exclude-from-export) from the export at the **Contents** tab.
{% endhint %}
{% endstep %}

{% step %}
Click **Media resource resolution** to select the **Video resolution** option from the drop-down menu.
{% endstep %}

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