# Kurs oluşturucu

- [Çevrimiçi kurs nasıl oluşturulur](https://docs.mavibot.ai/doc/tr/lms/builder/settings.md): Bu makalede, çevrimiçi bir kursun nasıl oluşturulacağını ve özelleştirileceğini öğrenin.
- [Dersler ve modüller](https://docs.mavibot.ai/doc/tr/lms/builder/lessons.md): Bu makalede, derslerin ve modüllerin nasıl oluşturulacağını ve ders içeriğinin bölümler kullanılarak nasıl doldurulacağını açıklayacağız.
- [Kurs yorumları](https://docs.mavibot.ai/doc/tr/lms/builder/reviews.md)
- [Çevrimiçi kurs planları](https://docs.mavibot.ai/doc/tr/lms/builder/plans.md)
- [Kurs ödeme sayfası](https://docs.mavibot.ai/doc/tr/lms/builder/payment.md)
- [Bildirimler ve satış artırma](https://docs.mavibot.ai/doc/tr/lms/builder/notifications.md)
- [Öğrenci sayfası](https://docs.mavibot.ai/doc/tr/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/doc/tr/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.
