> For the complete documentation index, see [llms.txt](https://docs.storychain.ai/storychain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storychain.ai/storychain/welcome/features/character-creation-and-consistency.md).

# Character Creation & Consistency

#### **Character Creation**

**Bring Your Characters to Life:**\
With StoryChain’s Telegram Mini App, users can easily create their unique characters using intuitive tools. From customizing appearances to defining traits and personalities, the character creation feature allows users to design avatars that represent their stories.

{% embed url="<https://www.youtube.com/watch?v=rH1UZiqWTOs>" %}

**Character Consistency Across Stories:**\
One of the core principles of storytelling is maintaining character continuity. On StoryChain, once a user creates a character, it becomes the foundation for future stories. This ensures consistency and immersion, as users can bring their familiar characters into new adventures or storylines, creating a deeply engaging storytelling experience.

**Why It Matters:**

* Characters are central to any story. With consistent characters, creators can build deeper connections with their audience and establish memorable narratives.
* The feature not only helps maintain continuity but also makes it easier for creators to explore long-form or multi-part storytelling.
* These consistent avatars can also be used in other features like animated stickers and NFTs, giving users additional ways to showcase their creations.

Whether you're just starting your journey as a storyteller or expanding a series, StoryChain’s **Character Creation** feature empowers you to make your stories more relatable, consistent, and captivating.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.storychain.ai/storychain/welcome/features/character-creation-and-consistency.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
