> For the complete documentation index, see [llms.txt](https://themis-bot.gitbook.io/themis-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themis-bot.gitbook.io/themis-docs/fundamentals/getting-set-up/fake-detection.md).

# Fake Detection

{% hint style="info" %}
By default, Themis uses the proven dictionary that is applicable universally and is safe for most servers. Highly recommend to use it for NFT/Crypto related servers.&#x20;
{% endhint %}

Using two types of dictionary, Themis is able to check whether there are server members pretending to be another user or using another person's identity. In addition, using the Global Dictionary, Themis can effectively detect spam bots and ban them from your server. In addition, the IDs of spam bots are globally blacklisted and banned on all other servers where Themis is invited.

After selecting `Fake Detection` in the selector, you will see the following menu:

<figure><img src="/files/8hQp0kUOmC9PvyPPcmmU" alt=""><figcaption></figcaption></figure>

#### Security

`Status` - a binary parameter indicating the status of the function. It can be disabled or enabled. If Status is set to Enabled, Themis will use Global Dictionary and eliminate spam bots only.&#x20;

{% hint style="success" %}
**Fun fact:** Themis is the **first bot** to start using dictionaries to **identify spam bots**. The system was created **(20 Oct 2021)** and tested on **Divine Anarchy** server and was called **Bot Slayer**. It was used to ban over 500 spam bots and thus save the server community from attacks.

![](/files/oeiHRos8NumyePn7bFMo)
{% endhint %}

#### Whitelist

<figure><img src="/files/Jo2qXm3AcoAG0jhX4Rb1" alt=""><figcaption></figcaption></figure>

This option allows you to add users that Themis will ignore. That is, even if their name is in the dictionary, Themis will not pay attention to them. This option is effective when you want to add staff to the list and when checking the server, Themis will ignore them and ban those who try to use their identity.

#### Dictionary

<figure><img src="/files/thkkAcTwnsZfS4teu5mb" alt=""><figcaption></figcaption></figure>

Local Dictionary is used for in-server moderation. By entering a name in the dictionary, Themis will ban all users who have that name. Local Dictionary will only be used on the server where it has been activated and will not be extended to other servers. For example, you can put staff names in there so that Themis can block pretenders who use your name to scam users.

![](/files/W8Ajw6gvt4ZSwMClsQjv)You can export the Local Dictionary from your server.

#### Logs

<figure><img src="/files/Bqf2KDRmkacFaEFP8UF4" alt=""><figcaption></figcaption></figure>

* Logs channel can be assigned with a button
* Logs can be exported in TXT, CSV and XML


---

# 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:

```
GET https://themis-bot.gitbook.io/themis-docs/fundamentals/getting-set-up/fake-detection.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.
