# Character Description

## Introduction

The **Character Description** page is where you define the personality, backstory, and communication style of your AI character. Each character in Convai Playground has its own dedicated Character Description page, ensuring a unique identity that can be refined over time.

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

***

## Accessing the Character Description Page

You can reach the Character Description page by clicking any **Character Card** on your **Dashboard**. This opens the character’s profile, where you can edit and manage its core attributes.

## Main Features and Sections

### 1. Character Name and ID

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

* **Character’s Name** – Editable field for your character’s display name.
* **Character’s ID** – A unique identifier for the character, essential for using it in **Convai SDKs** and API integrations.
* You can copy the ID to use in your applications.

{% hint style="success" %}
**Support Tip**: If you need help from the support team, provide this ID when reporting character-related issues.
{% endhint %}

***

### 2. Core Description / Speaking Style / Embodiment

**Core Description**

* Add details about your character’s story, personality traits, distinctive features, and any behavioral guidelines.
* Word limit: **1000 words**.

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

**Speaking Style**

* **Describe How the Character Speaks** – Outline the character’s tone, pace, formality, and speech patterns. Include unique expressions or phrases they commonly use.
* **Sample Dialogues** – Provide example sentences showcasing the character’s typical speech style, including signature phrases that reinforce their personality.

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

**Embodiment**

* Currently in development and will be available soon.

***

## Examples

For inspiration, explore **Sample Characters** in the Dashboard. These examples show how different characters’ Core Descriptions and Speaking Styles are structured.

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

***

## Conclusion

The Character Description page is the foundation of your AI character’s identity. By clearly defining its personality, voice, and unique traits, you ensure consistent and engaging interactions.


---

# 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.convai.com/api-docs/convai-playground/character-customization/character-description.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.
