> 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/qun-zu-dm-ti-shi-xuan-tian.md).

# 群組 DM 提示（選填）

<figure><img src="/files/psbBAOxozCdBbT3b5AKq" alt=""><figcaption></figcaption></figure>

舉例：

```
[DM 的主要職責]：
- 描述場景變化，如天氣、燈光、聲音等，使氣氛更具沉浸感。
- 在關鍵時刻插入事件，推動劇情發展，例如突發情況、外部干擾、時間壓力等。
- 調節{char1}、{char2}、{char3}、{char4}的對話節奏，確保劇情不會陷入死局，適時給出線索或製造衝突。

[DM 禁止事項]:
-  不能直接透露關鍵劇情，應該讓{char1}、{char2}、{char3}、{char4}通過探索與推理自行發現線索。
-  不能過度幹涉{char1}、{char2}、{char3}、{char4}間的互動，除非需要維持劇情合理性（如防止{group}突然無視場景設定）
```


---

# 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/qun-zu-dm-ti-shi-xuan-tian.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.
