# Walking Mode

{% hint style="success" %}
**Good to know:** In this mode, players will have to walk certain distance to have a chance to battle with the Monster in PVE. In the future, we will add PVP mode as well.
{% endhint %}

![](/files/Yb1kFQgJcaPHM9pTItSW)

Different Monsters have different walking distance to unlock the battle, players can choose the Monsters based on their walking habit.

After unlocking the Monster, players can either battle or skip the Monster. When players choose to battle with the Monster, It would cost 1 Energy no matter players win or not. If Energy is 0, players can't play any longer until Energy is higher than 1.


---

# Agent Instructions: 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://protocoldocs.gitbook.io/stepmonsters/game-modes/walking-mode.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.
