# Leaderboard

The **Leaderboard** command allows you to view various leaderboards for different categories such as XP, economy, and reputation. You can also choose to view the global leaderboard (across all servers) or just the leaderboard for your specific server.

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/leaderboard`
   * `-leaderboard`
2. **Select a Category**\
   You can choose from the following leaderboard categories:
   * **XP Leaderboard:**\
     View the ranking based on the experience points.\
     Example: `/leaderboard xp`
   * **Economy Leaderboard:**\
     View the ranking based on the wealth or economy stats.\
     Example: `/leaderboard economy`
   * **Reputation Leaderboard:**\
     View the ranking based on reputation.\
     Example: `/leaderboard reputation`
3. **Choose Global or Server-Specific Leaderboard**\
   After selecting the category, you can choose to view the leaderboard:
   * **Global Leaderboard:**\
     This will display the leaderboard across all servers.\
     Example: `/leaderboard economy global`
   * **Server-Specific Leaderboard:**\
     This will display the leaderboard only within your current server.\
     Example: `/leaderboard economy`

***

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/overview/commands/information/leaderboard.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.
