# Filtering channel select by channel type

The **Channel Select** question type lets members pick a channel. By default it shows every channel they can see in the server. You can narrow the list to specific channel types.

## The nine channel types

The "Filter by channel type" setting is a multi-select. Pick any combination:

| Type                      | What members can pick                                                               |
| ------------------------- | ----------------------------------------------------------------------------------- |
| **Text Channels**         | Standard text channels. The most common pick.                                       |
| **Voice Channels**        | Voice channels, for reports about voice-specific issues.                            |
| **Categories**            | Channel categories themselves, which are the headings, not the channels under them. |
| **Announcement Channels** | Announcement channels.                                                              |
| **News Threads**          | Threads created under announcement channels.                                        |
| **Public Threads**        | Public threads under text channels.                                                 |
| **Private Threads**       | Private threads under text channels.                                                |
| **Stage Channels**        | Stage voice channels.                                                               |
| **Forum Channels**        | Forum channels.                                                                     |

Leave the filter empty to allow every channel type. Pick one or more to restrict it.

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

## When to filter

Common cases:

* "Which text channel is broken?" Pick Text Channels only.
* "Which voice channel is the issue in?" Pick Voice Channels and Stage Channels.
* "Which thread is the problem?" Pick Public Threads, Private Threads, and News Threads.
* "What category needs the new channel?" Pick Categories only.

Filtering keeps members from picking the wrong kind of channel, which saves staff time.

## What members see

With a filter applied, the channel picker only shows channels that match one of the picked types. Members cannot pick channels that do not match.

Channels a member's role cannot **View Channel** never appear, whatever the filter is. Discord's per-channel permissions still apply.

## Related

{% content-ref url="/pages/7CkCeZCrgltqb0qqKg5z" %}
[Question types](/docs/forms/question-types.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/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.
