# User Chat Page

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

### Interface Overview <a href="#interface-overview" id="interface-overview"></a>

#### Left Side: Chat History <a href="#left-side-chat-history" id="left-side-chat-history"></a>

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/AZWoZeQGirS7tSm4oIz1" alt=""><figcaption></figcaption></figure>

#### Middle Section: Suggested Questions <a href="#middle-section-suggested-questions" id="middle-section-suggested-questions"></a>

In the middle of the screen, you will see the **Suggested Questions** section. This section contains a list of pre-programmed questions that are designed to assist you with common inquiries. You can either click on these questions to send them directly into the chat or edit them to better fit your needs before sending.

* **Suggested Questions**: Click on any question to send it directly to the chat.
* **Edit and Send**: Modify the suggested question as needed and then send it into the chat.

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

#### Center: Chat Window&#x20;

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. The chat is interactive, so if the initial response doesn’t fully meet your needs—whether it provides too little detail, too much information, or doesn’t cover a specific aspect—you can continue the conversation. Simply refine your prompt or ask follow-up questions as many times as needed to get the result you’re looking for.
* **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/S2RmTAKmEMrQD2CRf70j" alt=""><figcaption></figcaption></figure>

#### Left Side Next to Chat History: Agent Selection <a href="#right-side-agent-selection" id="right-side-agent-selection"></a>

Next to the chat history on the left side, you will find the **Agent Selection** area. In this section, you can choose from specific agents assigned to you for different purposes. When you click the dropdown, you can also search for a specific agent to quickly find the one you need. It is important to check which agent you are using to ensure you receive the appropriate assistance.

* **Agent List**: Select your desired agent from the list provided.

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

#### Top Right Corner: Light/Dark Mode Switch <a href="#top-right-corner-lightdark-mode-switch" id="top-right-corner-lightdark-mode-switch"></a>

In the top right corner of the screen, you will find the **Light/Dark Mode Switch**. This feature allows you to toggle between light and dark mode based on your preference, enhancing your user experience.

* **Switch Modes**: Click the toggle to switch between light and dark mode.

<figure><img src="/files/5v0wRivmgRLLJqTTi1nH" alt=""><figcaption></figcaption></figure>

#### Left Side Next to Agent Selection: Login Zoom

Next to the agent dropdown selection, you may sometimes see a **“Login Zoom”** button. This indicates that the agent has Zoom capabilities enabled but is not yet connected to your Zoom account.

* **Login to Zoom:** To activate this functionality, click the button and sign in to your Zoom account. Once authenticated, the agent will be connected and able to use Zoom-related features.

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

#### Agent Reasoning and Citations

**Agent Reasoning**\
ChatGPT 5.4 includes a **reasoning dropdown** that lets you view a high-level summary of how the model arrived at its answer. This section highlights key steps, assumptions, and factors considered—without exposing full internal chain-of-thought—so you can better understand the logic behind the response.

**Citations**\
When applicable, responses include **citations** that point to supporting sources (e.g., web pages, documents, or data). These appear inline and help you:

* Verify accuracy
* Explore sources in more detail
* Distinguish grounded information from general knowledge

Together, the reasoning summary and citations improve transparency and trust in model outputs while keeping explanations clear and usable.

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