# Channel Selector

The `Channel` selector field on Translate forms is a special type of field. By default, it contains a dropdown list of conversations, which may include public, private, group, and direct message (DM) channels. If the channel you are looking for is *not* present in the list, however, you can start typing in the field to *search* for channels that match your input.  The list updates as you enter each character.

<figure><img src="/files/e5wcI4rtf3GajJLrM0vt" alt=""><figcaption><p>Enter characters into the field to search through all channels</p></figcaption></figure>


---

# 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://docs.translate.technology/features/automatic-translation/channel-selector.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.
