# Unban

The **Unban** command allows you to unban a previously banned user.

{% hint style="danger" %}
You need the **BanMembers** permission for this command.
{% endhint %}

## How to Use

1. **Unban a User**\
   Use the command with either the **slash** or **prefix**:
   * `/unban [member] [reason]`
   * `-unban [member] [reason]`
   * **\[member]:** The user you want to unban.
   * **\[reason] (optional):** The reason for unbanning the user.
2. **Select User to Unban**\
   After entering the command, a select menu will appear with matching usernames for you to choose from. Select the user you want to unban.

***

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/moderation/unban.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.
