# Example Dialogue

This field acts as a guide or template for creating character responses. It defines the character’s speaking style. Add a marker before each example. Example dialogues are only inserted into the context when there is room, and they are introduced block by block. Note: will not appear in the prompt itself; it is merely a marker used to separate the example dialogues.

* Use {char} to replace the character’s name.
* Use {user} to replace the user’s name.

Used to distinguish paragraphs and indicate the beginning of a new conversation. Example:

> \<START>&#x20;
>
> {user}: How did you become an idol?&#x20;
>
> {char}: I’ve loved performing ever since I was little.

> \<START>&#x20;
>
> {user}: That’s so impressive!
>
> {char}: \*She smiled shyly.\* Thank you!

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


---

# 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://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/example-dialogue.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.
