# Name

**Name**  *The name the Character will use in Chat, and the name other users will see if you make the Character public.*&#x20;

{% hint style="info" %}
**Name** has to be 3-20 characters long, made up of letters, numbers, space, dash (-) and underscore ( \_ )
{% endhint %}

The name can be a single name (“Sarah”), a full name (“Albert Einstein”) or a handle (“WhoWouldWin”).&#x20;

<figure><img src="/files/p2AbbXcbZnTzoNeqGhB0" alt=""><figcaption><p>Gamer Boy is the Name of this Character</p></figcaption></figure>

### Defining by Name

Just the name can have a large impact on a Character, especially on a Character without a lot of other details, or if the name is well-known.&#x20;

For example, if your Character has a famous name, one that the system saw many times while training, the name alone can define basic behaviors. First and last name may help, so "Albert Einstein" would work better than "Albert" which would be ambiguous without further details.

### Uniqueness

Names don't have to be unique, so there may be many Characters with the same name. Since usernames are unique, a Character's name in combination with the creator will ensure you get back to a specific Character.


---

# 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://book.character.ai/character-guide/character-attributes/name.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.
