> 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/mimic-overview.md).

# Mimic Overview

The Overview tab shows Mimic AI usage and credit spend per account for a chosen period. The organization's live Credits Balance and a Buy Credits button are in the top-right.

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

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

## Filters

* **Accounts** — multi-select for accounts and account groups. All accounts are selected by default.
* **Time Range** — pick any period with the datepicker.

Credits Balance is live and does not depend on the time range. Everything else reflects the selected period.

## Summary Tiles

Cards summarize the selected accounts and period.

| Tile            | Meaning                                                         |
| --------------- | --------------------------------------------------------------- |
| Credits Spent   | Total credits Mimic AI spent.                                   |
| Messages Sent   | Total messages Mimic AI sent across all accounts.               |
| Total Sessions  | Sessions where Mimic AI sent at least one message.              |
| Active Time     | Total time Mimic AI worked across all sessions.                 |
| AVG Finish Rate | Average rate of sessions Mimic AI finished across all sessions. |

## Accounts Table

One row per account, plus a Summary row. The table is searchable, and every numeric column is sortable.

| Column            | Meaning                                            |
| ----------------- | -------------------------------------------------- |
| Account           | Avatar, name, and username.                        |
| Messages          | Messages Mimic AI sent.                            |
| Credits Spent     | Credits Mimic AI spent (5 credits per message).    |
| Total Sessions    | Sessions where Mimic AI sent at least one message. |
| Finished Sessions | Sessions Mimic AI finished (see reasons below).    |
| Finish Rate       | Rate of sessions Mimic AI finished.                |
| Stop Rate         | Rate of sessions Mimic AI stopped.                 |

## Definitions

| Term                            | Definition                                                                                                       |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Finish Rate / Finished Sessions | Sessions Mimic AI finished with: Ready to Pay, Ready for More, Content Request, Fan Sent a Tip, or Goodbye Sent. |
| Stop Rate                       | Sessions Mimic AI stopped with: Fact Check, Offtop, Human Check, Fan Sent Content, or Time Is Over.              |
| Credits                         | 5 credits per AI message. Only messages Mimic AI sends count.                                                    |

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/mimic-overview.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.
