# Infractions System

{% hint style="info" %}
It is expected that you have the bot invited already before using the guide but here is a link just in case: <https://invite.goldendev.net>\
\
If you ever need to send someone a link to a specific portion of a page you can find the # symbol next to the headings and that will set your page URL (which you then copy) to take the individual that clicks the link directly to the specified content.

![](/files/HNUxT5RXhbtpdq0sLlb3)
{% endhint %}

## Video Tutorial (Dedicated Guide coming soon)

{% embed url="<https://youtu.be/tBUv0_NNaHg?t=126>" %}

## \*DOCS UNDER DEVELOPMENT\*

## Commands

<table><thead><tr><th width="177">Command (/)</th><th>Description</th></tr></thead><tbody><tr><td>warn</td><td>Warn a member</td></tr><tr><td>mute</td><td>Mute a member</td></tr><tr><td>unmute</td><td>Unmute a member</td></tr><tr><td>kick</td><td>Kick a member</td></tr><tr><td>ban</td><td>Ban a member</td></tr><tr><td>unban</td><td>Unban a member</td></tr></tbody></table>

<table><thead><tr><th width="177">Command (/inf)</th><th>Description</th></tr></thead><tbody><tr><td>search</td><td>Query infractions on specified member</td></tr><tr><td>info</td><td>Info about specified infraction</td></tr><tr><td>update</td><td>Update details of specified infraction</td></tr><tr><td>delete</td><td>Delete specified infraction</td></tr><tr><td>clear</td><td>Clear all infractions on specified member</td></tr></tbody></table>


---

# 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.goldenbot.net/guides/infractions-system.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.
