> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/masterstudy-lms/developers-guide/course-player-templates.md).

# Course Player Templates

Course player templates can be found in these folders:

### **MasterStudy free plugin**

The main templates that are used in the course player:

***masterstudy-lms-learning-management-system/\_core/stm-lms-templates/course-player***

Templates related to lesson pages:

***masterstudy-lms-learning-management-system/\_core/stm-lms-templates/course-player/content/lesson***

Templates related to quiz pages:

***masterstudy-lms-learning-management-system/\_core/stm-lms-templates/course-player/content/quiz***

Templates related to quiz questions:

***masterstudy-lms-learning-management-management-system/\_core/stm-lms-templates/course-player/content/quiz/questions***

### MasterStudy pro plugin:

Lesson templates and drip content:

***masterstudy-lms-learning-management-system-pro/stm-lms-templates/course-player***

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/course-player-templates.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.
