# Configuring Live chat

Here are the steps to enable Live Chat for your Chat-bot on Orimon platform:

1. Log in to [Dashboard](https://app.orimon.ai/login) using your Google account/manual signup.
2. Once logged in, you should see an overview icon for your bot. Click on it to go to the bot's overview page.

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

3. Go to the "**Live Chat**" section. Alternatively you can also go to "**Settings -> Human Assist**"
4. There you right in the centre you will see a toggle switch to enable Live Chat.

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

5. As soon as Live Chat Toggled On, we are good to go and the Live Chat feature has been enabled for the respective bot.


---

# 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/configuring-live-chat.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.
