# Energy Value

Energy is mainly used for PVE adventures and PVP player battles model, when you have energy, each time you play a scene you will spend a certain amount of energy and get a bonus after the battle. If you have 0 energy, you can also participate in the game scenes, but you will not be rewarded.

Players can check their energy level in the top left corner of the main page. When the energy level is below the limit, the energy recovery mechanism will be triggered, which means that the energy will be recovered every time until its level reaches the upper limit.

{% hint style="info" %}
The upper limit of energy is not fixed, the higher the player has a star pet, the higher the upper limit of energy is, the lowest limit is 10, the highest limit is 50.
{% endhint %}


---

# 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://starmon.gitbook.io/starmon.io/starmon/beginner-guide-game/peripheral-systems/energy-value.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.
