> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/in-game-instructions.md).

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