> For the complete documentation index, see [llms.txt](https://securitybot.gitbook.io/securitybot-knowledge-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/anti-impersonation-tools/avatar-protection.md).

# Avatar Protection

{% hint style="info" %}
**Premium Feature** — Avatar protection requires a Premium subscription. [Compare plans →](/securitybot-knowledge-hub/plans-and-pricing/plans-and-pricing.md)
{% 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](/securitybot-knowledge-hub/bot-guide/administering-securitybot.md) section.


---

# 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, and the optional `goal` query parameter:

```
GET https://securitybot.gitbook.io/securitybot-knowledge-hub/bot-guide/anti-impersonation-tools/avatar-protection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
