> For the complete documentation index, see [llms.txt](https://wiki.boilegends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.boilegends.com/overview.md).

# Overview

- [Our Features](https://wiki.boilegends.com/overview/our-features.md)
- [Support Chat](https://wiki.boilegends.com/overview/our-features/support-chat.md): To start with support chat, you need to go in-game and type /hi
- [Send Zen](https://wiki.boilegends.com/overview/our-features/support-chat/send-zen.md): Send zen to another player
- [Buy Zen](https://wiki.boilegends.com/overview/our-features/support-chat/buy-zen.md): Purchase zen at any time in-game
- [Free Zen](https://wiki.boilegends.com/overview/our-features/support-chat/free-zen.md): Request your daily zen at any time
- [Auto Revive](https://wiki.boilegends.com/overview/our-features/support-chat/auto-revive.md): If you die in-game, don't worry, we got your back
- [Auto LevelUp](https://wiki.boilegends.com/overview/our-features/support-chat/auto-levelup.md): You can stay AFK all day and don't worry about coming back to just level up
- [Safe](https://wiki.boilegends.com/overview/our-features/support-chat/safe.md): This command will make your life better
- [Rewards](https://wiki.boilegends.com/overview/our-features/support-chat/rewards.md): A little gift for supporting the server <3
- [Realm](https://wiki.boilegends.com/overview/our-features/support-chat/realm.md): Change Realm at any time without the 10 Seconds count down
- [Auto Claim](https://wiki.boilegends.com/overview/our-features/support-chat/auto-claim.md): You can't log in to take your daily reward? No problem, we got the solution
- [Stash](https://wiki.boilegends.com/overview/our-features/support-chat/stash.md): Out of space on your Inventory and Stash? We got the solution
- [Auto Party](https://wiki.boilegends.com/overview/our-features/support-chat/auto-party.md): Need to go AFK and don't want to come back to check for party request or invite?
- [Lord](https://wiki.boilegends.com/overview/our-features/support-chat/lord.md): Do you need more gems? you can hunt world lord and we can give you a hand for it
- [Home](https://wiki.boilegends.com/overview/our-features/support-chat/home.md): Want to go instantly to Legends Island? its easy now
- [Zen Transmute](https://wiki.boilegends.com/overview/our-features/support-chat/zen-transmute.md): use this command to transform your zen amount into zen card
- [Pet Skin](https://wiki.boilegends.com/overview/our-features/pet-skin.md): Learn everything about this awesome feature
- [Lore (For people that enjoy reading)](https://wiki.boilegends.com/overview/lore-for-people-that-enjoy-reading.md): Battle of the Immortals-Storyline
- [VIP](https://wiki.boilegends.com/overview/vip.md): VIP User Benefits


---

# 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://wiki.boilegends.com/overview.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.
