# Configure a Character

## Creating character

> A character has a name, can have an icon and a list of behaviors. That's all.
>
> To **create** a character use the command `/character create <name> [icon]`
>
> **name** is the name of the character, it will be visible when he sends a message.
>
> **icon** is optional and allows you to directly define the character's avatar. Links must redirect to image files in `.png` `.jpg`
>
> To modify the icon you can use the command: `/character edit icon`
>
> To modify the name you can use the command: `/character edit name`

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

## What is the next step ?

⚡Now that your character is created, all you have to do is add behaviors! To do this, you can go to the next page: [**Configure a Behavior**](/fundamentals/getting-set-up/configure-a-behavior.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://docs.characterweaver.com/fundamentals/getting-set-up/configure-a-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.
