# How to Create a Character on Rochat

- [Create Character Method 1: Custom Creation](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation.md)
- [Character Info](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/character-info.md): Describe your character—who they are, their background story, traits, personality, and nature. You should not only imagine their features but also their behavior and reactions.
- [Greeting](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/greeting.md): This defines the first message that the user will receive when starting a conversation with your character. Typically, this should include the background of the story and an introduction from the char
- [Personality](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/personality.md): Choose the appropriate personality tags for a brief description of the personality.
- [Model Selection](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/model-selection.md)
- [Scenario](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/scenario.md): scenario is a type of worldview setting used to define and simulate specific situations or events. The scenario acts as a permanent prompt, influencing every round of dialogue interaction.
- [Example Dialogue](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/example-dialogue.md)
- [Public Info](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/public-info.md): Public Info will be displayed on the character card and profile, allowing other players to learn more about the character. This information will not affect the prompts used during chat interactions.
- [Character's Note](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/characters-note.md)
- [How to Hide Character's Reply?](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/characters-note/how-to-hide-characters-reply.md)
- [How can CoT be utilized in Character's Note](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/characters-note/how-can-cot-be-utilized-in-characters-note.md)
- [Appearance and Voice](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/appearance-and-voice.md): Choose to Generate or Upload Avatar, Background
- [Auto Memory](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-1-custom-creation/auto-memory.md)
- [Create Character Method 2: Image Creation](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-2-image-creation.md)
- [Create Character Method 3: Link Creation](https://book.rochat.ai/rochat_book_en/how-to-create-a-character-on-rochat/create-character-method-3-link-creation.md)


---

# 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.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.
