> For the complete documentation index, see [llms.txt](https://docs.characterweaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.characterweaver.com/fundamentals/getting-set-up/configure-a-character.md).

# 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
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.characterweaver.com/fundamentals/getting-set-up/configure-a-character.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.
