> For the complete documentation index, see [llms.txt](https://whitepaper.winnfthero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.winnfthero.io/4.-gameplay/4.3-adventure.md).

# 4.3 Adventure

Adventure mode is a player-vs-computer gameplay. Players can challenge different combinations of enemies through preset levels of different difficulties.

In this mode, players can use their heroes to challenge the monsters guarding each level and obtain various rewards such as experience points and currencies. Players can even obtain new heroes in specific levels. Players' heroes can also continuously upgrade, challenge increasingly difficult levels, and obtain richer rewards. The same level has three difficulties: easy, normal, and hard. The higher the difficulty, the richer the rewards.

Click the "Adventure" button on the left side of the main interface or find NPC Alan in the town to start the adventure.

<figure><img src="https://lh5.googleusercontent.com/i3pwLuRiXEunEQ4Sn1maPGFOUfemXLh9nEhvXE8gHvy_o7HyMiFvLHB6osU5ygFw6iqJfAGp76sA1HuphS-mvB_nt3fPywcVW6jXTQE5B04XW2wUyWhdeLBbMSQ-LIuAhXuvgHGHfIM8fn7CqNZIGA" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://whitepaper.winnfthero.io/4.-gameplay/4.3-adventure.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.
