# Chat Window

At the center of the screen is the chat window where you can type in your questions, allowing you to interact with the system directly. This is the main area for communication.

* **Type Questions:** Enter your questions or messages into the chat window.
* **Plus Button:** On the left side of the chat window, there is a plus button to add files.
* **Microphone:** On the right side of the chat window, you can click the microphone and talk into the chat.

<figure><img src="/files/s8g4IoizcnOvvGAtTiKN" 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-window.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.
