# 유저 가이드

{% stepper %}
{% step %}

### 메인 페이지에서 컨텐츠 선택하기

<figure><img src="/files/1DuqGhxg7D1DsVzvMrlf" alt=""><figcaption></figcaption></figure>

* 마음에 드는 컨텐츠를 클릭하여 **컨텐츠 상세 페이지**로 이동합니다.
* 이전 대화가 있다면 클릭하여 이전 대화를 이어 진행할 수 있습니다.
  {% endstep %}

{% step %}

### 페르소나 선택하기

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

* 컨텐츠 상세 페이지에서 나의 **페르소나**를 선택하세요. (플레이어 캐릭터가 됩니다.)
* 여러 페르소나를 만들고 수정할 수 있습니다.
  {% endstep %}

{% step %}

### 대화 시작하기

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

* 상태창, 대화 모델 선택, 대화 설정 등을 통해 자유롭게 대화할 수 있어요.
  {% endstep %}
  {% endstepper %}

***

### 콘텐츠 더 재밌게 즐기기

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

{% stepper %}
{% step %}

### 선택지 생성 (ON/OFF)

* 대화시 선택지 생성을 끄거나 켤 수 있습니다.
  {% endstep %}

{% step %}

### 사칭 방지 (ON/OFF)

* AI가 사용자의 입장까지 서술하는 옵션을 끄거나 켤 수 있습니다.
  {% endstep %}

{% step %}

### 긴 응답 생성 (ON/OFF)

* 더 길고 상세한 응답을 생성하는 옵션을 끄거나 켤 수 있습니다.
  {% endstep %}

{% step %}

### 캐릭터 이미지 (ON/OFF)

* 대화 중에 캐릭터 이미지를 **끄거나 켤 수 있습니다.**
  {% endstep %}

{% step %}

### 대사 출력 속도

* 텍스트가 화면에 표시되는 속도를 조절합니다.
  {% endstep %}

{% step %}

### 자동진행 지연시간

* 자동 진행이 켜져 있을 때, 다음 대사로 넘어가기 전 대기 시간입니다.
  {% endstep %}

{% step %}

### 유저 노트

* 최대 2000자까지 적을 수 있습니다.
* AI가 **기억해야 하는 내용을 직접 기록**할 수 있습니다.
  {% endstep %}

{% step %}

### 페르소나

* 현재 대화에 적용될 유저의 캐릭터를 선택하거나 직접 만들 수 있습니다.
  {% endstep %}

{% step %}

### 장기기억

* 대화가 일정량(10턴)에 도달하면 **자동으로 요약 및 저장**됩니다.
* 최대 20개까지 저장할 수 있으며, 총 5,000자(10턴당 최대 250자)까지 저장됩니다.
* 요약된 내용을 직접 수정하여 저장할 수도 있습니다.
  {% endstep %}

{% step %}

### 대화 새로 시작하기

* 처음부터 시작하는 새 세션을 시작합니다.
  {% endstep %}

{% step %}

### 대화 복제

* 지금까지의 **모든 대화 내역**을 유지한 새 세션을 시작합니다.
  {% endstep %}

{% step %}

### 대화 나가기

* 현재 세션에서 나갑니다.
  {% 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/ko/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.
