# Developer's guide

- [Components](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components.md): This guide will help developers understand what is a component and how to use them.
- [Back-link](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/back-link.md)
- [Button](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/button.md)
- [Countdown](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/countdown.md)
- [Curriculum-accordion](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/curriculum-accordion.md)
- [Discussions](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/discussions.md)
- [File-attachment](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/file-attachment.md)
- [Progress](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/progress.md)
- [Tabs](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/tabs.md)
- [Nav-button](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/nav-button.md)
- [Hint](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/hint.md)
- [Editor](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/editor.md)
- [Alert](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/alert.md)
- [File-upload](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/file-upload.md)
- [Loader](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/loader.md)
- [Tabs-pagination](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/tabs-pagination.md)
- [Dark-mode-button](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/dark-mode-button.md)
- [Buy-button](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/buy-button.md)
- [Pagination](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/components/pagination.md)
- [Course Builder Customization](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/course-builder-customization.md): You have the ability to customize the Course Builder by adding your own custom styles and scripts, or even completely replacing the existing styles and scripts of the Course Builder.
- [Course Builder Custom Fields](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/course-builder-custom-fields.md)
- [Course Player Templates](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/course-player-templates.md)
- [MasterStudy LMS Hooks](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks.md)
- [Assignments](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/assignments.md)
- [Certificate Builer](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/certificate-builer.md)
- [Email Manager](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/email-manager.md)
- [Course Bundles](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/course-bundles.md)
- [Enterprise Courses](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/enterprise-courses.md)
- [LMS Forms Builder](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/lms-forms-builder.md)
- [Google Classroom](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/google-classroom.md)
- [Live  Streaming](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/live-streaming.md)
- [Media File Manager](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/media-file-manager.md)
- [Point System](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/point-system.md)
- [SCORM](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/scorm.md)
- [Udemy Importer](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/udemy-importer.md)
- [Additional PRO Hooks](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/masterstudy-lms-hooks/additional-pro-hooks.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.stylemixthemes.com/masterstudy-lms/developers-guide.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.
