> 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/account-management/age-restrictions.md).

# Age Restrictions

While chess is a game of skill, Checkmate is currently available only to users aged 15 and above. Certain features are disabled or restricted for users under 18 for safety, fair play, and legal reasons. Checkmate offers optional in-game cosmetics and customization options for purchase. Some features, like the Pro Pass, community trading, or participation in certain events, require KYC verification.

|           <p><br></p>           | **Under 15 years** | **15-16** | **17 years** | **18 years+** |
| :-----------------------------: | :----------------: | :-------: | :----------: | :-----------: |
|        Create an account        |         No         |    Yes    |      Yes     |      Yes      |
|         Play on platform        |         No         |    Yes    |      Yes     |      Yes      |
|      Play Ladders, Missions     |         No         |    Yes    |      Yes     |      Yes      |
|          Buy Shop Items         |         No         |    Yes    |      Yes     |      Yes      |
|            Buy Crowns           |         No         |    Yes    |      Yes     |      Yes      |
|        Buy Chess Bundles        |         No         |    Yes    |      Yes     |      Yes      |
|            Buy Tokens           |         No         |    Yes    |      Yes     |      Yes      |
|            Buy Drops            |         No         |    Yes    |      Yes     |      Yes      |
|         Buy Arcade Pass         |         No         |    Yes    |      Yes     |      Yes      |
|          Buy a Pro Pass         |         No         |   Yes\*   |     Yes\*    |      Yes      |
|  Play in online pro tournaments |         No         |   Yes\*   |     Yes\*    |      Yes      |
|    Play in live event finals    |         No         |   Yes\*   |     Yes\*    |      Yes      |
|        Withdraw winnings        |         No         |   Yes\*   |     Yes\*    |      Yes      |
|          Arcade Battles         |         No         |     No    |      No      |      Yes      |
|     Trading in Market Place     |         No         |     No    |      No      |      Yes      |
| Transfer Collectables to wallet |         No         |   Yes\*   |     Yes\*    |      Yes      |
|          Minting items          |         No         |   Yes\*   |     Yes\*    |     Yes\*     |

\[\*] Requires parental consent. \
Participants under 18 entering events with a live final must be accompanied by a parent or guardian at their own expense. Players can apply for community support if needed.


---

# 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/account-management/age-restrictions.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.
