> 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/mentorship/course-terms.md).

# Course Terms

### Agreement to Terms

By signing up for the Zeiierman Trading Mentorship, all users must agree to the following terms and conditions. It is essential that you read and fully understand these terms before enrolling.

IMPORTANT: Before joining the mentorship, ensure you read and understand our [Risk Disclaimer](https://www.zeiierman.com/policy/disclaimer). Participation in the program is conditional on your acceptance of these terms and the Risk Disclaimer.

### Terms and Conditions

#### 1. Confidentiality of Materials

* No Recording: Users are prohibited from recording any part of the mentorship sessions without written permission from Zeiierman Trading.
* No Distribution: Users are not allowed to share, distribute, or sell any materials provided within the mentorship. This includes sharing course content in Discord groups or with other individuals.
* Private Use Only: All materials provided within the mentorship are for personal use only. Unauthorized sharing of materials is strictly prohibited.

#### 2. No Guaranteed Results

Zeiierman Trading does not guarantee any specific results or profits. The mentorship program is designed to enhance your trading knowledge and skills, but individual success will vary based on numerous factors, including market conditions and personal commitment.

#### 3. Assignment Material

Any assignment material submitted by mentees to the coaches may be reused in future classes. However, mentees are free to privately use any material provided within the mentorship for their own personal learning.

#### 4. Intellectual Property Rights

* Ownership: Our services, including all content (information, software, text, images, videos, and more) and intellectual property, are owned by Zeiierman Trading or our licensors. These are protected by copyright, trademark, patent, and other intellectual property laws.
* No Challenge to Ownership: By using our services, you agree not to challenge the ownership or rights in the content provided by Zeiierman Trading or any component of our services.
* Usage Restrictions: You may not print, copy, modify, download, or share any content from our services in violation of these terms. Any unauthorized use of our services will result in the immediate cessation of your right to use our services.
* Co-Branding and Framing: Unauthorized co-branding, framing, or in-line linking to Zeiierman’s content or website is prohibited. You may not display our content or logo on any third-party site without prior written permission.
* Intellectual Property Protections: You agree not to take actions that would interfere with or diminish our rights, titles, or interests in our intellectual property.

#### 5. Use of Services

* Not Financial Advice: By using Zeiierman Trading’s website, services, TradingView profile, social media profiles, Discord server, and related channels, you acknowledge that none of the information provided constitutes financial advice.
* Educational Purposes Only: All content provided through Zeiierman Trading is for educational purposes only. We do not provide instructions to buy or sell specific instruments, and we do not guarantee any financial success.
* Liability Disclaimer: Zeiierman Trading accepts no responsibility for any loss of profit or financial damage incurred by users. In no event will Zeiierman Trading be held liable for any direct, indirect, incidental, or consequential damages resulting from the use of our services.

#### 6. No Investment Advice

Information provided by Zeiierman Trading is for educational purposes only and is not intended as investment advice. Users are advised to conduct their own research and consult with a licensed financial advisor before making any investment decisions.


---

# 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/mentorship/course-terms.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.
