# Training Note Handling

### Bulk-train operation

Use bulk-train when you have a larger number of tickets that follow the same pattern (for example, repeated fixes to similar answers or consistent updates to the same document type) and you have already confirmed the filtered list is correct. Bulk-train is designed to help you move a batch through efficiently, especially when the changes are straightforward and do not require ticket-by-ticket judgment.

{% stepper %}
{% step %}
Select **Train Now** in the top-right of the Training Panel.

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

{% step %}
Review the ticket list in the training window. In this example, All document types with a Pending status are selected.

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

{% step %}
Select the tickets to train:

* Select **Select All**, or
* Select tickets individually using the checkbox on each row.

{% hint style="info" %}
Document type selection can still be adjusted at this stage.

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

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

{% step %}
Select **Train 6 Selected Tickets** to proceed to the [Training Method](/chatlyst-user-guide/train-and-test-bot/training-method.md).

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

{% endstep %}
{% endstepper %}

***

### Single-train operation

Use single-train when each ticket needs closer attention—such as when the notes are nuanced, the wording must be precise, the target document may differ across tickets, or you want to verify constraints before training. Single-train is also the safer option if the ticket list includes mixed topics or you are not fully confident that every item should be trained together.

{% stepper %}
{% step %}
Select a ticket from the Training Panel list to open the ticket details.

![](/files/484d21cf087c42435c3e5fd9503ef4cd56c42823) ![](/files/50487bf9e540d0324b86817b098e5bfd81894a89)
{% endstep %}

{% step %}
Review the ticket details (question, answer, training note, and related document), or Edit Training Note if needed.

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

{% step %}
Select **Train Now** to proceed to the [Training Method](/chatlyst-user-guide/train-and-test-bot/training-method.md).

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


---

# Agent Instructions: 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/train-and-test-bot/training-note-handling.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.
