> For the complete documentation index, see [llms.txt](https://playbook.checkmate.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbook.checkmate.live/help/small-print-and-policies.md).

# Small Print & Policies

At Checkmate Live, we are committed to fairness, transparency, and competitive integrity. This section highlights our key policies  ensuring all players understand their rights and responsibilities.

We regularly review and update our policies to adapt to emerging challenges, maintaining a safe and level playing field for all. It is every player’s responsibility to stay informed about the latest rules, including those governing professional and Echess-rated games, promotions, and platform usage.

🔹 **Tournament-Specific Rules**: Each tournament may have additional specific regulations beyond the policies listed here. Be sure to review the rules for any tournament you participate in.

🔹 **Policy Conflicts & Final Determinations:** If you believe a policy or its terms conflict with another, please notify our team for clarification. The Checkmate Live team reserves the right to update policies as needed and will make all final determinations in accordance with our Code of Conduct and applicable laws. Any updates will be communicated transparently, and all enforcement decisions will be made fairly and consistently.

By participating in Checkmate Live, you agree to uphold these standards and contribute to a respectful and thriving chess community.

#### **Checkmate Live Policies & Guidelines**

Below, you'll find all our current policies, ensuring a **fair, transparent, and competitive** environment for all players:

#### **📜 Key Policies**

**Core Platform Policies**

* 🔹 **\[**[**Code of Conduct**](/fair-play/code-of-conduct.md)**]** – Expectations for fair and respectful gameplay.
* 🔹 **\[**[**Terms of Service**](https://www.checkmate.live/terms-of-service)**]** – Our official terms governing platform use.
* 🔹 **\[**[**Fair Play Policy**](/fair-play/fair-play-or-no-play/fair-play-policy.md)**]** – Enforcement of anti-cheat and fair play standards.
* 🔹 **\[**[**Privacy Policy\]**](https://www.checkmate.live/privacy-policy) – How we collect, store, and protect your data.
* 🔹 **\[**[**Security Policy**](/fair-play/fair-play-or-no-play/security-policy.md)**]** – Measures to ensure a safe and secure gaming environment.

**Community & Engagement Policies**

* 🎨 **\[**[**Fan Art Policy**](/help/small-print-and-policies/fan-art-policy.md)**]** – Guidelines for using Checkmate Live branding and assets.
* 🏆 **\[**[**Refer-A-Mate Policy**](/help/small-print-and-policies/refer-a-mate-policy.md)**]** – How referrals and rewards work.
* ⚡ **\[**[**Maker League Licence Terms**](/help/small-print-and-policies/maker-league-licence-terms.md)**]** – Rules for third-party leagues and tournaments.
* 🔖 **\[**[**Intellectual Property Policy**](/help/small-print-and-policies/intellectual-property.md)**]** – Rules for using Checkmate Live’s trademarks and content.


---

# 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://playbook.checkmate.live/help/small-print-and-policies.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.
