# Viewing Chat History

1. **Viewing Chat History**
   * Assuming you are logged in, locate the list of past chats or conversations on the left side of the home screen.
   * Click on the conversation you wish to view from the list
   * The chat history will be displayed in the main chat interface, allowing you to review past messages and interactions.

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

To watch a video demonstration, click [here](https://airiskinc-my.sharepoint.com/:v:/g/personal/vetrimaheswaran_aicrisk_com/EZkne8Ls5b9DhUMoOXkKsWkBDn4eOW6HbyG3cAwchoHYig?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJPbmVEcml2ZUZvckJ1c2luZXNzIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXciLCJyZWZlcnJhbFZpZXciOiJNeUZpbGVzTGlua0NvcHkifX0\&e=fbeX2H).&#x20;


---

# 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/chat/viewing-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.
