# Name

The ***name*** of an AI chatbot is a crucial element that defines its identity and serves as an identifier in conversations. When your chatbot becomes public, it is the name that other users will see.

{% hint style="info" %}
The name should be between 3 to 20 characters long and can consist of letters, numbers, spaces, dashes (-), or underscores (\_).
{% endhint %}

* **Style:** You have the flexibility to choose a single name like "Sacramouche," a full name like "Elon Musk," or a unique handle like "AI\_Guru."
* **Influence on Chatbot:** The chosen name can have a significant influence on your chatbot, potentially shaping its behavior and personality. For instance, if you name your chatbot after a famous figure, it might acquire basic traits associated with that personality. For example, a chatbot named "Elon Musk" could exhibit behaviors reminiscent of Elon Musk.
* **Uniqueness:** To prevent the community from being flooded with duplicate bots, we limit the names of bots created per account to be unique.

Consider selecting a name that aligns with your AI chatbot's purpose, personality, and storyline, as it plays a vital role in creating an identity for your chatbot.


---

# 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.hiwaifu.com/product-guides/creating-chatbots/chatbot-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.
