# Live Chat Interface

## Overview

The Live Chat interface is designed for **efficient agent–customer communication**. It enables agents to monitor conversations, reply in real time with rich message options, and manage workflow settings (auto-reply, open/close status, tagging). With all tools integrated into one screen, support teams can **handle queries faster and deliver personalized service**.

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

## 1. **Conversation History Panel** (Left Sidebar)&#x20;

This section displays all ongoing and past conversations.

* **All**: Shows all conversations.
* **In Queue**: Displays waiting chats.
* **Your Inbox**: Chats assigned to you.
* **Mentions**: Messages where you were tagged.
* **Tickets**: Integrated support tickets  (Add-on feature).

*Learn more in the full guide* [***Conversation History***](/live-chat-and-support/live-chat-interface/conversation-history.md)

***

## 2. **Message Input Panel** (Bottom)

This is where agents type replies to customers.

* Supports **text, rich formatting, emojis, and file attachments**.
* Includes quick **AI reply suggestions**.
* **Action menu** available for advanced functions.

*Learn more in the full guide* [***Message Input***](/live-chat-and-support/live-chat-interface/message-input.md)

***

## 3. **Conversation Control Bar** (Top Right)

This panel provides controls and conversation settings:

* **Auto reply toggle** (ON/OFF).
* **Conversation status** (Open/Closed).
* **Conversation info & details**.
* **Star/favorite** a conversation for quick access.

*Learn more in the full guide* [***Conversation Control***](/live-chat-and-support/live-chat-interface/conversation-control-bar.md)


---

# 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://documents.cxgenie.ai/live-chat-and-support/live-chat-interface.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.
