# 금지 단어 설정

금지 단어 설정은 서버 관리자가 설정한 금지 단어가 포함된 채팅이 감지되는 경우, 해당 채팅을 자동으로 삭제하는 기능이에요.

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

이 설정은 **해당 단어가 포함된 모든 채팅을 필터링** 하기 때문에 잘못된 설정은 의도하지 않은 동작을 할 수도 있어요. 단어의 사용을 신중히 검토해 주세요.

기본적으로 모든 채널에서 지정된 단어 포함 여부를 검사합니다. 특정 채널의 주제(Topic) 설정에 **"@disable\_word\_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/word_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.
