> For the complete documentation index, see [llms.txt](https://docs.nyaru.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nyaru.xyz/moderation/purge/mentions.md).

# Mentions

## Usage

```
@Nyaru purge [count] mentions
```

## Examples

* Purge messages *having any role or user mention* in last **20** messages.

> @Nyaru purge 20 mentions

* Purge **all** messages having *any role or user mention*.

> @Nyaru purge mentions

{% hint style="warning" %}
If you don't provide count, bot will index last **100** messages and filter them by default.
{% endhint %}
