> 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/persona-setup.md).

# Persona Setup

Persona (the Creator Persona tab in Mimic AI settings) is the first of the two required setup parts for launching Mimic AI on an account. It is the profile Mimic AI uses in chats to answer questions and sound like the account.

Persona gives Mimic AI the background it needs to speak naturally. The more details you add, the better Mimic AI can keep conversations personal and believable.

Note: For an overview of Mimic AI and how it works in chats, see the Mimic AI article.

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

## Minimum Requirement

Users must complete the required Persona basics before Mimic AI can be used on an account. The 5 required fields are:

* Creator Name
* Age
* Location
* Occupation
* Hobbies & Interests

These 5 fields are the minimum starting point for Persona setup.

## Progress

Persona setup progress is shown on the left side of the page. The progress bar is the same setup progress bar displayed on the main Mimic AI page.

* The first 5 required fields fill the progress to 25%.
* The remaining 75% is distributed evenly across all remaining Persona tags, including inactive ones.

### Activation Rule

Reaching 25% means the required Persona basics are completed. This is the minimum Persona level needed as part of account activation readiness (status Ready to Go on the main Mimic AI page).

## Categories

Persona is divided into 7 main categories: BIO, Look, Daily Life, Personality, Love & Relationships, Spicy Side, and Creator Life.

#### BIO

BIO covers the basic identity and personal background of the account.

* Required: Creator Name, Age, Location, Occupation, Hobbies & Interests
* Optional: Nickname, Birthday, Where I Grew Up, Who I Live With, Languages, Background, Education, Beliefs

#### Look

Look describes appearance and visual details. All fields are optional.

* Body, Hair, Eyes, Tattoos, Piercings, Special Features, Fitness, Style

#### Daily Life

Daily Life helps Mimic AI talk about routines, interests, and everyday habits. All fields are optional.

* Pets, Morning, Food I Love, Cooking, Music, Movies & Shows, Books & Podcasts, Games, Travels, Car, Night Out or Night In, How I Shop, Current Obsession, Drink

#### Personality

Personality helps Mimic AI sound more human and specific. All fields are optional.

* Me in 3 Words, Personality Type, Biggest Flex, Insecurity, Unpopular Opinion, Guilty Pleasure, Dreams, Fears, Proudest Moment, Most Embarrassing Moment, Weird Habits, Things That Annoy Me, Hidden Talent, When Stressed

#### Love & Relationships

This section helps Mimic AI answer relationship and dating questions more naturally. All fields are optional.

* Relationship Status, What I Find Attractive, Love Language, Perfect Date, Dating Red Flags, Best Friend, Family, Ex Story, How I Am in Love

#### Spicy Side

This section adds personal preference details for more intimate chat topics. All fields are optional.

* Turn Ons, Turn Offs, Fantasies, Compliments I Love, What Sets the Mood, Boundaries, Slow Down Phrase, After Intense Chat, Spicy Story, Kinks

#### Creator Life

Creator Life explains the creator side of the account and how it connects with fans. All fields are optional.

* Why I Started, Content Known For, Content I Love Making, Topics I Love in Chat, Topics I Avoid, How I Treat Fans, How I Sell Content, Platforms

## How to Add Information

Each field is shown as a tag. Clicking a tag turns it into an input field where you can type the detail.

* Mimic AI works better with descriptive, natural-sounding details rather than short answers. Better detail usually leads to better chats.
* An input stays highlighted in yellow until you enter 20 characters.
* The field still counts toward the profile even if the text is shorter than 20 characters.

Tip: To speed up Persona setup, use Autofill Persona — Mimic AI will read recent chats on the account and suggest details automatically.

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/persona-setup.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.
