# Create a Project with AI

Create a draft of your project using AI.

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

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

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

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

{% step %}
Select **Create with AI**.

A new window will appear.

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

{% step %}
Download resources:

> **a. Add link**\
> Add up to 10 links to external sources.\
> \
> **b. Add file**\
> Add up to 10 files in the formats:
>
> * PDF;
> * DOCX;
> * PPTX;
> * Markdown;
> * MP3;
> * MP4;
> * WAV.
>
> **c.** Supplement the attached links and files with the prompt for AI (optional).
> {% endstep %}

{% step %}
Click the **Configure prompt** button.

A new window will appear.

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

{% step %}
Customize a prompt:

> **a. Learning objectives**\
> Specify the primary course goals.\
> \
> **b. Learning outcomes**\
> Specify the expected learners results.\
> \
> **c. Tone of voice**\
> Select the one of the options:
>
> * **Executive**: Makes information authoritative, clear, and calm;
> * **Technical**: Makes information precise, objective, and authoritative;
> * **General audience**: Makes information universally understood, professional yet approachable, and free of technical jargon;
> * **Custom**: Meets the conditions specified in the **Custom instructions** field.\
>   \
>   **e.g.**, "Use a friendly, conversational tone. Avoid jargon and passive voice. Address the learner as 'you'.”

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

> **d. Knowledge checks** (optional)\
> Select the options to add Quizzes:<br>
>
> * **Quiz in each lesson**: Adds one Quiz block to each Content section;
> * **Knowledge check**: Adds one Quiz section to each Content section;
> * **Final quiz**: Adds one general Quiz section covering all lesson topics at the end of the course.
>
> \
> **e. Number of lessons**\
> Specify the number of generated Content pages sections from 1 to 20.\
> \
> **f. AI content transformation**\
> Select the one of the options:
>
> * **Improve**: Enhances clarity and flow, maintains core message;
>
> * **Keep original**: Preserves the original wording;
>
> * **Simplify**: Reduces complexity for better readability.
>
> **g. Extract images** (optional)\
> Select the checkbox to automatically extract images from your source files and links to a separate folder on the Project level.\
> \
> Supports up to 100 images (max 10MB each).
> {% endstep %}

{% step %}
Click the **Generate outline** button.

A new window will appear.

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

{% step %}
Confirm a course outline:

> **a.** Change the section title and description.
>
> \
> **b.** Change the section order by dragging it.
>
> \
> **c.** Delete a section.
>
> \
> **d.** Click the **Add content page** button to add a new section.
> {% endstep %}

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

A new window will appear.

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

{% step %}
Click the **View course draft** 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).


---

# 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-with-ai.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.
