# /scammers

{% hint style="info" %}
**Premium Feature** — Scammer flagging requires a Premium subscription. Free tier servers receive scammer join alerts but cannot flag users. [Compare plans →](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md)
{% endhint %}

Flag a user as a scammer. Flagged scammers are tracked across SecurityBot's network and can be automatically actioned during purges.

***

## Usage

### `/scammers flag`

| Option | Type | Required | Description                   |
| ------ | ---- | -------- | ----------------------------- |
| `user` | User | Yes      | The user to flag as a scammer |

### Example

```
/scammers flag user: @SuspiciousUser
```

A confirmation embed with "Yes I'm sure" and "Don't flag user" buttons is shown before the flag is applied.

{% hint style="info" %}
You cannot flag administrators, moderators, the bot itself, or users with MANAGE\_SERVER permission. If the user is already flagged, SecurityBot will let you know.
{% endhint %}

***

## Permissions

**Moderator+** -- Requires the SecurityBot moderator role, admin role, Discord ADMINISTRATOR permission, or server ownership.


---

# 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://securitybot.gitbook.io/securitybot-knowledge-hub/command-reference/scammers.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.
