> For the complete documentation index, see [llms.txt](https://docs.marketmasters.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marketmasters.app/web-app/welcome-to-our-app/features/courses.md).

# Courses

A comprehensive curriculum that covers aspects of technical, fundamental, and market analysis, ensures you have a well-rounded foundation for success when trading. Clicking on the Courses tab will lead you to a variety of topics listed in the aforementioned and are accompanied with short descriptions that describe what the categories will cover. As you complete the videos, you will notice a progress bar begin to fill up, and the closer you are to completing a category, the closer it will get to 100%.

These lecture videos will soon feature interactive quizzes, enabling you to test your knowledge of the material covered.

<figure><img src="/files/sNLOj7hkzeY21tAwkKU5" alt=""><figcaption></figcaption></figure>

**Visual Walkthrough:**

{% embed url="<https://www.loom.com/share/1aa334acb4c14096bb10109d7b61f9ed?sid=237fbe2c-9270-4462-8ce4-3dd3463adb5d>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.marketmasters.app/web-app/welcome-to-our-app/features/courses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
