# Username Scanner

Munio will scan usernames when user joins your server or changes their username when they are in your server already.&#x20;

Munio offer you 2 configuration options:\
**1. Manage Keywords list** - Plain text configuration where you example can blacklist specific names like "ABC"\
**2. Manage Patterns (Regex) list** - Uses regex configuration that offers more flexibility in coveraging different type of names bot should detect.

{% hint style="info" %}
Munio uses Javascript as regex expression. \
Use this website to test your working regex configuration: <https://regex101.com/>
{% endhint %}

## Default: <mark style="color:red;">Disabled</mark>

To configurate this scanner, follow these steps:

> **Step 1:** /settings\
> **Step 2:** Select Server scanners\
> **Step 3:** Username Scanners


---

# 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/extended-anti-phishing-1.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.
