# Translator Customization

Translator Customization allows you to control how the AI Translator formats outgoing messages in chat. In addition to the base translation, it provides two independent customization layers:&#x20;

* Writing Style — formatting rules applied to every outgoing translation.
* Typo Generation — controlled randomness that makes translations appear more natural and human.

## Writing Style

Writing Style toggles modify the appearance of outgoing translated messages. You can enable multiple toggles simultaneously. All enabled toggles are applied together.

| Toggle     | What it does                                    |
| ---------- | ----------------------------------------------- |
| No Emoji   | Removes all emojis from the translated text.    |
| Lowercase  | Converts the entire message to lowercase.       |
| No Commas  | Removes all commas from the text.               |
| No Dots    | Removes periods from the text.                  |
| Shorthands | Replaces common phrases with chat abbreviations |

{% hint style="info" %}
Note: These settings apply only to outgoing translations. Incoming messages are not affected.
{% endhint %}

## Typo Generation

Typo Generation adds realistic typing mistakes to translated messages to make them appear more natural.&#x20;

### How it works

1. Master toggle — Enables or disables Typo Generation entirely.

* When disabled, no typos are applied regardless of other settings.
* When enabled, typo behavior depends on the selected probability and enabled typo types.

2. Probability — Defines the chance that a translated message will contain a typo. Available range:

* 5% to 50%
* Configurable in 5% increments

### Typo Selection Logic

When a message is selected for typo generation:

* Exactly one typo type is applied
* The typo type is chosen randomly from the enabled options
* Multiple typo types are never combined in the same message

If the master toggle is enabled but no typo types are selected, no typos are applied.

### Typo types

| Type               | What it does                                   |
| ------------------ | ---------------------------------------------- |
| Drop Letters       | Removes a random letter to imitate fast typing |
| Stretch Words      | Repeats letters for added emphasis             |
| Double Punctuation | Adds an accidental extra comma or period       |
| Missing Space      | Removes the space after punctuation            |

## Permissions

Translator Customization uses the same permission system as the rest of the Translator section.

| Permission        | What it allows                        |
| ----------------- | ------------------------------------- |
| View AI Translate | View current Customization settings.  |
| Edit AI Translate | Edit and save Customization settings. |

\ <br>


---

# 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.onlymonster.ai/ai-magic-assistant/translator-customization.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.
