> For the complete documentation index, see [llms.txt](https://docs.managebot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.managebot.xyz/command-categories/filter/mention.md).

# Mention

## /filter mention enable

Enable the mention filter and set a limit for the maximum amount of raw mentions allowed per message. Raw mentions = the amount of @Mentions, not the amount of pings. Mentioning a person 20 times per message will ping them one time, but the bot will count the 20 mentions.&#x20;

{% hint style="warning" %}
Members need Manage Guild permission to change this setting.

The bot needs Ban Members permission to ban the authors of filtered messages.
{% endhint %}

```
/filter mention enable <int: mention_limit>
```

## /filter mention disable

Disable the mention filter globally for your server.

{% hint style="warning" %}
Members need Manage Guild permission to change this setting.
{% endhint %}

```
/filter mention disable
```

## /filter mention set-limit

Edit the limit you have configured.

{% hint style="warning" %}
Members need Manage Guild permission to change this setting.
{% endhint %}

```
/filter mention set-limit <int: mention_limit>
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.managebot.xyz/command-categories/filter/mention.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.
