# Reports 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

{% embed url="<https://www.youtube.com/watch?v=dM8a3OfPLeQ>" %}

## Configuration

### Create Reports Channel

Create a new channel on the server as displayed below and name it whatever you like but be sure to remember the name.

{% tabs %}
{% tab title="Open the server menu" %}
Open the server menu

<figure><img src="/files/FXAgCC2TThZPGZTun4On" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Click 'Create Channel'" %}
Click 'Create Channel'

<figure><img src="/files/RYFiHsWa4Fv7uCamRaPX" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Name the channel & set it to private" %}
Name the channel & set it to private

<figure><img src="/files/Y00GZWQd0bl7jlJdlkcQ" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Set Reports to go to the Channel

#### Find the command

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

#### Set the channel manually or it will select the current channel by default

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

<figure><img src="/files/4xK9Bvn8OLxNEhjT0D5q" alt=""><figcaption></figcaption></figure>

## Usage

### 💬Report Message Command

#### Find the command

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

#### As shown below either right-click on the message or click the three dots to access the menu and get your desired information.

{% tabs %}
{% tab title="Message URL" %}

<figure><img src="/files/BQJTOG92oxixHJGTJ0O2" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Message ID" %}

#### &#x20;IDs are an option that must be enabled in your Discord settings to use. You must go under advanced settings and enable developer mode.

<figure><img src="/files/tIPWGfrRfifl5FPlXXRS" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Specify a reason if needed then press enter to send the report to the designated channel

<figure><img src="/files/7KDUejnAFM62RKfUNSS1" alt=""><figcaption></figcaption></figure>

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

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

### 🙂Report Member Command

#### Find the command

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

#### As shown below, either select the Member with the Member option search bar or you can right-click on a member and copy their ID

{% tabs %}
{% tab title="Member Option" %}

<figure><img src="/files/Crx1q45aNSQ7Y1ykVOAR" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="User ID Option" %}

#### &#x20;IDs are an option that must be enabled in your Discord settings to use. You must go under advanced settings and enable developer mode.

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

<figure><img src="/files/AMJZBKWD2B7G06PYPy8f" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Specify a reason if needed then press enter to send the report to the designated channel

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

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

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

### 💬Report Message Context

#### Right-click on the message OR click the three dots and then click Apps and then press the Report Message button

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

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

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

### 🙂Report Member Context

#### Right-click on the user OR their avatar, then click Apps and then press the Report Member button

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

#### Specify a reason for reporting the Member and then press submit

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

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

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


---

# 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/reports-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.
