# Moderation (Role Based)

ADDROLE

* Add a role to a user

```
/addrole [user] [role]
```

***

**BUGREPORT**

* Report a bug&#x20;

```
/bugreport [issue] [urgency] [how to reproduce] [result]
```

***

**CHECK**

* Check a role's list of users

```
/check [role]
```

***

**REMOVEROLE**

* Remove a role from a user

```
/removerole [user] [role]
```

***

**ROLELIST**

* Get a list of all roles on a user

```
/rolelist [user]
```

***

**SAY**

* Post a message

```
/say [message]
```

***

**SAYROLE**

* Post a message and tag a role

```
/sayrole [role] [message]
```

***

**SNIPE**

* Snipe thye last message deleted

```
/snipe
```

***

**WARNING**

* Warn a user

```
/warning [user] [reason]
```

* Check a user's warnings. Without a case ID it responds with a list of their warnings

```
/warning [check] [user] {case ID}
```

* Delete a warning

```
/warning [delete] [user] [case number]
```


---

# 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://sambeano7.gitbook.io/prometheus/commands/moderation-role-based.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.
