# Description

The ***description*** is a succinct yet captivating description of your AI chatbot. It provides an initial insight into the chatbot's functionality or persona. Displayed alongside the chatbot's name in listings, the Description helps potential users comprehend the chatbot's purpose, especially when the name isn't self-explanatory.

<figure><img src="/files/N25nW4PzGPc4f92pdh2g" alt=""><figcaption><p>User's robot</p></figcaption></figure>

{% hint style="info" %}
Please note, the description is strictly for display and discovery purposes; it does not affect the chatbot's personality.
{% endhint %}

### Key Points About Description:

1. **Length:** The description should be a concise summary, ideally between 3 and 100 characters.
2. **Purpose:** The description acts as a snapshot of your character's role or personality. It should answer the question, "What do you do?" from your character's perspective.
3. **Impact:** A compelling and accurate description can significantly increase the chances of users engaging with your chatbot.

For instance, if your chatbot's name is "Dr. Econ", a suitable description could be "Your Personal Economics Tutor" or simply "Master of Economics". If your chatbot is designed to provide workout advice, the Title could be as straightforward as "Fitness Guru".

When crafting a description, aim to accurately encapsulate your AI chatbot's essence, while also sparking potential users' interest. Remember, first impressions count!


---

# 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/description.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.
