> 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-a-project-structure/manage-a-course-outline.md).

# Manage a Course Outline

After [creating a course outline](/project/set-a-project-structure/create-a-course-outline.md), change the order of sections if necessary.

## **Move a Section**

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

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

{% step %}
Hover over the section.
{% endstep %}

{% step %}
Click and hold the icon next to the section name.
{% endstep %}

{% step %}
Drag the section.

The green line indicates the new section position:

> **a.** To place a section **within the Project**, place the indicator line below / above the sections of the the Project.

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

> **b.** To place a section **after the Chapter**, place the indicator line at the Chapter level.&#x20;

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

> **c.** To place a section **within the Chapter**, place the indicator line inside the Chapter.

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

{% endstep %}
{% endstepper %}

## **Move Multiple Section**

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

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

{% step %}
Select multiple sections:

To select sections **within the Project / same Chapter**, press and hold **Shift** key and click on the sections;

* To select sections **within the Project / same Chapter**, press and hold **Shift** key and click on the sections;
* To select sections **of a Project or / and any Chapter**, press and hold **Ctrl** (or **Cmd** on Apple devices) and click on the sections;
* To select sections **grouped by a Chapter**, select the Chapter containing these nested sections.&#x20;
  {% endstep %}

{% step %}
Hover over any of selected sections.
{% endstep %}

{% step %}
Click and hold the icon next to the section name.

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

{% step %}
Drag the sections.

Collapse Chapters containing nested sections for easier structure management:

> **a.** Hover over the icon to the left of the Chapter (**v**).
>
> **b.** Click on the icon to make it look to the right (**>**).
> {% endstep %}
> {% endstepper %}

Dragging multiple sections works the same as dragging a single section.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.parta.io/project/set-a-project-structure/manage-a-course-outline.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
