# Setting up Live Chat

{% embed url="<https://youtu.be/jyWpe8ZSQ-w?feature=shared>" %}

The main objective of Live Chat Handover is to give the customers a fallback option to exit the chatbot conversation or talk to the live agent for any urgent or complicated matters.

{% content-ref url="/pages/jeVjm6JO6E1rMkMsDquI" %}
[Configuring Live chat](/docs/product-guides/setting-up-live-chat/configuring-live-chat.md)
{% endcontent-ref %}

{% content-ref url="/pages/qEUQnbPjfmlKA0IoF4nt" %}
[Transferring To Live Agent](/docs/product-guides/setting-up-live-chat/transferring-to-live-agent.md)
{% endcontent-ref %}

{% content-ref url="/pages/SB3xfFQ8mkROuUrHlETW" %}
[Live Chat Agent Screen](/docs/product-guides/setting-up-live-chat/live-chat-agent-screen.md)
{% endcontent-ref %}

{% content-ref url="/pages/Kyl5tUEmKT1qbWaCnU4w" %}
[Live Chat Process](/docs/product-guides/setting-up-live-chat/live-chat-process.md)
{% endcontent-ref %}


---

# 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.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.
