# Is your game a game of skill?

{% hint style="info" %}
MiniTon only works with skill-based games
{% endhint %}

Please check if all answers are 'Yes' to determine if your game is skill-based.

* [ ] Is skill the determining factor in the outcome of the game?
* [ ] Are tiebreakers handled based on skill?
* [ ] Does the game’s format allow a skilled player to have a consistent advantage over a non-skilled competitor?
* [ ] Is the game free of important decisions that can be made only by guessing?
* [ ] Are there defined rules without predetermined odds of success?
* [ ] Are random events removed as much as possible?


---

# 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://docs.miniton.games/developer-success/developer-cooperation/is-your-game-a-game-of-skill.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.
