# In-game instructions

- [Launch Screens](https://polkafantasy.gitbook.io/official/in-game-instructions/launch-screens.md): This section explains how to operate and log in at the first startup.
- [Main Menu](https://polkafantasy.gitbook.io/official/in-game-instructions/main-menu.md)
- [Arena](https://polkafantasy.gitbook.io/official/in-game-instructions/arena.md): In the Arena, players can choose to battle in Ranked Matches or Free Matches.
- [Ranked Match Rewards](https://polkafantasy.gitbook.io/official/in-game-instructions/arena/ranked-match-rewards.md): Every two weeks, rewards will be distributed in the game according to rank at the end of the period for the Rank Matches. (Updated from July 24, 2023 - Round 3)
- [Adventure](https://polkafantasy.gitbook.io/official/in-game-instructions/adventure.md): In the Adventure Mode, you can get several types of materials to upgrade your heroes and weapons as a rewards.
- [Lootbox (Gacha)](https://polkafantasy.gitbook.io/official/in-game-instructions/lootbox.md): By rolling the Lootbox, you will have a chance to win reinforcement materials, non-NFT characters/weapons, and other items.
- [Team](https://polkafantasy.gitbook.io/official/in-game-instructions/team.md): You can create and register up to five parties to challenge in Arena/Adventure. You can also check your character's condition, skills and status.
- [Upgrade](https://polkafantasy.gitbook.io/official/in-game-instructions/hero.md): You can check heroes and weapons in possession and upgrade them.
- [Equipment](https://polkafantasy.gitbook.io/official/in-game-instructions/equipment.md): You can equip your heroes with different weapons and accessories.
- [Inventory](https://polkafantasy.gitbook.io/official/in-game-instructions/inventory.md): You can see heroes, weapons, lands, goddesses, and items in possession.


---

# 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://polkafantasy.gitbook.io/official/in-game-instructions.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.
