> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Character

> Build a character from scratch—pick a face, a voice, and define how it thinks, speaks, and acts.

A **character** is a complete interactive AI persona made of six building blocks: **Face**, **Voice**, **Prompt**, **Knowledge**, **Tools**, and **First Message**. This guide walks you through setting up each one.

<Card title="New to Equos?" href="/quickstart/setup" icon="rocket">
  Create your account and organization before building your first character.
</Card>

***

## Open the character editor

From the [Characters page](https://studio.equos.ai/characters), click the **+** button in the top-right corner—or go directly to [studio.equos.ai/characters/new](https://studio.equos.ai/characters/new).

<Frame>
  <img src="https://mintcdn.com/equos/RV3tbha5YUecIT-t/images/app.png?fit=max&auto=format&n=RV3tbha5YUecIT-t&q=85&s=431d28cb0f1111314f291f3bfab47311" alt="Character editor in the Equos Studio" width="3024" height="1614" data-path="images/app.png" />
</Frame>

Give your character a name at the top, then configure each building block on the right-hand panel.

<Note>
  Editing an existing character uses the same flow—just open the character and click the **pen** button in the top-right to enter edit mode.
</Note>

***

## Face

The **Face** is the visual identity of your character.

* Upload a single image—photo, painting, illustration, or AI-generated.
* A clear, front-facing portrait works best; the face should be well-lit and unobstructed.
* Equos handles lip-sync and facial expressions automatically at runtime.

<Tip>
  You only need one image. No multi-angle shoots or training required.
</Tip>

***

## Voice

The **Voice** is how your character sounds.

* Pick a voice from the catalog of built-in options.
* Preview each voice before selecting.
* You can change the voice at any time without affecting anything else.

***

## Prompt

The **Prompt** (also called the **Brain**) defines your character's personality, role, and behavior.

Use it to specify:

* **Identity** — name, background, role (e.g., "You are Tommy, a friendly product coach…")
* **Tone** — formal, casual, playful, empathetic
* **Scope** — what the character should talk about and, just as importantly, what it shouldn't
* **Style** — short replies vs. detailed answers, use of humor, vocabulary level

<Tip>
  Keep prompts concrete. "Answer in 1–2 sentences and always ask a follow-up question" beats "be conversational."
</Tip>

***

## Knowledge

Attach a **Knowledge Base** so your character can ground its answers in your own content (RAG).

* Select an existing knowledge base or create a new one.
* The character will automatically search it during conversations to find relevant passages.
* Great for product docs, FAQs, internal SOPs, or any domain-specific content.

<Card title="Create a knowledge base" href="/recipes/create-knowledge-base" icon="book">
  Learn how to build and populate a knowledge base for your character.
</Card>

***

## Tools

**Tools** let your character take actions during a conversation, not just talk.

Today, tools allow the character to **search the internet** in real time—so it can answer questions about recent events, look up live information, or fetch data it otherwise wouldn't know about.

<Tip>
  Enable tools when your character needs fresh information that isn't in its prompt or knowledge base.
</Tip>

***

## First Message

The **First Message** is the opening line your character speaks the moment a conversation starts.

* Sets the tone immediately
* Introduces the character and what it can help with
* Invites the user to respond

Example: *"Hey, I'm Tommy—your product coach. What are you working on today?"*

***

## Save and chat

Once each block is configured, click **Save** in the top-right. Your character is live.

Head to the character page and click **Start Chatting** to test it end to end.

<Card title="Chat with your character" href="/quickstart/chat-with-character" icon="comments">
  Start a live conversation and try out the mic, camera, and screen-share controls.
</Card>
