# LOTTERY GAME

- [Overview](https://docs.delot.io/lottery-game/overview.md): The Lottery game on Binance Smart Chain (BNB Chain) Mainnet
- [How it works](https://docs.delot.io/lottery-game/how-it-works.md)
- [How to join a round?](https://docs.delot.io/lottery-game/how-to-join-a-round.md)
- [How to calculate number of player’s tickets in a round?](https://docs.delot.io/lottery-game/how-to-calculate-number-of-players-tickets-in-a-round.md)
- [Auto Pool](https://docs.delot.io/lottery-game/auto-pool.md)
- [How to determine winners?](https://docs.delot.io/lottery-game/how-to-determine-winners.md)
- [How deposited tokens are used?](https://docs.delot.io/lottery-game/how-deposited-tokens-are-used.md)
- [Fully Automatic System](https://docs.delot.io/lottery-game/fully-automatic-system.md)
- [Use Cases](https://docs.delot.io/lottery-game/use-cases.md)
- [Explain on the red text](https://docs.delot.io/lottery-game/explain-on-the-red-text.md)


---

# 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.delot.io/lottery-game.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.
