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

# Adventure

You can challenge dungeons in adventure mode. Challenging dungeons consumes the energy of Hero NFTs. Winning the dungeons lead to a lot of rewards such as EXP, COINs, skill fragments, EXP packs, energy packs, and skill card packs.

![](/files/D8psi6jwWaYVuzk6xEKd)

After entering the adventure interface, click **\[Start Battle]** to enter the corresponding dungeon maze. Under the maze exploration, you can explore various areas of the maze and trigger various random events according to the positioned grid.

![](/files/jg3msn5dfkwNYKI1Rh6h)

Each time you move, you can only move to the front row or the two grids adjacent to you. Every time you move forward, all heroes in your team will burn energy, and the burnt energy will be displayed on the upper right of the interface.

![](/files/eOFkSNZnj7I0ZdTW8olP)

After winning the dungeon challenge, you can gain a lot of rewards.

<div align="left"><figure><img src="/files/cjJ0V12zRMNy5BwESggi" alt=""><figcaption></figcaption></figure></div>

**TIPS:**

1. During any dungeon challenge, click the **\[Leave Temporarily]** button to leave the dungeon. Next time you enter the same dungeon, you can continue to explore, and the dungeon progress will be retained.
2. If you fail during any dungeon challenge, you can consume COINs to revive, and you can continue to fight after reviving. You can only revive once in each dungeon challenge.
3. During any dungeon challenge, you can adjust your Hero NFTs at any time, and you can also adjust the skills, improve hero levels, etc.
4. During any dungeon challenge, by entering the BUFF interface, you can choose to gain attributes that best suit your team according to your hero lineup.


---

# 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://mixmarvel.gitbook.io/dehero_game/ready/game-interface/adventure.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.
