# Energy

* Each player starts with 10 energy points.
* Energy will be calculated for both non-NFT Heroes (rarity C and above) and NFT Heroes.
* Energy will be calculated according to each Hero added/purchased in the game.
* Detail:
  * Each non-NFT Hero will gain 1 energy.&#x20;
  * Each NFT Hero will gain 2 energy.
* Maximum energy of each user is 50 energy.
* Energy will be updated the next day. For example, if a user add or buy a champion on March 14, they will receive an additional energy update on March 15
  * For NFT Heroes added into the game, energy will be added to the user the day after the day it is added. For example, if you recharge on March 14, the user will receive energy on March 15.
  * For non-NFT Heroes (level C and above), energy is added immediately after the user buys IAP.


---

# 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://docs.heroestd.io/gameplay/battle-modes/energy.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.
