> 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-chuan-lie-biao.md).

# 對話串列表

## 對話串列表功能

對話串列表功能可協助用戶快速定位、篩選及檢視對話，而不會遺失背景資訊。

### 尋找對話

1. 選擇搜尋列。
2. 輸入關鍵字以定位特定對話。

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

### 篩選條件

使用標籤與狀態篩選條件以專注於需要注意的對話。

#### 對話標籤

[對話標籤](/chatlyst-user-guide/zh/chat-zh/dui-hua-biao-qian-yu-zhuang-tai.md#dui-hua-biao-qian) 將對話串分組為高階類別。對話標籤讓用戶可以在類別之間切換，以檢視正確的對話集合。

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

#### 狀態篩選條件

狀態篩選條件依 [狀態](/chatlyst-user-guide/zh/chat-zh/dui-hua-biao-qian-yu-zhuang-tai.md#dui-hua-zhuang-tai) 縮小對話範圍。狀態篩選條件會縮窄對話串列表，使其僅顯示需要注意的狀態。

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

### 日期範圍

日期範圍將對話串列表限制在特定時間段（天、週或自訂日期）。

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

使用以下任一方式選擇日期範圍：

* 行事曆檢視（適用於確切的開始與結束日期）
* 左側的預設範圍（適用於常見的時間段）

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

當不再需要日期範圍篩選條件時，請將其移除。該篩選條件會保持啟用狀態直到被關閉，這可能會導致稍後看起來像是遺失了對話。

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

***

## 開啟並檢視對話

1. 在對話串列表中選擇一則對話。
2. 在對話面板中檢視完整的訊息歷史紀錄。
3. 如果需要，直接在所選的對話串中進行回覆。

在對話串列表中，關鍵詳細資訊一目了然，包括：

* 最新回應的時間
* 目前的對話狀態

{% hint style="info" %}
對話串列表中的對話優先級遵循以下順序（從最高到最低）：等待首次回覆 > 先前已延後 > 待回覆 > 開啟中 > 機器人處理中 > 已延後 > 已關閉。
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/4FZy0b5oYZGnKdhja95M" 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-chuan-lie-biao.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.
