# Finding a Match

* [x] After you click "TO BATTLE!" button, a new tab will open and you will be directed into the game.
* [x] Click "FIND MATCH" button to be paired with an opponent.

![](/files/5ZJMEwDxkNcVVNsKgEyP)

If you want to play the game in full-screen mode, click on the blue button at the bottom right of your screen.


---

# Agent Instructions: 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:

```
GET https://gami-world.gitbook.io/roboots-alpha-gameplay/finding-a-match.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
