# FAQs

<details>

<summary>How do I disable Automatic Translation of a channel?</summary>

To [disable automatic translation](/features/automatic-translation/disable-auto-translate.md) in any channel, you can choose `None` from the list of languages.

</details>

<details>

<summary>Does Translate work for Slack "Guest Users"?</summary>

Slack has some limits for Guest Users, and this partially impacts their use of Translate. Since Guest Users cannot authorize any apps, they will not be able to Authorize Translate to edit their messages to append translations. Instead, automatic translation messages will be sent a separate messages into the channel. *Single-Channel Guest users cannot use shortcut or slash commands*.

</details>


---

# 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/resources/faqs.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.
