# Ban Requests

Ban requests allow for your administrative team to ban users which moderators have marked to be banned.

{% hint style="info" %}
Before using Ban Requests, make sure that you have the moderations module enabled in the [Configuration ](/info/config.md)menu and is configured [correctly](/info/config.md#moderations).
{% endhint %}

## <mark style="color:blue;">Creating a Ban Request</mark>

Creating a ban request only requires you to run on command, `/banrequest add` with the correct parameters filled out as shown bellow.

<figure><img src="/files/pg1qNGgpQWQX9lX8lZ49" alt="Ban Request Add Example"><figcaption></figcaption></figure>

**user**\
The user that you are setting a ban request for.

**reason**\
Why you are setting this ban request.

Once you have pressed enter on the command, a ban request will be instantly created and logged for your administrators to ban.

<div><figure><img src="/files/wL8AAIUi4gj1S46ZNtOe" alt="Ban Request Add Confirmed Example"><figcaption></figcaption></figure> <figure><img src="/files/L95fuJvaolFplXyQj7hd" alt="Ban Request Log"><figcaption></figcaption></figure></div>


---

# 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.trident.bot/modules/bolos.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.
