> For the complete documentation index, see [llms.txt](https://the-great-escape.gitbook.io/the-great-escape/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-great-escape.gitbook.io/the-great-escape/welcome/on-boarding-process.md).

# ✈️ On-boarding process

## Check your emails

If you are on the waiting list, we might invite you to join the next tournament during which you will also be to register and join the closed beta.

⚠️ Beware of potential scammers and check carefully that the email has been sent by the following address:  **<gm@playtge.com>**&#x20;

Usually, a special link will be created for the Tournament registration, but we also sometimes let players register directly on our website.

In both case, you will first need to create a player accoun in order to join the closed beta.

## Create your player's account

1. Follow us on X/Twitter ([@PlayTGE](https://twitter.com/PlayTGE))
2. Enter your email address, and Twitter name&#x20;
3. Connect your wallet&#x20;
4. Create your password
5. Click on "register" to create your account. The account creation process takes approximately 12 seconds (transaction time from Moonbeam chain) and is completely free since our game is gasless.

## Time to play!

After creating your player's account, you will need to wait for about 12 seconds (for the gas-less transaction to go through) and will see a confirmation message on the website. As your account is created, you will automatically receive a soulbound test gibbon character.

This gibbon will be your in-game avatar in the closed beta and allows you to play for free.

You will then be able to return to the email (or directly on the website) and choose to play either on your browser (for desktop or laptop) or on mobile (for smartphones).

Congratulations! You are now ready to play!


---

# 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://the-great-escape.gitbook.io/the-great-escape/welcome/on-boarding-process.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.
