> For the complete documentation index, see [llms.txt](https://help.inteliwise.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inteliwise.com/lead-o-mat/story/livechat.md).

# LIVECHAT

This is the feature that allows you to answer, advise or solve problems related to your service, all live in the Lead-o-Mat window on your website.&#x20;

* Don't worry about your availability in the chat, you don't have to do anything if you are unavailable, your Chatbot will check it itself and offer the customer a contact form, so you don't lose customers even when you are sleeping ;)&#x20;
* In order to respond to your customers, you must log on to the platform, <https://agent.inteliwise.com/> . There we have also prepared an account for you, the login instructions and necessary data were sent to your email as soon as the account was activated.&#x20;
* You will also find a short instruction on how to log into the agent's console \[2]&#x20;
* If you do not want this feature, just uncheck the green checkbox next to the Live Chat tab \[1]

![Remember: Always save your changes by clicking SAVE at the top of the screen! You will be able to view your changes immediately in the view on the right.](/files/JKzXw0YfjH44z0zQNP0A)

*


---

# 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.inteliwise.com/lead-o-mat/story/livechat.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.
