> For the complete documentation index, see [llms.txt](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan.md).

# 1. 导言

- [Web3 War Game in Aptos](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos.md)
- [Phase 1 - Web DApp Game](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-1-web-dapp-game.md): 脱离中央化的NFT War游戏，Aptos首尔黑客松第一名获奖项目
- [How To Play](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-1-web-dapp-game/how-to-play.md)
- [Season 1 & 2](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-1-web-dapp-game/season-1-and-2.md)
- [Season 3](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-1-web-dapp-game/season-3.md)
- [(Season3 Update)Dungeon](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-1-web-dapp-game/season-3/season3-update-dungeon.md): 在与怪物的战斗中，玩家可以获得物品和$WAR币.
- [(Season3 Update)名誉](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-1-web-dapp-game/season-3/season3-update-ming-yu.md)
- [Phase 2 - MOBA Game](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-2-moba-game.md)
- [How To Play](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-2-moba-game/how-to-play.md): 我们将全力以赴地专注于受到《英雄联盟》、《DOTA》和《SMITE》等受欢迎游戏启发的MOBA风格游戏开发。这些游戏广受玩家喜爱，我们将努力打造一款充满激情的、令人沉浸的游戏，为玩家带来卓越的游戏体验。
- [Character Skills](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-2-moba-game/character-skills.md): 通过强大的技术体验战争的胜利。
- [Orb](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-2-moba-game/orb.md): 征服宝珠并在游戏中取得胜利！
- [Guardion](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-2-moba-game/guardion.md): 请打败《卫报》升级吧！
- [Unique Monster](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-2-moba-game/unique-monster.md): 战略性地利用独特怪兽的帮助来指挥战斗吧！
- [Phase 3 - Open World War](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-3-open-world-war.md): MMORPG Open World War Game
- [How To Play](https://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan/web3-war-game-in-aptos/phase-3-open-world-war/how-to-play.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://werewolf-and-witch.gitbook.io/whitepaper-chinese/1.-dao-yan.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.
