# Edit Training Note

{% stepper %}
{% step %}
Open the Training Panel

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

{% step %}
Select the training ticket and select Edit Training Note using one of these options:

1. Select **Edit Training Note** in the ticket view. or

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

2. Select the **ticket menu (top-right)**, then select **Edit Training Note**. For other ticket action, follow on [Other Ticket Actions](#other-ticket-actions).

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

{% step %}
Enter the updated training note and select **Save Changes** to process.

<div><figure><img src="/files/nJlq9y81m1ZmHieOg65F" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3B5dGqd4xR3dhJIP5H6C" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### Other Ticket Actions

The ticket menu also supports these options:

* View Details — Select to open the ticket view.
* [Send to KC Bot](/chatlyst-user-guide/train-and-test-bot/training-method.md#send-to-kc-bot-training)
* [Manual Training](/chatlyst-user-guide/train-and-test-bot/training-method.md#manual-training)

<div data-with-frame="true"><img src="/files/99348f9c13acf0aab2028b3d086b2d0f8e687a08" alt=""></div>


---

# 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/edit-training-note.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.
