# Introduction

* This whitepaper manual is to help players quickly get started with the Roulette Rouge game. It contains specifications and rules for all gameplays and result algorithms.
* This manual is iterated in sync with the game. Discrepancies might occur occasionally. Should there be anything unclear, please feel free to contact the operator for more details.


---

# 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://redflame.docs.blockwar.io/introduction.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.
