> For the complete documentation index, see [llms.txt](https://radical-chess.gitbook.io/radical-chess-online-tournament/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://radical-chess.gitbook.io/radical-chess-online-tournament/knockout-tournament-on-radical-chess.md).

# Knockout Tournament on Radical Chess

It's time for another tournament on Radical Chess. It's going to be a knock out tournament eligible to only 16 players. Kindly fill the form below to register for the tournament.

{% embed url="<https://docs.google.com/forms/d/1JxSZUv8fVSoRbPRUOk90pNsPr8wSi-0L5QErSLJXlKQ/edit>" %}

Tournament start date: Thursday, 18th of May, 2022.

Start time: 10am UTC

Platform: Radical Chess

Rewards: Top 6 gets $20 each. And the overall best gets a Radical Chess Hoodie.

Time Control will be 5+0

Note: You have to be in Radical Chess telegram group in order to be eligible for the tournament. Join the group here: <https://t.me/radicalchess\\_english>. That's where pairing will be done. Make sure you set a telegram username.

We look forward to having a fun tournament with you all.


---

# 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://radical-chess.gitbook.io/radical-chess-online-tournament/knockout-tournament-on-radical-chess.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.
