# History

To open History, use the navigation tab in the top-left and switch from [Testing](/chatlyst-user-guide/train-and-test-bot/train-and-test-bot.md) to History.

<div data-with-frame="true"><img src="/files/14c6d84aad052b45899d002e2a53f8b59a09ed4b" alt=""></div>

On this page, conversation threads appear on the left and the full conversation appears on the right. Feedback can also be provided on bot answers, and a training ticket can be submitted when a response needs improvement.&#x20;

{% hint style="info" %}
For more context and additional information, follow more on [Training Feedback](/chatlyst-user-guide/train-and-test-bot/training-feedback.md) and [Train Documents](/chatlyst-user-guide/train-and-test-bot/train-documents.md).
{% endhint %}

<div data-with-frame="true"><img src="/files/2ad0f3ff3596caae24c1d174b7be1c46eaa330c8" 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/history.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.
