# 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/eZr7amzebGAdny3jr5Ql" 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/B8QTWSkHxNSvVNWP5KWQ" alt=""><figcaption></figcaption></figure>
{% 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: 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.
