# Live Chat Process

#### Process for the Customers to move from Bot to Live Chat :&#x20;

1. After a few messages are exchanged between the bot and the customer, a new button shows on the customer’s Chat-bot on the top rightmost side next to the end chat button.

![](/files/7y6V4mYNpz9ttShW8QOj)

2. On Clicking the button the customer is moved to Live chat and instantly gets reflected in the Unassigned section on the dashboard of the corresponding bot from where the members can directly engage with them.

#### Process for the Customer to End the Chat :&#x20;

1. Throughout the conversation customers have a button (cross) on the top right hand side of the Chat-bot.&#x20;
2. On clicking the end chat button, a pop up opens asking for feedback and once that is provided or skipped by the customer the session ends.

<figure><img src="/files/WtPEi1jaDqb4a3y6QJYP" alt="" width="380"><figcaption></figcaption></figure>

#### Process for Members to engage with incoming new live chats :&#x20;

1. All chats that do not have a member assigned to them are reflected inside the Unassigned Section. For example :&#x20;

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

2. From the above screenshot we can see 2 chats are currently in the Unassigned section. On clicking on any of them the chat transcript will open in the middle section and customer details will populate in the right hand section of the dashboard. For example :&#x20;

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

3. All members are allowed to message this customer. As soon as any member sends a message in any unassigned chat, then the chat gets automatically assigned to that member. It instantly moves to the My Chats Section of the member who messaged on the chat since they are now assigned to the chat.

For example :&#x20;

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

#### Process for Members To End Ongoing Customers Live Chat :&#x20;

1. At any given time the member who is assigned the chat can click on the “Resolve Chat” button that is available on the centre of the screen to end customer chat.&#x20;
2. A pop up will open asking for confirmation to resolve the chat.

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

3. Only Members handling the chat will get the option to Resolve the chat.
4. As soon as the member clicks on Resolve Chat then instantly the session ends and the chat gets removed from the dashboard.
5. Customer gets notified that the Agent has resolved the chat. Customer’s View :&#x20;

<figure><img src="/files/52JkzZqjltFJyyFpePsG" alt="" width="383"><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://orimon.gitbook.io/docs/product-guides/setting-up-live-chat/live-chat-process.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.
