# How to sell courses

- [Selling courses in a chatbot](https://docs.mavibot.ai/lms/how-to-sell-courses/selling-courses-in-a-chatbot.md): Read the article and find out how to set up a bot to accept payments for online courses.
- [Calculator functions for courses](https://docs.mavibot.ai/lms/how-to-sell-courses/selling-courses-in-a-chatbot/calculator-functions-for-courses.md)
- [Selling courses through a website](https://docs.mavibot.ai/lms/how-to-sell-courses/selling-courses-through-a-website.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/how-to-sell-courses.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.
