# Structure of a Course

The structure of Affinity courses is divided into sections and pages.

A section is a group of pages. They normally represent a topic of study which you want to present. This might be something like "What is Money Laundering?".

Within a section, you can have multiple pages. Each page will generally represent a subtopic within the section topic, such as "Examples of Money Laundering".

Pages and sections do not have to be just topic focused, they can also be focused on things like videos or knowledge based questions.

<figure><img src="/files/fZoqya3Ma3EzC6xfaLHD" alt=""><figcaption><p>Example sections and pages</p></figcaption></figure>


---

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