# tr?link / tr?unlink

This command allows forward automatically translated messages from one channel to another. This can also be configured to forward messages in all or specific languages.

{% tabs %}
{% tab title="Forward translations" %}

#### Syntax

> tr?link #channel-in #channel-out (optional list of #channel-outs) (optional list of languages)

Run `tr?link #channel-in #channel-out` to forward translations from `#channel-in` to `#channel-out`. Specify languages to only forward messages being translated to those languages.

<div align="left"><img src="/files/-LffCSqu8jv4b1RSP9Fu" alt="At least two channels are required. The first channel is the &#x22;source&#x22; channel, the second channel (or more) are set as the channels to forward messages to."></div>
{% endtab %}

{% tab title="Turn off forwarding" %}

#### Syntax

> tr?unlink #channel-in (optional list of #channel-outs)

Run `tr?unlink #channel` to turn off forwarding from that channel. You can also specify one or more `#channel-outs` to only remove forwarding between those channels.

<div align="left"><img src="/files/-LffE3WsBIj_FswYzXmg" alt="Run &#x22;tr?link status&#x22; to see active forwarding settings "></div>
{% endtab %}
{% endtabs %}

### FAQ

> What is the difference between the tr?link and tr?channel commands?

Currently, the only difference is that `tr?channel` forwards messages from **all** channels instead of specific ones.

> Where are the instructions for the command when I run the tr?help?

Run `tr?link help` for the instructions.

<div align="left"><img src="/files/-LffAtydoAlXKNFUt-hB" alt="tr?link and tr?unlink information and command syntax."></div>


---

# 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.smoogle.gg/premium-commands/tr-link.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.
