# User Guide

{% stepper %}
{% step %}

### Selecting Content on the Main Page

<figure><img src="/files/36oKlN6iJyhqOOXW2qJm" alt=""><figcaption></figcaption></figure>

* Move to the main page and select your favorite content.
* If you have a previous conversation, click it to continue where you left off.
  {% endstep %}

{% step %}

### Select a Persona

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

* On the content detail page, choose the persona you want to play with.
* You can create and edit multiple personas.
  {% endstep %}

{% step %}

### Starting a Conversation

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

* You can freely start conversations by adjusting the status panel, selecting a dialogue model, and configuring conversation settings.
* You can choose between the free model, Membership PLUS, or MAX models. Each model provides a different conversation style.
* Click the three-line menu in the top-right corner to open conversation settings. You can configure various conversation details there.
  {% endstep %}
  {% endstepper %}

***

### Enjoy the Content More

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

{% stepper %}
{% step %}

### User Notes

Set the details you want the character to remember.
{% endstep %}

{% step %}

### Long-term Memories

* Save memorable conversations so the character can use them as memories.
* You can write up to 2,000 characters.
* When a conversation reaches 10 turns, it is automatically summarized and saved.
* You can save up to 20 summaries, with a total limit of 5,000 characters\
  (max. 250 characters per 10 turns).
* You can edit the summary before saving.
  {% endstep %}

{% step %}

### Persona

* Start a new conversation with a new persona at any time to get different responses.
* Your previous conversations are kept.
  {% endstep %}

{% step %}

### Conversation Logs

* Review your full conversation history.
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.mirai.fun/player/play.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
