# Course builder

- [How to create an online course](https://docs.mavibot.ai/lms/builder/settings.md): Learn how to build and customize an online course in this article.
- [Lessons and modules](https://docs.mavibot.ai/lms/builder/lessons.md): In this article, we’ll explain how to create lessons and modules, and how to fill in lesson content using sections.
- [Course reviews](https://docs.mavibot.ai/lms/builder/reviews.md)
- [Online course plans](https://docs.mavibot.ai/lms/builder/plans.md)
- [Course payment page](https://docs.mavibot.ai/lms/builder/payment.md)
- [Notifications and Sales up](https://docs.mavibot.ai/lms/builder/notifications.md)
- [Student page](https://docs.mavibot.ai/lms/builder/student_page.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://docs.mavibot.ai/lms/builder.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.
