# Scammer Detection

## Overview

An [automated scammer detection and protection system](https://sds.phanes.bot/) for Telegram and Discord groups. It combines AI-powered analysis with trusted scam databases to quickly identify and manage malicious users and content.

## How to Protect your Group

* [Add Phanes](/overview/add-phanes.md) to your group
* Promote Phanes to Admin with at least the following permissions:
  1. Ban users
  2. Delete messages

## How It Works

The scammer detection system operates through:

1. **AI-Powered Analysis:** Advanced machine learning algorithms to identify known scam techniques.
2. **Known Scammer Database:** Automatically bans users who are already identified as scammers.
3. **Pattern Recognition:** Detects suspicious messages containing malicious bot links, drainer websites, and common scam indicators.

## Automatic Actions

When a scammer is detected, the system will:

* Automatically attempt to ban the user.
* Delete the suspicious message.
* Send a warning notification to the group.

***

{% hint style="danger" %}

### Reporting Scams

**If you encounter a scam that wasn't automatically detected, please use** `/report` to report it immediately.

This helps improve our AI detection system and protect the community. The system continuously learns and adapts to new scam techniques while maintaining high performance.
{% endhint %}


---

# 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.phanes.bot/overview/scammer-detection-system.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.
