> 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/project/set-projects/create-a-project.md).

# Create a Project

To organize learning material into a course, create **a Project** in Parta.io.

## **What is a Project?** <a href="#w8dzioul8cza" id="w8dzioul8cza"></a>

A **Project** is a Parta.io component that brings together all the content and structure units to build a course.

A Project consists of [sections](/project/set-a-project-structure/create-a-course-outline.md).

To organize learning material, create a Project in Parta.io.&#x20;

## **Create a Project from the Home Tab** <a href="#e4aznh8y0y9b" id="e4aznh8y0y9b"></a>

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

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

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

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

{% step %}
Select the **Create from scratch** option to [create a new Project manually](/project/set-projects/create-a-project/create-a-project-from-scratch.md).
{% endstep %}

{% step %}
Select the **Import from Markdown** option to [add a new Project created from a .md document](/project/set-projects/create-a-project/create-a-project-from-markdown.md).
{% endstep %}

{% step %}
Click the **Create project with AI** button to [create a draft Project using AI](/project/set-projects/create-a-project/create-a-project-with-ai.md).
{% endstep %}
{% endstepper %}

## **Create a Project from the Project Tab** <a href="#e4aznh8y0y9b" id="e4aznh8y0y9b"></a>

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

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

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

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

{% step %}
Select the **Create from scratch** option to [create a new Project manually](/project/set-projects/create-a-project/create-a-project-from-scratch.md).
{% endstep %}

{% step %}
Select the **Create from Markdown** option to [add a new Project created from a .md document](/project/set-projects/create-a-project/create-a-project-from-markdown.md).
{% endstep %}

{% step %}
Select the **Create with AI** option to [create a draft Project using AI](/project/set-projects/create-a-project/create-a-project-with-ai.md).
{% 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/project/set-projects/create-a-project.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.
