# 레이드 감지

레이드 감지는 여러 문자열 유사도 판별 알고리즘을 기반으로 유사한, 또는 일치하는 **메시지가 빠른 속도로 올라오는 것을 감지하고 해당 유저를 자동으로 타임아웃**(채팅 제한) 하는 기능이에요. 서버 관리자가 유사도 임계값, 최대 반복 횟수 등을 직접 조정할 수 있어요.

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

레이드 감지 설정에 따라 감지된 도배 행위는 타임아웃 후, 지정된 알림 채널로 알림 메시지를 보내요.

서버 관리자는 아래와 같이 레이드 감지 활성화 여부, 감지 기준과 타임아웃 시간을 수정할 수 있어요.

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

이 기능은 **채팅의 맥락을 파악하는 것이 아닌, 알고리즘을 통한 유사도 판별을 하므로 오탐지가 있을 수 있어요.** 동시 채팅량이 많고 복잡한 서버의 경우 설정값을 적절히 조정하여 기준을 느슨하게 만들거나, 반복적인 오탐지가 발생하는 경우 이 설정을 비활성화 할 수 있어요.

기본적으로 모든 채널에서 레이드 감지를 합니다. **"/레이드설정 전환"** 명령어로 모든 채널에 활성화/비활성화 하거나, 특정 채널의 주제(Topic) 설정에 **"@disable\_raid\_detection"** 을 추가해서 예외 채널에 포함할 수 있어요.


---

# 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://op0.gitbook.io/hayang/features/raid_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.
