> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/inbox/real-time-interactions.md).

# Real-time Interactions

### Live Chat Feature Guide

This guide provides a detailed overview of the following:

* What is the Live Chat feature?
* How to integrate the Live Chat feature into your chatbot
* How to manage user queries via Live Chat

#### What is the Live Chat Feature?

The **Live Chat** feature in **Reekolect** enables real-time interaction between users and support agents. When integrated into a chatbot, this feature ensures that user queries can be directly transferred to an assigned agent for immediate resolution. This enhances user experience by providing instant support, improving customer satisfaction, and creating a more **personalized and responsive communication channel**.

### How to Integrate the Live Chat Feature into Your Chatbot

1. **Access the Reekolect Dashboard**:
   * Go to **Reekolect Dashboard** and log in.
   * Select the chatbot you want to manage from the left sidebar.
2. **Edit Chat Flow**:
   * Click on **"Edit Your Chat Flow"** to modify the chatbot's behavior.
3. **Add the Live Chat Component**:
   * Under **Trigger Action**, select **"Live Chat"**.
   * The Live Chat component will now be added to the chat flow.
   * Customize the message displayed when Live Chat is triggered.
4. **Manage Team Members & Roles**:
   * Click on **"Manage Team"** to view all team members and roles.
   * Add new team members by selecting **"Add Team Member"**.
   * To manage roles, click on **"Roles"** and modify or create new ones.
   * For more details, visit **Team Members & Roles**.
5. **Set the Live Chat Trigger**:
   * Choose the message or question that will initiate Live Chat.
   * Under **"Go to next message"**, select the **Live Chat** component.

### How to Handle User Queries via Live Chat

1. **Receiving a Chat Request**:
   * A notification popup appears whenever a new chat request is received.
2. **Accessing the Inbox**:
   * Click on **"Inbox"** to view all active chats.
   * Select any chat to view the full conversation between the user and the chatbot.
3. **Accepting or Initiating Live Chat**:
   * Click **"Accept Live Chat Request"** to take over an ongoing conversation.
   * Alternatively, click **"Initiate Live Chat"** to start a chat with the user.
4. **Responding to Users**:
   * Once Live Chat is initiated, type your response in real-time and assist the customer directly.

By following these steps, you can seamlessly integrate and manage Live Chat on your chatbot, ensuring prompt and effective user support.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/inbox/real-time-interactions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
