# Create a Course Outline

After [creating a Project](/project/set-projects/create-a-project.md), define its structure.

## **What is a Course Outline?**

A **Course Outline** is the organized, hierarchical layout of a course.

The Course Outline consists of different types of **sections**:

![](/files/tsgQz9Bhoztb1FmKfJSf)

**1.** A **Cover** provides an overview of the course. A Cover shows the course start screen, representing its structure and content.

{% hint style="warning" %}
You can add only one Cover per Project.
{% endhint %}

**2.** A **Content page** represents the educational material added using various blocks (text, images, audio, video, etc.).

**3.** A **Quiz** is a test to measure the knowledge gained from learning educational material.&#x20;

**4.** A **Chapter** groups related content and contains other Project sections.

## **Create a Course Outline**

### **Add Sections to the Project**

* Add a Section **to the end of the Project**:

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

{% stepper %}
{% step %}
[Open a Project](/project/set-projects/manage-a-project.md) and go to the **Contents** tab.
{% endstep %}

{% step %}
Clear all selected sections, if any.
{% endstep %}

{% step %}
Click on the corresponding button (Cover, Content page, Quiz, Chapter) to add a section.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
A Cover always appears at the top of the Project.
{% endhint %}

* Add a section **below the specific section**:

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

{% stepper %}
{% step %}
[Open a Project](/project/set-projects/manage-a-project.md) and go to the **Contents** tab.
{% endstep %}

{% step %}
Click on the section located in the Project to select it.
{% endstep %}

{% step %}
Click on the corresponding button (Content page, Quiz, Chapter) to add a section.
{% endstep %}
{% endstepper %}

### **Add Sections to the Chapter**

![](/files/uuLp605PaluLeJkxRSlW)

{% stepper %}
{% step %}
[Open a Project](/project/set-projects/manage-a-project.md) and go to the **Contents** tab.
{% endstep %}

{% step %}
Add a Chapter to the Project.
{% endstep %}

{% step %}
Select the created Chapter.
{% endstep %}

{% step %}
Add new sections via corresponding buttons (Content page, Quiz, Chapter).

New sections will appear below within the Chapter section.
{% 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/project/set-a-project-structure/create-a-course-outline.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.
