> For the complete documentation index, see [llms.txt](https://docs.hiwaifu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hiwaifu.com/product-guides/creating-chatbots/chatbot-attributes/prompt.md).

# 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="/files/2x6R0P1xR5mIkFmEHj7O" 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
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.hiwaifu.com/product-guides/creating-chatbots/chatbot-attributes/prompt.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.
