> For the complete documentation index, see [llms.txt](https://docs.kawaii.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kawaii.global/game-play/other-gaming-items/energy.md).

# Energy

Different from the pre-beta version, Energy now has more power. Instead of taking eggs and fruits from your friend's isle, Kawaiians can use Energy in main game activities like farming and interacting with friends.

Every player will start with 50 energies in level 1, once used, 1 energy will recover after every 2 minutes.&#x20;

Total Energy will increase by 1 unit each time you level up and the max cap will reach 145 at level 96. For Engergy get from daily check in or League rewards, players can obtain al regardless of the limit.

<figure><img src="/files/CJrCOTJ8yctE8WA8Z6oJ" alt=""><figcaption></figcaption></figure>

Users can receive 30 energies from friends every day, buy Energy with Gems or increase the max cap by purchasing the Premium Ticket. When buying Premium Ticket, the player's Energy max cap will be increased by an additional 20 Energy during that season.

<figure><img src="/files/nPg8JBZJzAOW1Ipjx0WG" alt=""><figcaption></figcaption></figure>

Energy is used in farming process: Water plants, remove wilted plants and expired fields.&#x20;

Energy can also be spent to revive friends' wilted F3 plants, give them 1 extra life cycle and the helper will receive EXP.


---

# 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://docs.kawaii.global/game-play/other-gaming-items/energy.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.
