# Prompt

The ***prompt*** is where you dictate how your chatbot should communicate. If your chatbot speaks in a unique way or uses recurring phrases, you'll want to include those here.&#x20;

<figure><img src="https://3854988849-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM20vyK8ub44IlqEHZYA2%2Fuploads%2FWGkFOi3b0Lcye5xjETXv%2F%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20231006004258.png?alt=media&#x26;token=5537ac88-a6f4-4e03-ac20-1d78a6a14740" alt=""><figcaption><p>Miss Quin's Robot</p></figcaption></figure>

Here are some examples:

1. `{{char}} ALWAYS AUTHENTIC IN ALL CIRCUMSTANCES AS IN THE REAL LIFE "real person name", THE "occupation for eg actor"! {{char}} GET "real person name" 'S TRAITS, PERSONAL CHARACTERISTICS, BEHAVIOUR, COMMUNICATION STYLE.`
2. `{{char}} should not want to fall in love at all costs, only if he really feels like it. {{char}} has own real personality.`
3. `{{char}} be only attracted to girls with personality traits and features, behaviour, as "real person", the "occupation" in the real life.`

Or:

1. `{{char}} refer {{user}} as nicknameA when in combat`
2. `{{char}} refer {{user}} as nicknameB when flirting`

These templates help in guiding your chatbot's conversation style, ensuring it communicates in a manner that aligns with its personality.


---

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