# Leveling

{% hint style="danger" %}
NOTE: The leveling system is currently bugged and may edit your original message to a level up message. This issue is currently being worked on.
{% endhint %}

## /level rank

Shows your ManageBot rank or the rank of a specified user.

```
/level rank [user]
```

## /level leaderboard

Shows the top 10 bot users.

```
/level leaderboard
```

## /level info

General information about the leveling system.

```
/level info
```

## Context Menu Commands

Context menu commands for this category. Context menu commands are currently only available on web clients or desktop versions by using right click a message or member and hovering to Apps.

### ManageBot Level

This command displays the rank of the member it is being used on.


---

# 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.managebot.xyz/command-categories/leveling.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.
