# Levels

The levels module is a diverse way to encourage user activity in your server.

This module allows users to earn coins xp and a rank in your server

{% hint style="info" %}
Coming Soon: You will soon be able to add level rewards, different from the default. Aswell as updated level cards.
{% endhint %}

## Commands

### Admin Commands

/configure - enable/disable this module (For More Info See ->[Modules Info](/modules/modules-info.md#setting-state-of-modules))

/requiredrole - sets the required role to use this plugin (For more info see -> [Modules Info](/modules/modules-info.md#required-roles))

/managexp - grant, set or add xp to a user

### User Commands

/level - see your current level and your progress towards the next

/level-leaderboard - returns the leaderboard server xp # in the guild

{% hint style="info" %}
This module has a planned update coming soon.
{% endhint %}

{% hint style="info" %}
Got a suggestion? Let us know in the discord [Join The Discord!](/support/join-the-discord.md)
{% endhint %}


---

# 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.olilz.xyz/modules/levels.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.
