# Moderation

You can assign your world or room moderator players to help with player management.&#x20;

When an address is added to the **moderator group**, that moderator will be able to select player avatars and select from the two moderation options - jail or ban.&#x20;

{% hint style="info" %}
All players on the builder list also have access to moderation tools.&#x20;
{% endhint %}

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

**Send to Jail** will kick the player out of the room and send them to `verse.bueno.art/[your world]/jail`. Once sent to jail, the player will have to reconnect to the room to in order to join again. &#x20;

{% hint style="success" %}
You can fully customize your world's jail room just like any other room. &#x20;
{% endhint %}

**Ban** is an **indefinite ban**. The player will not be able to connect to the room until they are removed from the ban list.

Builders can remove players from the ban list by selecting **Settings > Permission Groups > Bans** and selecting the trash can icon to the right of the address.


---

# 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.bueno.art/buenoverse/player-management/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.
