# 사용자 지정 링크 필터

사용자 지정 링크 필터는 와일드카트 패턴(예: google.com/\*, \*.example.com 등)을 활용해서 감지할 링크의 패턴을 만들고, **설정한 패턴과 일치하는 링크를 채팅에서 감지하여 자동으로 삭제**하는 기능이에요.

복잡한 정규표현식과 같은 규칙을 몰라도 간편하게 사용할 수 있도록 누구나 쉽게 이해하고 활용 가능하도록 설계하는데 중점을 두고있어요.

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

예를 들어, **youtube.com/\***&#xC744; 추가한다면 다음과 같은 링크가 채팅에서 모두 필터링 될거에요.

* <https://www.youtube.com/>
* <https://www.youtube.com/watch?v=F64yFFnZfkI>
* <https://www.youtube.com/feed/trending>
* 이외 youtube.com으로 시작하는 모든 링크

와일드카드는 서브도메인, 경로에 사용할 수 있어요. 해당 링크 패턴과 일치하는 모든 링크가 채팅에서 필터링 되니 신중히 사용해 주세요.

기본적으로 모든 채널에서 링크 패턴과 일치하는 URL을 검사합니다. 특정 채널의 주제(Topic) 설정에 **"@disable\_link\_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/link_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.
