> 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/general-information.md).

# General Information

Mimic AI is a chat assistant that helps with fan conversations. It carries the chat forward through the early stages and hands it back to the user when the fan is ready for a stronger next step — like buying content, asking for more, or anything that needs a human touch.

Mimic AI settings are managed in the **OnlyMonster Control Panel.** Mimic AI runs in the OnlyFans interface — you can turn it on for a specific chat from the toolbar, and review its account-wide status from the side dock.

### In This Section

* [Mimic AI in Chats](/mimic-ai/mimic-ai-in-chats.md) — how Mimic AI works in the OnlyFans interface: toolbar, side dock, widget, conversation stages, stop/finish reasons, and starting Mimic manually or from Auto Messages.
* [Mimic Overview](/mimic-ai/mimic-overview.md) — Mimic AI usage and credit spend per account for a chosen period.
* [Mimic AI Settings](https://docs.onlymonster.ai/mimic-ai/mimic-ai-settings) — the active session limit for Mimic AI.
* [Disclosure](/mimic-ai/disclosure.md) — an optional notice that tells fans they're chatting with AI.
* [Persona Setup](/mimic-ai/persona-setup.md) — the profile Mimic AI uses to speak naturally and answer questions as the account.
* [Tone of Voice](/mimic-ai/tone-of-voice.md) — how Mimic AI sounds in chats: writing style, vocabulary, emojis, and typing habits.
* [Autofill Persona](/mimic-ai/autofill-persona.md) — an AI tool that reads recent chats and fills Persona fields automatically.

### Activating Mimic AI on an Account

To launch Mimic AI on an account, two setup parts must be completed: **Persona** (the Creator Persona tab) and **Tone of Voice** (set by default, can be changed). The current setup progress is shown on the main Mimic AI page in the Control Panel for each account.

{% @arcade/embed flowId="r6lVysbodaYTyEqNhTRI" url="<https://app.arcade.software/flows/r6lVysbodaYTyEqNhTRI/view>" %}

| Status       | Progress | Can Activate Mimic? |
| ------------ | -------- | ------------------- |
| Let's Begin  | 0%       | No                  |
| Almost Ready | 1–24%    | No                  |
| Ready to Go  | 25–99%   | Yes                 |
| Maxed Out    | 100%     | Yes                 |

The main Mimic AI page also includes a global switch — **Enable Mimic for Organization** — and a per-account switch in the account list. **Both must be on for Mimic AI to be usable on a given account**.

## Settings Menu

Mimic AI settings are organized into 4 tabs:

| Tab             | Purpose                                                      | Affects Progress? |
| --------------- | ------------------------------------------------------------ | ----------------- |
| Creator Persona | The profile Mimic AI uses to speak as the account.           | Yes               |
| Tone of Voice   | How Mimic AI sounds in chats.                                | No                |
| Settings        | The active session limit for Mimic AI                        | *No*              |
| Disclosure      | An optional notice that tells fans they're chatting with AI. | No                |

Only **Creator Persona** counts toward activation progress. **Tone of Voice** is set by default (and can be customized), while **Settings** and **Disclosure** are optional and do not affect the progress bar or activation status.

## Credits

Mimic AI runs on credits, shared across the organization.

* **Each message Mimic AI sends costs 5 credits**. Only messages Mimic AI sends count.
* The organization's live **Credits Balance** and a **Buy Credits** button are shown in the top-right of the Mimic Overview tab. Credits can be topped up at any time.
* **If the balance drops below 100 credits, Mimic AI stops** its active conversation and does not start new ones.
* If **credits run out** during an active session, **Mimic AI finishes** the current generation and stops.

For usage and credit spend per account, see the [Mimic Overview](/mimic-ai/mimic-overview.md) article.

## Permissions

Access to Mimic AI is controlled by 3 permissions:

* **Start/Stop Mimic** — lets a user turn Mimic AI on and off in chats in the OnlyFans interface.
* **View Mimic AI Settings** — lets a user open and view Mimic AI settings.
* **Edit Mimic AI Settings** — lets a user change Mimic AI settings (Creator Persona, Tone of Voice, Settings, and Disclosure).

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/general-information.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.
