# For Players

- [The puzzle game](https://docs.qrbase.xyz/for-players/the-puzzle-game.md): A 3×3 sliding tile puzzle. 60 seconds. One QR code to reassemble.
- [Attempts & rewards](https://docs.qrbase.xyz/for-players/attempts-and-rewards.md): 3 free chances per day. Earn more through tasks, referrals, or by spending $SCAN.
- [Levels & difficulty](https://docs.qrbase.xyz/for-players/levels-and-difficulty.md): Level up by solving puzzles. The timer shrinks as you improve.
- [Scan Mode](https://docs.qrbase.xyz/for-players/scan-mode.md): A community milestone mechanic. Solve together. Scan first. Win USDC.
- [Tasks](https://docs.qrbase.xyz/for-players/tasks.md): Complete social tasks to earn extra puzzle attempts.
- [Referrals](https://docs.qrbase.xyz/for-players/referrals.md): Share your referral link. Earn $SCAN when your friends buy attempts.


---

# 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.qrbase.xyz/for-players.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.
