> For the complete documentation index, see [llms.txt](https://book.rochat.ai/rochat_book_zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.rochat.ai/rochat_book_zh/ru-he-zai-rochat-shang-chuang-jian-qun-liao/huan-ying-yu.md).

# 歡迎語

歡迎語是一個重要的內容，它準確地設定了角色將如何以及以何種風格進行交流。

場景中的歡迎語第一則訊息應該較長，以便後續角色回覆時不太可能使用非常簡短的訊息。

* 你也可以使用星號 \* 來描述角色的動作。
* 如果你想要角色在歡迎語中的回復覆蓋圖片，你可以使用 markdown 語法來進行表述，舉例：

```
![圖片命名](圖片鏈接)
```

* 在群組歡迎語中，您也可以指定發言角色，這將會是進入場景時收到的第一句話，將會影響場景的劇情走向。如：
  * {char1} / {char2} / {char3}/ {char4}/{char5}/{char6}：角色，依給定的順序排列
  * {user}：與這些角色聊天的人
  * {group}：群組中的所有人
  * {dm}：故事的敘述者，以第三人稱視角發言


---

# 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://book.rochat.ai/rochat_book_zh/ru-he-zai-rochat-shang-chuang-jian-qun-liao/huan-ying-yu.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.
