# Axie Commands

{% hint style="info" %}
**Remember:**

Text surrounded by **< >** are required inputs for the command to work and text surrounded by **\[ ]** is optional.
{% endhint %}

| Command                                                                                    | Description                                       |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------- |
| [/axie](/app/commands/axie-commands/axie.md) \<axie-id>                                    | Shows detailed information of the specified Axie  |
| [/battles](/app/commands/axie-commands/battles.md) \[user \| user id \| ronin address]     | Shows recent arena battles of a player            |
| [/inventory](/app/commands/axie-commands/inventory.md) \[user \| user id \| ronin address] | Display the inventory of a player                 |
| [/land](/app/commands/axie-commands/land.md) \<column> \<row>                              | Shows detailed information of the specified Land  |
| [/leaderboard](/app/commands/axie-commands/leaderboard.md)                                 | Display the Guild's Custom Leaderboard            |
| [/peek](/app/commands/axie-commands/peek.md) \<axie-id>                                    | Shows the image of the specified Axie             |
| [/rankings](/app/commands/axie-commands/rankings.md) \[rank]                               | Display Global Leaderboard for the Current Season |
| [/stats](/app/commands/axie-commands/stats.md) \[user \| user id \| ronin address]         | Get the stats of a player                         |


---

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