> 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/ai-magic-assistant/connecting-replies-to-accounts.md).

# Connecting Replies to Accounts

The **AI Tools → AI Suggestions → Accounts** tab shows which replies are running on each account in your organization. This is also where you decide which reply buttons members see in the chats of a specific account, and in which order.

#### The Accounts Table

| Column            | What it shows                                             |
| ----------------- | --------------------------------------------------------- |
| **Account**       | The account name and nickname                             |
| **Platform**      | The platform — OnlyFans                                   |
| **Replies**       | The replies enabled on the account, in their button order |
| **Auto-Generate** | Whether a suggestion is generated when a chat opens       |
| **Status**        | Whether AI Suggestions is running on the account          |

Above the table, you will find the account counter, a group filter and a search field.

By default, an account runs in **System Mode**: all system replies are enabled.

#### Changing the Replies of an Account

1. Hover over the account row and click the pencil icon on the right. The **Edit Replies** screen opens.
2. Select the mode — **System Mode** or **Custom**.
3. Turn on **Auto-Generate** if you need it, and, in **Custom**, set the replies and their order.
4. Click **Save Changes**.

The mode can be switched in both directions: to return to the full set of built-in replies, click the **System Mode** card and save your changes.

To connect one reply to several accounts at once, use **Connect to Account** in the **Replies** list. See Custom Replies.

**System Mode**

All system replies are used and always stay on. There is nothing to select — click the card and save your changes. The replies are listed below for reference only; they cannot be toggled or reordered.

Custom replies are not available in this mode.

**Custom Mode**

This mode gives you precise control over what members see in chat. The **Replies** list shows every reply available to the organization, system and custom alike, with the model it runs on next to its name — **OnlyMonster AI** for system replies, or the preset model for custom ones.

* **Enable a reply** with the toggle on the right. Disabled replies are not displayed in chat.
* **Change the order** by dragging a reply by the handle on the left. The order in this list is the order of the buttons in the message bar, so put the replies your team uses most at the top.

**Auto-Generate**

**Generate one suggestion when a chat opens** produces a suggestion automatically as soon as a member opens a chat, without clicking a button. It is off by default and is set per account, in both modes.

When you turn it on, a **Use Reply** dropdown appears next to the toggle. Select the reply that will run on chat open — any of the replies available to the account. One reply per account can be auto-generated.

*Auto-Generate sends a request for every chat that is opened, whether the member uses the suggestion or not. This significantly increases consumption — AI credits for system replies, or tokens on your provider's side for custom ones. Turn it on only when you actually need it.*&#x20;

#### Permissions

Access to this tab requires **AI Assistant Settings**. Replies cannot be switched in bulk from here: the change is applied to one account at a time.


---

# 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/ai-magic-assistant/connecting-replies-to-accounts.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.
