# Rank

The **Rank** command allows you to view your rank and statistics. It generates a rank card that shows your level and other relevant information. You can also view another user's rank by specifying their name.

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/rank`
   * `-rank`
2. **View Your Rank**
   * If you use the command without specifying a user, it will show **your own** rank card.
3. **View Another User's Rank**
   * You can specify another user by mentioning a member in the command, like so:
     * `/rank [member]`
     * `-rank [member]`
   * This will show the rank card of the specified user.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/spanish/vision-general/comandos/clasificacion/rank.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.
