> 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/train-and-test-bot-zh/chu-li-xun-lian-bi-ji.md).

# 處理訓練筆記

### 批次訓練操作

當您有大量符合相同模式的工單（例如：對相似回答的重複修正，或對相同文件類型的持續更新），且您已確認篩選後的列表無誤時，請使用批次訓練。批次訓練旨在協助您高效地處理批次工單，特別是在變更內容簡單明瞭且不需要逐一工單進行判斷時。

{% stepper %}
{% step %}
選擇訓練面板右上角的 **立即訓練**。

<div data-with-frame="true"><figure><img src="/files/HQ0cvHs75UgAJeMp8pl4" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
在訓練視窗中檢查工單列表。在此範例中，已選擇所有狀態為待處理的文件類型。

<div data-with-frame="true"><figure><img src="/files/KEJk7N5YIJxyR50URxHQ" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
選擇要訓練的工單：

* 選擇 **全選**，或
* 使用每列上的核取方塊個別選擇工單。

{% hint style="info" %}
在此階段仍可調整文件類型選擇。

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

<div data-with-frame="true"><figure><img src="/files/TpcEMPPKRtYU8BKEmEHZ" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
選擇 **訓練 2 個所選工單** 以繼續前往 [訓練方式](/chatlyst-user-guide/zh/train-and-test-bot-zh/xun-lian-fang-shi.md)。

<div data-with-frame="true"><figure><img src="/files/PcNSW995nUN0EvIOzm9n" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### 單次訓練操作

當每個工單需要更密切的注意時，請使用單次訓練——例如當備註存在細微差異、字詞必須精準、目標文件在不同工單之間可能有所不同，或者您想在訓練前驗證限制條件。如果工單列表包含混合的主題，或者您無法完全確定每個項目都應該一起訓練，單次訓練也是更安全的選項。

{% stepper %}
{% step %}
從訓練面板列表中選擇一個工單以開啟工單詳細資訊。

<div><figure><img src="/files/pwC827ZHsRkSWr4xsdBM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/GWUjFOW5bnw3tAnVrRRQ" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
檢查工單詳細資訊（問題、回答、訓練備註和相關文件），或在需要時點選編輯訓練說明。

<div data-with-frame="true"><figure><img src="/files/yniixiy9cSjgPFQcunCi" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
選擇 **立即訓練** 以繼續前往 [訓練方式](/chatlyst-user-guide/zh/train-and-test-bot-zh/xun-lian-fang-shi.md)。

<div data-with-frame="true"><figure><img src="/files/MhLdrEuvXPIGn87Xz7Df" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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/train-and-test-bot-zh/chu-li-xun-lian-bi-ji.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.
