> For the complete documentation index, see [llms.txt](https://docs.cryptohunter.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptohunter.world/game-module.md).

# Game Module

- [Hunter Mode](https://docs.cryptohunter.world/game-module/hunter-mode.md)
- [Hunter Mode 2.0: New Exploration with AI](https://docs.cryptohunter.world/game-module/hunter-mode/hunter-mode-2.0-new-exploration-with-ai.md)
- [Adventure Mode](https://docs.cryptohunter.world/game-module/adventure-mode.md)
- [Cryptid (Monster)](https://docs.cryptohunter.world/game-module/cryptid-monster.md)
- [Personality](https://docs.cryptohunter.world/game-module/cryptid-monster/personality.md): Cryptids Personality System
- [SPEED (SPD)](https://docs.cryptohunter.world/game-module/cryptid-monster/speed-spd.md): SPEED (SPD) Attribute Overview
- [Cryptids Trading](https://docs.cryptohunter.world/game-module/cryptid-monster/cryptids-trading.md)
- [Item System](https://docs.cryptohunter.world/game-module/item-system.md)
- [Item Drop System](https://docs.cryptohunter.world/game-module/item-system/item-drop-system.md): Item Drop Mechanics in Hunter Mode
- [Boost item](https://docs.cryptohunter.world/game-module/item-system/boost-item.md): Red Elixir (Energy Boost) Introduction
- [Whisper Orb](https://docs.cryptohunter.world/game-module/item-system/whisper-orb.md)
- [Ethereal Beacon](https://docs.cryptohunter.world/game-module/item-system/ethereal-beacon.md): Unlock the Mysteries of the Cryptids
- [Battle System](https://docs.cryptohunter.world/game-module/battle-system.md)
- [Cryptids Type](https://docs.cryptohunter.world/game-module/battle-system/cryptids-type.md): CryptoHunter World: Type-Based Battle System
- [Raid System](https://docs.cryptohunter.world/game-module/battle-system/raid-system.md): Cryptid Raid System


---

# 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:

```
GET https://docs.cryptohunter.world/game-module.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.
