# Build - Character

Click [here](/rpggo-creator-tutorial/creator-tutorial/understand-the-system.md) to read the structure of the creator system.

{% hint style="warning" %}
WIP
{% endhint %}

***

## What is a Character

Characters can be created from the **Character Tab** or through **Game's Character design**. They can be transformed into a chatable role under either process.&#x20;

* You can edit all characters through character library.
* Different from Game, all Play experiences under Character can only have one character in each chat session

  <figure><img src="/files/tsSbgLT0ir6ceSXNGXRp" alt="" width="375"><figcaption><p>Sample of Character Created by Community Members</p></figcaption></figure>

### Single Character can be Attached to Game

When you create a game world, each character within it becomes an independent asset in your character library.&#x20;

These characters can be pulled out for one-on-one chats or **dropped into any new worlds you create**, like building with AI LEGO pieces. A medieval knight could join forces with a space explorer, creating stories you never thought possible.

<mark style="background-color:blue;">**Once added, don't forget to add it into the chapter as participant!**</mark>

<figure><img src="/files/R5hPhstWsKaTdZtN3ntF" alt="" width="375"><figcaption><p>Attach Character into a Game like adding an actor</p></figcaption></figure>

## Create&#x20;

### Create from Blank

For creators who are clear with what AI NPC you want to build, you might want to start from a blank. The blank page has several fields to enter (*<mark style="color:blue;">Blue are for displayed content, other users will see this field</mark>*):

* <mark style="color:blue;">Name</mark>
* Pronoun / Age
* Appearance
  * will be used in avatar generation and in-game image generations
* Background and Current Scene
* Personality Traits / Tone
  * will affect the response
* Voice Selection
* <mark style="color:blue;">Character</mark> <mark style="color:blue;">Intro</mark>
* <mark style="color:blue;">Character Tags</mark>
* <mark style="color:blue;">Opening Line (the first sentence spoken by the character)</mark>
* Add Actions and Gestures in Response
* Add Emojis in Response
* Modules
  * Attach modules and prompts from the market, or made your own
  * See more at [Build - Module](/rpggo-creator-tutorial/creator-tutorial/build-module.md)

### Build through Chat with AI Agent

### Build from Template


---

# 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://developer.rpggo.ai/rpggo-creator-tutorial/creator-tutorial/build-character.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.
