# Training Method

### Send to KC Bot Training

1. Review the summary (KC Bot credits and document types).
2. Select **Confirm & Process** to start processing.

<div align="center" data-with-frame="true"><img src="/files/801abcb9c5e244fd6406921f27fc5283f9484788" alt="" width="375"></div>

{% hint style="warning" %}
**Important Note**: KC Bot Credit is short for Knowledge Consolidation Bot Credit. These credits are used when processing training for Business Knowledge documents. How are they charged? KC Bot Credits are calculated based on the number of document types in the training batch, not the number of tickets selected. If multiple tickets link to the same document type, it still counts as one document type for credit usage. For example, 10 tickets for ONE document type consumes 1 KC Bot Credit. 30 tickets across FIVE document types consumes 5 KC Bot Credits.
{% endhint %}

***

### Manual Training

1. Select **Version History** to review the current document version.
2. Select **Upload Latest Version**, choose the updated document, then select **Confirm & Process**.

<div align="center" data-with-frame="true"><img src="/files/9a69ce576c03affd66614bd677d9fefdaf6d5246" alt="" width="375"></div>

{% hint style="info" %}
Version History shows both the Manual Upload timestamp and the KC Bot update timestamp. This helps confirm when each update was applied and which version is currently in use.

![](/files/10IlYSZm8kjDRdiLwjmb)
{% endhint %}


---

# 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-method.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.
