# Extra Options

## Extra Features

There are currently 6 extra features that you can enable, with the only one requiring premium being the reaction translation feature.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>React to Translate</strong></td><td>Allows the translation of a message by reacting to it with a countries flag.</td></tr><tr><td><strong>CMD Activation Message</strong></td><td>Will attempt to prevent command activation messages from being translated. Eg, Starting with <code>?</code>, <code>!</code>, <code>&#x26;</code>.</td></tr><tr><td><strong>Other Bot Translation</strong></td><td>Will translate messages send by other discord bots. (Not Embed)</td></tr><tr><td><strong>Single Word Translation</strong></td><td>Will prevent the translation of messages that contain only 1 word.</td></tr><tr><td><strong>Three Word Translation</strong></td><td>Will prevent the translation of messages that contain 3 words or less.</td></tr><tr><td><strong>Divert All Messages</strong></td><td>Will divert all messages to other channels, whether something was translated or not.</td></tr></tbody></table>

## Commands

<details>

<summary>View Extra Options</summary>

`/settings2 extras view_options`

This shows you all the extra options available with descriptions similar to those above, and whether or not they are enabled or disabled.

</details>

<details>

<summary>Enable an Option</summary>

`/settings2 extras enable [feature]`

Allows you to enable an extra option from the provided list.

</details>

<details>

<summary>View Extra Options</summary>

`/settings2 extras disable [feature]`

Allows you to disable an extra option from the provided list.

</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.jakebot.co.uk/slightly-more-advanced-settings/extra-options.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.
