> 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/members-features/speed-chatting-mode.md).

# Speed Chatting Mode

**Speed Chatting Mode** is a set of performance-focused features designed to make chatting faster and more efficient. These tools reduce friction during high-volume sessions and help chatters maintain workflow continuity.

### Where to Enable

All Speed Chatting features are located in the **OnlyMonster Widget** on the **Account** page:

1. Navigate to the right corner of the account.
2. Open the Settings tab (gear icon).
3. Go to the Chats section.

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

<figure><img src="/files/h9QgstiWxPyc3Fq7oSj8" alt="" width="240"><figcaption></figcaption></figure>

### Message Speed Mode

**Toggle:** *Enable Message Speed Mode*

When enabled, messages appear in the chat immediately after pressing **Send**, without waiting for server confirmation. This significantly speeds up the messaging workflow and makes chatting feel more responsive, especially during high-volume sessions.

{% hint style="info" %}
**Note**: The message is still sent to the server in the background. If sending fails, the message will be marked with an error indicator. Hover over it to see the error details.
{% endhint %}

#### Common Reasons for Sending Failure:

* **Message Guard restriction** — the message was blocked by organization Message Guard rules.
* **OnlyFans restriction** — the platform rejected the message (for example, sending too quickly or flagged content).
* **Other** — network issues or temporary server errors.

<figure><img src="/files/iOlflDxUhvqof0i8PIw7" alt="" width="239"><figcaption></figcaption></figure>

### Chat Tabs

**Toggle:** *Chatting Mode*

Allows chatters to open and switch between multiple chats within a single window, without reloading or losing context.

How it works:

* Each chat opens as a separate tab within the same interface.
* Tabs switch near-instantly using cached data
* Multiple conversations can remain open simultaneously

This reduces navigation time and helps chatters manage several conversations efficiently, especially during busy shifts.&#x20;

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

### Message Preview Tooltip

**Toggle:** *Message Preview Tooltip*

Displays a preview of a fan's message when hovering over their chat in the inbox, without opening to open the conversation.

This helps chatters:

* Quickly review incoming messages
* Prioritize responses
* Reduce unnecessary chat switching.

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


---

# 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/members-features/speed-chatting-mode.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.
