> For the complete documentation index, see [llms.txt](https://guide.worldofsmellykoala.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.worldofsmellykoala.com/koala-arcade/playing-a-game.md).

# Playing a Game

If you have at least 1 **token**, buttons to start games will be active.

<figure><img src="/files/KpSeNlTsNuxv3vv2c7xc" alt="" width="176"><figcaption></figcaption></figure>

Clicking it will launch the game in a pop-up window.

As part of our commitment to KOALA Fair Play, there are anti cheating mechanisms in place.&#x20;

Therefore:

* Do not switch to other apps from the start till the end
* Do not close the **KOALA Arcade** or **Game** window during play
* Games will start automatically after a 5 seconds count down. Do not interrupt this process.
* If you are prompted to click or tap, follow the instructions **immediately**.
* When the game is over, there will be a 5 seconds count down as the score is processed. Do not interrupt this process or close the window. The game will close itself when processing is complete.

*It is important to allow pop-ups and follow the above mention guidelines otherwise your token may be lost. Thank you for supporting KOALA Fair 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://guide.worldofsmellykoala.com/koala-arcade/playing-a-game.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.
