# Anti-Advertising

### Setup

You can enable Anti-Advertising by enabling the `antiad` module. The Anti-Advertising module does not currently have any extra configuration.

```
/lindsey modules enable antiad
```

Once enabled, Lindsey will automatically delete users that post invite links to other discord servers. Moderators are exempt from this as well as official Discord invite links (like **Discord Townhall** or **Discord Developers**).

{% hint style="info" %}
Users that spam invite links will automatically be banned by the bot, the ban is only applied if a specific set of things happen, usually messages will just be deleted and the user will receive a warning in chat.
{% 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-advertising.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.
