# Report spambots that get past the filter

### Double-check that filters are activated

Run the simple `+doctor` command and check that `AutoInspect` is enabled and that `AutoMod` and `AutoTriggers` are also green.

{% hint style="success" %}
&#x20;If you can, please use the web interface to ensure that specific `AutoInspect`and `AutoTriggers` are also activated.&#x20;
{% endhint %}

### Enable Developer mode

If you haven't already, in your Discord client settings, under Appearance, enable the Developer Mode.

![Ensure that "Developer mode" is checked!](/files/-LhdlYGEx8_1SrTIrHJz)

### Get the message ID

Select a message that got past the filter. You should see three points at the end of the message if you are on a computer. On a phone, long press the message.

![Click Copy ID to copy the message ID to the clipboard](/files/-Lhdm39fMLIyKF2d9OlQ)

Select Copy (Message) ID to copy the ID to the clipboard.

### Get message information

Use the command `+message_info [the message ID you copied]` to ask the bot for logs and information about the message. Take a screenshot of the message sent by the bot.

### Send your report

Send your screenshot and some explanation on what was wrong on the #support channel on the [Support Server](https://discord.gg/Qr59gMH).


---

# 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.getbeaned.me/tutorials/report-spambots-that-get-past-the-filter.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.
