# Avatar scanner

## How Global/Local avatar scanner works

Munio scans profile picture(avatar) when new user join your server and when they are in your server and changes to a new profile picture. Bot will now match any profile pictures with the aforementioned conditions against the bots database of blacklisted profile pictures using similarity comparison that works like Google reverse image search.&#x20;

The blacklisted profile picture will only get added to the database if DM BOT spammers uses multiple accounts with the same profile picture. This feature will be extremely useful protecting your server against **DM SPAMMERS** that impersonate discord staff or any known dm spammers.

## Default: <mark style="color:green;">Enabled</mark>

Bot will by default auto kick users from all servers if the users profile picture match against the profile picture database.

**Default punishment type**: Kick

\
To configurate this scanner, follow these steps:

> **Step 1:** /settings\
> **Step 2:** \
> Option 1: Global Scanners\
> Option 2: Local Scanners\
> **Step 3:** Avatar Scanner


---

# 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://docs.dis.tf/scanner-types/avatar-scanner.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.
