> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/mimic-ai/tone-of-voice.md).

# Tone of Voice

Tone of Voice is the second required setup part for launching Mimic AI on an account. It defines how Mimic AI sounds in chats — including writing style, vocabulary, emojis, and typing habits.

{% hint style="info" %}
Note: For an overview of Mimic AI and how it works in chats, see the [Mimic AI](/mimic-ai/general-information.md) article.
{% endhint %}

## Default Setup

Tone of Voice usually does not require extra setup. One of the available templates is selected by default. You can keep it as-is or customize it if you want a different chat style.

<figure><img src="/files/FwA5UQPGbid5oyosLTx0" alt=""><figcaption></figcaption></figure>

### Templates

There are 6 Tone of Voice templates:

| Template             | Style                              |
| -------------------- | ---------------------------------- |
| Lazy Flirt (default) | Low effort texting vibe.           |
| Slavic Girl          | Polite stranger vibe.              |
| Confident Tease      | Cool and confident.                |
| Mystery Girl         | Reserved and calm.                 |
| Bubbly Cutie         | Playful and upbeat.                |
| Girl Next Door       | Warm, casual, and easy to talk to. |

Each template includes the following sections: Persona Summary, Writing Style, Vocabulary, Emoji Policy, and Typing Typos. Persona Summary cannot be edited. All other sections can be customized.

## Persona Summary

Persona Summary explains the overall tone of the selected template. It describes how the persona talks, their texting style, attitude, and energy.

This field is about tone, not biography, and cannot be edited.

### Writing Style

Writing Style controls how messages look and flow. You can edit Capitalization, Punctuation, Message Splitting, and Typing Speed.

#### Capitalization

| Option        | Behavior                                                                   |
| ------------- | -------------------------------------------------------------------------- |
| Normal        | Sentences start with a capital letter.                                     |
| all lowercase | Everything is lowercase, like casual texting.                              |
| Casual Mix    | Mostly lowercase, but names, places, and important words stay capitalized. |

#### Punctuation

| Option     | Behavior                                                                                     |
| ---------- | -------------------------------------------------------------------------------------------- |
| Normal     | Standard punctuation is used.                                                                |
| Relaxed    | Periods at the end of sentences are dropped, but question marks and exclamation points stay. |
| Minimal    | Most punctuation is removed, but question marks stay.                                        |
| Expressive | Extra punctuation is added for emphasis, like ???, !!!, or trailing dots.                    |

#### Message Splitting

| Option      | Behavior                                                                     |
| ----------- | ---------------------------------------------------------------------------- |
| One Message | Everything is sent as one message.                                           |
| Up to 2     | The reply can split into two messages when it feels natural.                 |
| Smart Split | Longer replies can split into 2–3 messages, while short replies stay as one. |
| Rapid Fire  | The reply can split into up to 5 short messages, like fast texting.          |

#### Typing Speed

| Option  | Behavior                                                 |
| ------- | -------------------------------------------------------- |
| Default | Replies are sent within 20–30 seconds.                   |
| Custom  | Adds the specified delay (10–60 seconds) to every reply. |

Once the Mimic AI is turned on in a chat, the first reply always takes 2–3 minutes, since Mimic AI is analysing the conversation before responding.

### Vocabulary

Vocabulary controls preferred words, blocked words, and laughter style. You can edit Favorite Words, Forbidden Words, and Laughter Style.

* Favorite Words — words Mimic AI should use naturally when they fit.
* Forbidden Words — words Mimic AI should never use.
* Laughter Style — the way Mimic AI laughs in chat.

#### Laughter Style Options

haha, lol, LMAO, hehe, jajaja

### Emoji Policy

Emoji Policy controls how often Mimic AI uses emojis and which emojis are allowed. You can edit Emoji Frequency, Allowed Emojis, and Blocked Emojis.

#### Emoji Frequency

| Option         | Behavior                     |
| -------------- | ---------------------------- |
| None           | No emojis are used.          |
| Rare           | At most 1 emoji per message. |
| Sometimes      | 1–2 emojis per message.      |
| Often          | 2–4 emojis per message.      |
| Emoji Overload | Emojis can appear often.     |

#### Emoji Lists

* **Allowed Emojis** — only these emojis should be used.
* **Blocked Emojis** — these emojis should never appear.

### Typing Typos

Typing Typos makes messages feel more like fast, casual texting. You can edit typo Intensity and turn specific typo types on or off.

#### Intensity

| Option | Behavior                                                      |
| ------ | ------------------------------------------------------------- |
| None   | No typos are added.                                           |
| Light  | A typo may appear once in a while.                            |
| Medium | Typos appear more often and feel like fast, careless texting. |

#### Typo Toggles

| Toggle                    | Behavior                                 |
| ------------------------- | ---------------------------------------- |
| Double punctuation        | A comma or period may appear twice.      |
| Missing space after comma | The space after a comma may be skipped.  |
| Extra letters             | A letter may repeat inside a word.       |
| Missing letter            | A letter may be skipped in longer words. |

If you need help or run into any issues, feel free to reach out to our Support Team via the chatbox in the bottom-right corner.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.onlymonster.ai/mimic-ai/tone-of-voice.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
