> 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.md).

# 對話

### 版面配置總覽

「對話」頁面包含兩個主要區域：

* [對話串列表（左側）](/chatlyst-user-guide/zh/chat-zh/dui-hua-chuan-lie-biao.md)
  * 瀏覽並篩選對話。
  * 開啟對話以檢視完整歷史紀錄。
* [對話面板（右側）](/chatlyst-user-guide/zh/chat-zh/dui-hua-mian-ban.md)
  * 讀取所選對話的完整訊息歷史紀錄。
  * 根據對話狀態進行回覆並執行操作。

在「對話」頁面上，對話串列表顯示在左側，而對話面板則顯示在右側。

<div><figure><img src="/files/OnqMxg3XVKr0XybEza2M" alt=""><figcaption></figcaption></figure> <figure><img src="/files/8E07OTS4y2tDNRw0DsZ3" 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.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.
