> For the complete documentation index, see [llms.txt](https://axiehelper.gitbook.io/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axiehelper.gitbook.io/app/commands.md).

# Commands

- [Account Commands](https://axiehelper.gitbook.io/app/commands/account-commands.md)
- [bind](https://axiehelper.gitbook.io/app/commands/account-commands/bind.md): Lets you bind a player to your own account.
- [unbind](https://axiehelper.gitbook.io/app/commands/account-commands/unbind.md): Allows you to remove saved profiles on your account
- [view](https://axiehelper.gitbook.io/app/commands/account-commands/view.md): View the list of saved profiles in your account or other user's account
- [Axie Commands](https://axiehelper.gitbook.io/app/commands/axie-commands.md)
- [axie](https://axiehelper.gitbook.io/app/commands/axie-commands/axie.md): Shows detailed information of the specified axie
- [battles](https://axiehelper.gitbook.io/app/commands/axie-commands/battles.md): Shows recent arena battles of the player
- [inventory](https://axiehelper.gitbook.io/app/commands/axie-commands/inventory.md): Shows the inventory of the player
- [land](https://axiehelper.gitbook.io/app/commands/axie-commands/land.md): Shows detailed information of the specified land
- [leaderboard](https://axiehelper.gitbook.io/app/commands/axie-commands/leaderboard.md): Custom Guild's Leaderboard.
- [peek](https://axiehelper.gitbook.io/app/commands/axie-commands/peek.md): Shows the image of the specified axie
- [rankings](https://axiehelper.gitbook.io/app/commands/axie-commands/rankings.md): Axie Infinity's Global Leaderboard
- [rankings event](https://axiehelper.gitbook.io/app/commands/axie-commands/rankings/rankings-event.md): Axie Infinity's leaderboard for the latest event.
- [rankings arena](https://axiehelper.gitbook.io/app/commands/axie-commands/rankings/rankings-arena.md): Axie Infinity's Global Leaderboard for the current season.
- [stats](https://axiehelper.gitbook.io/app/commands/axie-commands/stats.md): Shows detailed stats of a player
- [Crypto Commands](https://axiehelper.gitbook.io/app/commands/crypto-commands.md)
- [assets](https://axiehelper.gitbook.io/app/commands/crypto-commands/assets.md): Shows the token holdings or assets of a user.
- [axs](https://axiehelper.gitbook.io/app/commands/crypto-commands/axs.md): Shows the current price and 24H change of Axie Infinity Shard (AXS)
- [eth](https://axiehelper.gitbook.io/app/commands/crypto-commands/eth.md): Shows the current price and 24H change of Ethereum (ETH)
- [ron](https://axiehelper.gitbook.io/app/commands/crypto-commands/ron.md): Shows the current price and 24H change of Ronin (RON)
- [slp](https://axiehelper.gitbook.io/app/commands/crypto-commands/slp.md): Shows the current price and 24H change of Smooth Love Potion (SLP)
- [stakes](https://axiehelper.gitbook.io/app/commands/crypto-commands/stakes.md): Shows the different staked tokens stats of a user.
- [Mod Commands](https://axiehelper.gitbook.io/app/commands/mod-commands.md)
- [autoreact](https://axiehelper.gitbook.io/app/commands/mod-commands/autoreact.md): Disable or enable auto reaction when a message contains certain keywords
- [manage-leaderboard](https://axiehelper.gitbook.io/app/commands/mod-commands/manage-leaderboard.md): Manage the guild's leaderboard(Add Players, Remove Players, Reset Leaderboard)
- [Misc Commands](https://axiehelper.gitbook.io/app/commands/misc-commands.md)
- [help](https://axiehelper.gitbook.io/app/commands/misc-commands/help.md): Shows the list of all available commands
- [profile](https://axiehelper.gitbook.io/app/commands/misc-commands/profile.md): Shows the basic details of the given Ronin Address or User ID
- [invite](https://axiehelper.gitbook.io/app/commands/misc-commands/invite.md): Generates a link you can use to invite me to your own server
- [ping](https://axiehelper.gitbook.io/app/commands/misc-commands/ping.md): Checks the Latency and API response times
- [uptime](https://axiehelper.gitbook.io/app/commands/misc-commands/uptime.md): Shows how long the bot has been running
- [Info Commands](https://axiehelper.gitbook.io/app/commands/info-commands.md)
- [card](https://axiehelper.gitbook.io/app/commands/info-commands/card.md): Shows the information of the specified card
- [charm](https://axiehelper.gitbook.io/app/commands/info-commands/charm.md): Shows the information of the specified charm
- [news](https://axiehelper.gitbook.io/app/commands/info-commands/news.md): Shows the latest Lunacian News.
- [rune](https://axiehelper.gitbook.io/app/commands/info-commands/rune.md): Shows the information of the specified rune
- [Fun Comands](https://axiehelper.gitbook.io/app/commands/fun-comands.md)
- [guess](https://axiehelper.gitbook.io/app/commands/fun-comands/guess.md): Guess the answer for the question asked
- [hangman](https://axiehelper.gitbook.io/app/commands/fun-comands/hangman.md): A multiplayer hangman game for Axie Infinity cards.


---

# 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://axiehelper.gitbook.io/app/commands.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.
