# Chat History

On the left side of the screen, you will find the **Chat History** section. This section displays a list of all your previous conversations, allowing you to easily reference past interactions. You can click on any previous chat to view the entire conversation.

* **Previous Chats**: Click on any chat in the list to open and review past conversations.
* **New Chat**: Click the "New Chat" button to start a new conversation.

<figure><img src="/files/vOgJPyRTPyfdTq6Rz8nT" alt=""><figcaption></figcaption></figure>


---

# 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://docs.aicrisk.com/user-documentation/getting-started/user-chat-page/chat-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.
