# Overview

Preset reasons are a nice way to quickly punish someone with a reason. For example if you want to have a reason that says `Teaming with an exploiter in order to gain an unfair advantage over other players in prohibited` then you could add a preset for `teaming with an exploiter` or `teaming` to quickly and easily ban players for that reason.

In order to create a preset, use the `/preset add` command as shown below.

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

Now, when you ban/kick a player. You can select the teaming with an exploiter option which will ban the player for the reason you provided.

<figure><img src="/files/nNaZdP3kH19FjEQAUiPD" alt="" width="364"><figcaption></figcaption></figure>

In order to delete a preset, use the `/preset delete` command. You can view all presets with the `/preset list` 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://docs.jbz.dev/romod/preset-reasons/overview.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.
