# Avatar Protection

{% hint style="info" %}
**Premium Feature** — Avatar protection requires a Premium subscription. [Compare plans →](https://securitybot.gitbook.io/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing)
{% endhint %}

SecurityBot’s Avatar Protection feature allows you to protect a specific user's avatar from being copied by others in your server. When enabled, SecurityBot monitors new members and profile updates to prevent anyone from using the same profile picture as a protected user.

This is especially useful for founders, moderators, or team members who are commonly targeted by impersonators.

***

## How to Use Avatar Protection

To protect someone’s avatar, simply run the command:

```
/user_filters avatar protect user: [@user]
```

SecurityBot will then monitor and block any member attempting to use that avatar.

* ✅ If the user updates their avatar, SecurityBot will automatically update the protected version.
* 🔁 Running the command again on the same user will remove the protection.

### Example:

Using `/user_filters avatar protect user: @Hendo` will:

* Immediately protect Hendo’s avatar.
* Prevent others from using the same profile picture.
* Display a confirmation embed showing the protected image.

Using the same command again will:

* Remove avatar protection for Hendo.
* Confirm the action with an embed message.

***

## Best Practices

* **Protect all visible team members.** Founders, moderators, and support staff are frequent targets.
* **Pair this with Blocked Nicknames** to build a stronger impersonation barrier.
* **Monitor logs regularly** to stay ahead of new scam tactics.

***

Next up: Explore admin tools, permissions, and configuration options in [Administering SecurityBot](https://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/administering-securitybot) section.


---

# 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/bot-guide/anti-impersonation-tools/avatar-protection.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.
