# 채널 유형별로 채널 선택 필터링

해당 **채널 선택** 질문 유형을 사용하면 구성원이 채널을 선택할 수 있습니다. 기본적으로 서버에서 볼 수 있는 모든 채널이 표시됩니다. 목록을 특정 채널 유형으로 좁힐 수 있습니다.

## 아홉 가지 채널 유형

"채널 유형으로 필터" 설정은 다중 선택입니다. 원하는 조합을 선택하세요:

| 유형          | 구성원이 선택할 수 있는 항목                    |
| ----------- | ----------------------------------- |
| **텍스트 채널**  | 표준 텍스트 채널입니다. 가장 일반적인 선택입니다.        |
| **음성 채널**   | 음성 관련 문제를 신고할 때 사용하는 음성 채널입니다.      |
| **카테고리**    | 채널 카테고리 자체입니다. 아래 채널이 아니라 제목을 말합니다. |
| **공지 채널**   | 공지 채널입니다.                           |
| **뉴스 스레드**  | 공지 채널 아래에서 생성된 스레드입니다.              |
| **공개 스레드**  | 텍스트 채널 아래의 공개 스레드입니다.               |
| **비공개 스레드** | 텍스트 채널 아래의 비공개 스레드입니다.              |
| **스테이지 채널** | 스테이지 음성 채널입니다.                      |
| **포럼 채널**   | 포럼 채널입니다.                           |

모든 채널 유형을 허용하려면 필터를 비워 두세요. 제한하려면 하나 이상 선택하세요.

<figure><img src="/files/cd89707dc9124e9f1ca6814c3ca28c78d7662466" alt="The Channel Select question editor with the channel-type multi-select dropdown open showing all 9 type options"><figcaption></figcaption></figure>

## 필터를 적용할 때

일반적인 경우:

* "어느 텍스트 채널에 문제가 있나요?" 텍스트 채널만 선택하세요.
* "어느 음성 채널에 문제가 있나요?" 음성 채널과 스테이지 채널을 선택하세요.
* "어느 스레드에 문제가 있나요?" 공개 스레드, 비공개 스레드, 뉴스 스레드를 선택하세요.
* "어느 카테고리에 새 채널이 필요한가요?" 카테고리만 선택하세요.

필터링을 사용하면 구성원이 잘못된 종류의 채널을 선택하지 않게 되어, 운영진의 시간을 절약할 수 있습니다.

## 멤버가 보게 되는 내용

필터를 적용하면 채널 선택기에 선택한 유형 중 하나와 일치하는 채널만 표시됩니다. 구성원은 일치하지 않는 채널을 선택할 수 없습니다.

구성원의 역할이 볼 수 없는 채널은 **채널 보기** 필터와 관계없이 표시되지 않습니다. Discord의 채널별 권한은 여전히 적용됩니다.

## 관련

{% content-ref url="/pages/5b5b72fd5df9973f48da80adf689dc8c2c82a8db" %}
[질문 유형](/docs/ko/forms/question-types.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/ko/forms/filtering-channel-select.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.
