# Level System

## Levelsystem-Funktionen

* Verfolgt Nachrichtenaktivität der Benutzer.
* Belohnt Benutzer mit Erfahrungspunkten (XP) basierend auf der Aktivität.
* Ermöglicht das Erreichen von neuen Leveln basierend auf XP.
* Zeigt Level, XP, Nachrichtenzähler, Rang und Voice-Zeit des Benutzers an.
* Hält eine Rangliste basierend auf XP auf dem Server.

<table><thead><tr><th width="181">Befehl</th><th>Beschreibung</th></tr></thead><tbody><tr><td><mark style="color:yellow;"><strong>/rank</strong></mark></td><td>Lass dir deinen Server-Rang anzeigen</td></tr><tr><td><mark style="color:yellow;"><strong>/leaderboard</strong></mark></td><td>Schau dir die besten User auf dem Server an</td></tr><tr><td><mark style="color:yellow;"><strong>/set_user_level</strong></mark></td><td>Ändert das Level eines Benutzers.</td></tr></tbody></table>

<figure><img src="/files/DFPw5AfjvJW6dlkhNBGF" alt=""><figcaption></figcaption></figure>

## Setup

Um das Level System zu aktivieren, kannst du <mark style="color:yellow;">**/toggle\_levelsystem**</mark> ausführen da es standard mäßig ausgeschaltet ist.

Damit du Level-Up-Nachrichten bekommst kannst du <mark style="color:yellow;">**/set\_levelup\_channel**</mark> verwenden&#x20;

{% hint style="warning" %}
In folgenden Fällen Bekommt man <mark style="color:yellow;">**keine**</mark> voice XP (Die voice Zeit wird einen allerdings immer noch gutgeschrieben außer im AFK-Channel)

* Du bist im AFK-Channel
* Du bist alleine in einem Talk
* Du hast dein Headset stummgeschaltet
  {% 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.byterider.xyz/level-system.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.
