> For the complete documentation index, see [llms.txt](https://docs.zeiierman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeiierman.com/help/teaching/courses.md).

# Courses

<details>

<summary>What courses does Zeiierman Trading offer?</summary>

We offer an introductory course on [Smart Money Concept (SMC)](/toolkit/smart-money-concepts.md) trading, designed specifically for beginners who want to learn the foundational techniques of SMC. The course covers all the fundamental concepts and shows you how to apply them in real market conditions.

In addition to theoretical knowledge, the course provides practical entry and exit techniques that are easy to understand and can be applied immediately to your trading. It’s perfect for anyone looking to start their journey in SMC trading with clear, actionable steps.

</details>

<details>

<summary>How can I access the courses?</summary>

You can access the course within the [dashboard here](https://app.zeiierman.com/?utm_source=gitbook\&utm_medium=organic\&utm_campaign=public\&utm_content=FAQ-Education-and-Courses\&hts=gitbook\&sl=gitbook-organic-public-FAQ-Education-and-Courses).

</details>

<details>

<summary>How advanced are the courses?</summary>

Our [SMC course](/toolkit/smart-money-concepts.md) is designed to help you get started! If you already have several years of experience in the market and are well-versed in SMC concepts, this course may not offer much benefit unless you're looking to refresh your knowledge.

</details>

<details>

<summary>I'm new to trading. Which course should I enroll in?</summary>

We have designed an introductory course for anyone who wants to learn [Smart Money Concept (SMC)](/toolkit/smart-money-concepts.md) trading! This course provides everything you need to get started with SMC trading.

</details>

{% hint style="success" %}
For more detailed guidance and answers to common questions, make sure to explore our extensive FAQ section.

📚 **Extensive FAQs can be found here:** [docs.zeiierman.com/faqs](https://docs.zeiierman.com/faqs)

If you need further assistance, don’t hesitate to reach out to our support team at **<hello@zeiierman.com>**. We’re here to help!
{% endhint %}


---

# 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.zeiierman.com/help/teaching/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.
