> 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/echess-rulesets.md).

# Echess Rulesets

- [Road to Al Ain Rule Set \[Revised\]](https://playbook.checkmate.live/echess-rulesets/road-to-al-ain-rule-set-revised.md): This document outlines the rules and regulations related to the Checkmate Live Tournament: Road to Al Ain.
- [Regional Finals Information](https://playbook.checkmate.live/echess-rulesets/road-to-al-ain-rule-set-revised/regional-finals-information.md)
- [Regional Finals Time Table](https://playbook.checkmate.live/echess-rulesets/road-to-al-ain-rule-set-revised/regional-finals-time-table.md): Discover the full schedule for The Road to Al Ain Regional Qualifiers, tailored to each region. Find event times in local time zones, Sydney time (AEDT), and UTC, ensuring players from Asia & Oceania,
- [Asia & Oceania Regional Final (AO)](https://playbook.checkmate.live/echess-rulesets/road-to-al-ain-rule-set-revised/asia-and-oceania-regional-final-ao.md): The top AO performers have emerged on the Road to Al Ain, earning their spots in the Regional Final. This page provides everything finalists need to know.
- [Americas Regional Final (AM)](https://playbook.checkmate.live/echess-rulesets/road-to-al-ain-rule-set-revised/americas-regional-final-am.md): The top AM performers have emerged on the Road to Al Ain, earning their spots in the Regional Final. This page provides everything finalists need to know.
- [Europe and Southern Africa Regional Final (EAS)](https://playbook.checkmate.live/echess-rulesets/road-to-al-ain-rule-set-revised/europe-and-southern-africa-regional-final-eas.md): The top EAS performers have emerged on the Road to Al Ain, earning their spots in the Regional Final. This page provides everything finalists need to know.
- [Fair Play Rulings](https://playbook.checkmate.live/echess-rulesets/fair-play-rulings.md): Welcome to Fair Play Rulings & Rescheduling Updates.
- [The Road to Al Ain Rule Set](https://playbook.checkmate.live/echess-rulesets/the-road-to-al-ain-rule-set.md): This document outlines the rules and regulations related to the Checkmate Live Tournament: Road to Al Ain.
- [Regional Finals Information](https://playbook.checkmate.live/echess-rulesets/the-road-to-al-ain-rule-set/regional-finals-information.md)
- [Regional Finals Time Table](https://playbook.checkmate.live/echess-rulesets/the-road-to-al-ain-rule-set/regional-finals-time-table.md): Discover the full schedule for The Road to Al Ain Regional Qualifiers, tailored to each region. Find event times in local time zones, Sydney time (AEDT), and UTC, ensuring players from Asia & Oceania,
- [Asia & Oceania Regional Final (AO)](https://playbook.checkmate.live/echess-rulesets/the-road-to-al-ain-rule-set/asia-and-oceania-regional-final-ao.md): The top AO performers have emerged on the Road to Al Ain, earning their spots in the Regional Final. This page provides everything finalists need to know.
- [Americas Regional Final (AM)](https://playbook.checkmate.live/echess-rulesets/the-road-to-al-ain-rule-set/americas-regional-final-am.md): The top AM performers have emerged on the Road to Al Ain, earning their spots in the Regional Final. This page provides everything finalists need to know.
- [Europe and Southern Africa Regional Final (EAS)](https://playbook.checkmate.live/echess-rulesets/the-road-to-al-ain-rule-set/europe-and-southern-africa-regional-final-eas.md): The top EAS performers have emerged on the Road to Al Ain, earning their spots in the Regional Final. This page provides everything finalists need to know.


---

# 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/echess-rulesets.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.
