# Section Management

A section is a group of pages within a course.

To create a section, click on the "Add Section" button in the course overview navigation pane.

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

This will create a new untitled section, with one nested untiled page underneath.

### Edit a Section Name

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

Click on the action button next to a section to see a list of options and click "Rename".

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

You can then edit the section name in the active text field and hit enter when you are finished.

### Duplicate a Section

Click on the section action button to bring up the list of choices, and you will also see a "Copy Section" button. Clicking on this will copy all section pages and settings into your course. You can also duplicate a section by clicking on the copy icon next to the section header.

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

### Adding a Page

There are two ways to add a page to a section:

1. Clicking on the "+ Page" icon button next to the section name.
2. Clicking on the section action button and then in the dropdown selecting "Add Page"

The added page has a default name and is initially empty.

### Deleting a Section

Click on the Delete option in the action button dropdown to delete the section.


---

# 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://docs.itsaffinity.com/product-guides/lms-authoring/structure-of-a-course/section-management.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.
