> For the complete documentation index, see [llms.txt](https://docs.miniton.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miniton.games/developer-success.md).

# Developer Success

- [MiniTon Developer Documentation](https://docs.miniton.games/developer-success/miniton-developer-documentation.md)
- [Set Up Core Loop & Gameplay](https://docs.miniton.games/developer-success/miniton-developer-documentation/set-up-core-loop-and-gameplay.md)
- [Random and Fairness](https://docs.miniton.games/developer-success/miniton-developer-documentation/random-and-fairness.md)
- [Setting up Tournaments and Gameplay Parameters](https://docs.miniton.games/developer-success/miniton-developer-documentation/setting-up-tournaments-and-gameplay-parameters.md)
- [Implement Progression](https://docs.miniton.games/developer-success/miniton-developer-documentation/implement-progression.md)
- [Automatic Difficulty](https://docs.miniton.games/developer-success/miniton-developer-documentation/automatic-difficulty.md)
- [Crash Detection via Crashlytics](https://docs.miniton.games/developer-success/miniton-developer-documentation/crash-detection-via-crashlytics.md)
- [Anti-Cheating Techniques](https://docs.miniton.games/developer-success/miniton-developer-documentation/anti-cheating-techniques.md)
- [Aborted Matches and Forfeits](https://docs.miniton.games/developer-success/miniton-developer-documentation/aborted-matches-and-forfeits.md)
- [API-reference](https://docs.miniton.games/developer-success/miniton-developer-documentation/api-reference.md): Unity/C#
- [Developer Cooperation](https://docs.miniton.games/developer-success/developer-cooperation.md)
- [Is your game a game of skill?](https://docs.miniton.games/developer-success/developer-cooperation/is-your-game-a-game-of-skill.md)
- [Go Live with MiniTon](https://docs.miniton.games/developer-success/developer-cooperation/go-live-with-miniton.md)
- [Game Marketing Guidelines](https://docs.miniton.games/developer-success/developer-cooperation/game-marketing-guidelines.md)
- [Tutorial Best Practices](https://docs.miniton.games/developer-success/developer-cooperation/tutorial-best-practices.md)
- [Unlock Real Prizes](https://docs.miniton.games/developer-success/developer-cooperation/unlock-real-prizes.md)
- [MiniTon Gaming SDK](https://docs.miniton.games/developer-success/miniton-gaming-sdk.md): Version 1.1\_240110
- [Introduction](https://docs.miniton.games/developer-success/miniton-gaming-sdk/introduction.md)
- [Initialize and load your game](https://docs.miniton.games/developer-success/miniton-gaming-sdk/initialize-and-load-your-game.md)
- [Start your game until end](https://docs.miniton.games/developer-success/miniton-gaming-sdk/start-your-game-until-end.md)
- [Reporting Game Data API](https://docs.miniton.games/developer-success/miniton-gaming-sdk/reporting-game-data-api.md): (optionally) You can report "Match Score (score)"  multiple times through this API
- [How to verify your signature](https://docs.miniton.games/developer-success/miniton-gaming-sdk/how-to-verify-your-signature.md)


---

# 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://docs.miniton.games/developer-success.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.
