# 문법 가이드

* 유저(페르소나) 이름 : `{{user}}`&#x20;
* 대사 :  `"test"` or `text`
* 묘사(나레이션, 속마음, 효과음) :  `*text*`&#x20;
* Bold : `**text**`
* 줄바꿈 : `\n`&#x20;
* 단락(페이지)바꿈 : `\n\n`&#x20;
* 상태창 : `<stats>  text </stats>`&#x20;
* 캐릭터 : `<char:"캐릭터이름":"캐릭터이미지명.확장자"> text(대사,묘사) </char>`
* 맵(배경) : `<map:"장소이름":"배경이미지명.확장자"/>`&#x20;
  * (self closing 이라 마지막에 `/>` 로 끝나야함)


---

# 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/creator/tag.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.
