# Client interaction

Upon acceptance of the client, the operator sees all the active conversation features available for the client’s entry type. All features can be found in the top panel of the operator’s interface.\
They are the following:

* [WebChat](/en/for-operators/client-interaction/webchat.md),
* [Client tab](/en/for-operators/client-interaction/client-tab.md),
* [Videochat](/en/for-operators/client-interaction/videocall.md),
* [Share](/en/for-operators/client-interaction/share.md),
* [Templates](/en/for-operators/client-interaction/templates.md),
* [Browser](/en/for-operators/client-interaction/browser.md),
* [Hero cards](/en/for-operators/client-interaction/hero-cards.md),
* and options of [banning clients, redirecting, and ending a session](/en/for-operators/client-interaction/end-session.md).

In addition to the Webchat channel, the operator can also operate **other communication channels** in mluvii:

* [E-mail](/en/for-operators/client-interaction/e-mail.md),
* [Facebook Messenger](/en/for-operators/client-interaction/facebook-messenger.md),
* [WhatsApp](/en/for-operators/client-interaction/whatsapp.md),
* [Apple Messages for Business](/en/for-operators/client-interaction/apple-messages-for-business.md),
* [VKontakte](/en/for-operators/client-interaction/vkontakte.md),
* [IP Telephony](/en/for-operators/client-interaction/ip-telephony.md).<br>

An operator can also handle campaigns:

* [Telephone campaigns](/en/for-operators/client-interaction/telephone-campaigns.md)
* [WhatsApp campaigns](/en/for-administrators/tenant-management/campaigns/whatsapp-campaign.md) (it looks just like WhatsApp sessions)


---

# 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://docs.mluvii.com/en/for-operators/client-interaction.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.
