# Export Markdown

## What is Markdown?

**Markdown** is a lightweight markup language used to create formatted text from plain text using special characters, making it easy to write and read. It is widely used for web content, technical documentation, and online forums, and its syntax is converted to HTML or other formats by a parser.&#x20;

## Export a Course as Markdown

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

A new window will appear.

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

{% step %}
Select **Include media** option:

* **Markdown only**: Downloads the course without media content;
* **ZIP with media**: Downloads the course with media and links.
  {% 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 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-markdown.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.
