# Create a Project from Markdown

Add a new Project created from a .md document.

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

{% stepper %}
{% step %}
Go to the **Project** tab.
{% endstep %}

{% step %}
Click **+**.

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

{% step %}
Select **Create from Markdown**.

A new window will appear.

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

{% step %}
Click the **Add file** button and attach a .md document.
{% endstep %}

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

A new window will appear.

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

{% step %}
Click the **View Course** button.
{% endstep %}
{% endstepper %}

A [Project menu](/project/set-projects/navigate-through-the-project-menu.md) page will appear.&#x20;

To continue course creation, create and manage [course outline](/project/set-a-project-structure.md).<br>


---

# 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/project/set-projects/create-a-project/create-a-project-from-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.
