> For the complete documentation index, see [llms.txt](https://chatlyst.gitbook.io/chatlyst-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chatlyst.gitbook.io/chatlyst-user-guide/zh/chat-zh/dui-hua-mian-ban.md).

# 對話面板

除了讀取對話歷史紀錄之外，對話面板還能讓團隊成員以真人客服身份加入對話串，並根據目前狀態執行操作。加入後，真人客服可以檢視完整的訊息歷史紀錄、直接在對話串中進行回應，並使用與目前狀態相符的可用快速操作。此外，也可以針對機器人和客服人員的回應提交訓練回饋。

### 確認對話狀態

對話狀態會顯示在對話面板的右上角。

<div data-with-frame="true"><figure><img src="/files/m2z0kIUOQaEWJACDzax2" alt=""><figcaption></figcaption></figure></div>

***

### 使用附加選項

附加選項提供對關鍵操作的快速存取，例如置頂、延後、取消延後、交還給 AI 以及關閉 。欲知更多詳情請參閱 [依狀態分類的額外選項](/chatlyst-user-guide/zh/chat-zh/yi-zhuang-tai-deewai-xuan-xiang.md)。

{% hint style="info" %}
附加選項會顯示在對話面板的右上角。

![](/files/t2DI3ea8WVPcbwjydYuM)
{% endhint %}

***

### 提供訓練回饋

在上下文中針對機器人和客服人員的回應提供訓練回饋。可以使用與 [訓練與測試](/chatlyst-user-guide/zh/train-and-test-bot-zh/xun-lian-yu-ce-shi.md) 相同的工作流程來提交訓練回饋。

<div data-with-frame="true"><figure><img src="/files/ZcBmtduJlNzns4U1Ximu" alt=""><figcaption></figcaption></figure></div>

提交負面回饋後，會出現 **提供訓練回饋** 視窗。

<div data-with-frame="true"><figure><img src="/files/M5DUKocjEAcwBCzLSW0E" alt="" width="375"><figcaption></figcaption></figure></div>

***

### 加入對話

當狀態為 **機器人處理中** 時，真人客服可以透過 **加入對話** 加入對話。

加入後：

* 對話狀態會更新為 等待首次回覆
* 客服人員可以檢視現有的訊息歷史紀錄
* 客服人員可以透過 **加入對話** 進行回覆

<div><figure><img src="/files/YGkT927ARFRPX6IkBvvE" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ckwLe3NvlY7m1fwIJAWc" alt=""><figcaption></figcaption></figure></div>


---

# 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:

```
GET https://chatlyst.gitbook.io/chatlyst-user-guide/zh/chat-zh/dui-hua-mian-ban.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.
