# Group Translations

*Groups channels using Automatic Channel Translation in a simple, easy-to-manage manner.*

{% hint style="info" %}
The group commands are interactive and require you to respond to any prompts correctly to function
{% endhint %}

## Command

You can use slash commands like `/group create` in order to create groups or use the commands listed bellow.

You can also use :&#x20;

* `/group link` to add a new channel with a new language on an existing group&#x20;
* `/group unlink`  to remove a language from the group automatic translation
* `/group list`  to list all the group you have created&#x20;
* `/group delete` to delete a group

### Video with slash command&#x20;

{% embed url="<https://ritabot.gg/images/lv_0_202402272252092.mp4>" %}

### Legacy commands (complex)

* **`!tr group`** ⬅ create new channel group
  * Respond with new group name, number of channels that should be in group, and for each channel prompt respond with channel language and ping which channel to assign
* **`!tr group link [GROUPNAME]`** ⬅ link a new channel into group
  * Respond to prompts by pinging which channel to add and what language to assign to that channel
* **`!tr group unlink [GROUPNAME]`** ⬅ delete a channel from group, opposite of group link
* **`!tr group delete [GROUPNAME]`** ⬅ delete entirety of group
* **`!tr group list`** ⬅ list all groups present in guild

### Parameters

* \[GROUPNAME] refers to the group name you give to the group (can check groups with `!tr group list`)

## Legacy Examples (complex)

#### Group Creation

<div align="right"><img src="/files/bwCA7NMsH86u4p8mjofO" alt="Creating a group connects all the channels you assign to it interchangeably"></div>

#### Group List

<div align="right"><img src="/files/4twyOnlv0objuuKFawip" alt="Lists all groups in server"></div>

#### Group Link

![Linking a channel links in the channel to all channels in the group](/files/l6aiCHDO38oGS0sOlrKN)

#### Group Unlink

![Unlinking a channel does the opposite of linking a channel](/files/dn4QaF6ERk0Ctqdg4OW6)

#### Group Delete

![Deletes all tasks associated with group](/files/lvr5IaF7b8F21cC4mhGN)

## Notes

* There is a max of 15 channels/languages per group
* Groups cannot have repeats of languages or channels. All added channels and langs must be unique and not already in the group
* Languages should be in their ISO-639-1 format, list can be found [here](https://cloud.google.com/translate/docs/languages)


---

# 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.ritabot.gg/ritabot-docs/usage-commands-and-settings/translation/group-translations.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.
