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

# TUTORIAL

- [GamePlay](https://herobattle.gitbook.io/herobattle/tutorial/gameplay.md)
- [Story](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/story.md)
- [Character class system](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/character-class-system-1.md)
- [Weapon class system](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/weapon-class-system.md)
- [PVE](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/pve-1-1.md)
- [Monster class system](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/pve-1-1/monster-class-system.md)
- [Maps](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/maps-1-1.md)
- [PVP Arena](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/pvp-arena-1-1.md)
- [Pet system](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/pet-system.md)
- [Mission system](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/mission-system.md)
- [NFT Market](https://herobattle.gitbook.io/herobattle/tutorial/nft-market.md)
- [Bonus fund and tournament](https://herobattle.gitbook.io/herobattle/tutorial/bonus-fund-and-tournament.md)
- [How to play (English)](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english.md)
- [Connect Wallet and Game Features](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/connect-wallet-and-game-features.md)
- [Shop](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/shop.md): Inside includes two main features.
- [Marketplace](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/marketplace.md): Displays a list of characters and weapons that users have posted for sale and purchase
- [My Bag](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/my-bag.md): Displays a list of your characters, weapons and items and other necessary information.
- [Battle](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/battle.md): The place where the battle between heroes and monsters takes place
- [Character](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/untitled.md)
- [Weapon](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/weapon.md)
- [Spin & Set Sale](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/spin-and-set-sale.md)
- [Withdraw HRB Reward](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/withdraw-hrb-reward.md)
- [Reward](https://herobattle.gitbook.io/herobattle/tutorial/how-to-play-english/reward.md)
- [怎么玩 (中文)](https://herobattle.gitbook.io/herobattle/tutorial/zen-me-wan-zhong-guo.md)
- [《人物》](https://herobattle.gitbook.io/herobattle/tutorial/zen-me-wan-zhong-guo/ren-wu.md)
- [《武器》](https://herobattle.gitbook.io/herobattle/tutorial/zen-me-wan-zhong-guo/wu-qi.md)
- [《旋卡和销售设置》](https://herobattle.gitbook.io/herobattle/tutorial/zen-me-wan-zhong-guo/xuan-ka-he-xiao-shou-she-zhi.md)
- [《购买 $HRB 的链接》](https://herobattle.gitbook.io/herobattle/tutorial/zen-me-wan-zhong-guo/ti-qu-hrb-jiang-li-dao-zhu-qian-bao.md)
- [《奖励计算规则》](https://herobattle.gitbook.io/herobattle/tutorial/zen-me-wan-zhong-guo/jiang-li-ji-suan-gui-ze.md)


---

# 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://herobattle.gitbook.io/herobattle/tutorial.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.
