# Anti-Scam

### Setup

Anti-Scam is automatically enabled by default and will automatically monitor and delete messages that contain scam links, ip grabbers, etc.. This includes fake nitro messages, fake steam/gift messages and several ip grabbers.

Most users posting/spamming these links are compromised accounts. Currently, Lindsey does not take any action against the users themselves. Due to obvious platform limitations, Lindsey is not able to stop these links being sent over Private/Direct Messages.

If you wish to disable this feature, you can do so by disabling the `antiscam` module.

```
/lindsey modules disable antiscam
```

{% hint style="info" %}
If you find a false-positive, please report it to us on our [support server](https://discord.gg/GzpZuZFkYV)!
{% endhint %}


---

# 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.lindseybot.net/lindsey/features/anti-scam.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.
