# Moderation

- [Ban](https://documentation.lynnux.xyz/akira/moderation/ban.md): Bans the given member from the server, removing 7 days of their messages.
- [Clean](https://documentation.lynnux.xyz/akira/moderation/clean.md): Quickly delete multiple messages from a channel.
- [Giverole](https://documentation.lynnux.xyz/akira/moderation/giverole.md): Quickly assign a role to a member.
- [Kick](https://documentation.lynnux.xyz/akira/moderation/kick.md): Kicks the given member from the server.
- [Nick](https://documentation.lynnux.xyz/akira/moderation/nick.md): Changes Akira's nickname in the server.
- [Nuke](https://documentation.lynnux.xyz/akira/moderation/nuke.md): Clears all messages from a channel.
- [Prefix](https://documentation.lynnux.xyz/akira/moderation/prefix.md): Changes Akira's command prefix.
- [Recolor](https://documentation.lynnux.xyz/akira/moderation/recolor.md): Changes the color of the given role.
- [Softban](https://documentation.lynnux.xyz/akira/moderation/softban.md): Bans and immediately unbans the given member.
- [Takerole](https://documentation.lynnux.xyz/akira/moderation/takerole.md): Remove a role from a member.
- [Unban](https://documentation.lynnux.xyz/akira/moderation/unban.md): Unbans the given user.
- [Warn](https://documentation.lynnux.xyz/akira/moderation/warn.md): Issues a warning to the given member.
- [Warnings](https://documentation.lynnux.xyz/akira/moderation/warnings.md): Manage warnings issued with Akira's warn command.


---

# 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://documentation.lynnux.xyz/akira/moderation.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.
