# Moderator Commands

- [/ban](https://docs.pwr.lol/commands/moderator-commands/ban.md): Bannt den ausgewählten Member. Mit der Option „Delete“ kann ausgewählt werden, ob Nachrichten des Users automatisch gelöscht werden sollen.
- [/channel](https://docs.pwr.lol/commands/moderator-commands/channel.md): Channel-Verwaltung (lock / unlock / connections)
- [/clear](https://docs.pwr.lol/commands/moderator-commands/clear.md): Löscht eine definierte Anzahl an Nachrichten im jeweiligen Channel.
- [/event](https://docs.pwr.lol/commands/moderator-commands/event.md): Event-Verwaltung
- [/kick](https://docs.pwr.lol/commands/moderator-commands/kick.md): Kickt den ausgewählten Member
- [/role](https://docs.pwr.lol/commands/moderator-commands/role.md): Rollen an User vergeben oder entziehen
- [/tempban](https://docs.pwr.lol/commands/moderator-commands/tempban.md): Bannt den ausgewählten Member für den ausgewählten Zeitraum. Der Bot entbannt den Member automatisch nach Ablauf der Zeit
- [/timeout](https://docs.pwr.lol/commands/moderator-commands/timeout.md): Timeoutet den ausgewählten User für den ausgewählten Zeitraum
- [/xp](https://docs.pwr.lol/commands/moderator-commands/xp.md): XP Verwaltung (vergeben, entziehen)


---

# 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.pwr.lol/commands/moderator-commands.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.
