# WebChat

WebChat lets you send text messages or emojis between the operator and the client. Through WebChat the client can also **send** the operator **a file** from his computer or mobile device. To use the chat features, use the icons next to the message box.&#x20;

{% hint style="success" %}
***By combining the "#" character and the template shortcut, you can simply paste the desired message directly into the WebChat**. Learn more about setting shortcuts in the* [***For administrators***](/en/for-administrators.md) *section.*
{% endhint %}

{% hint style="success" %}
*If necessary, the operator can expand the chat window by dragging or tapping the button on the left edge of the chat window in the middle.*
{% endhint %}

{% hint style="info" %}
*In addition to regular chat messages, there are also system messages for session status (e.g. when a video call is started).*
{% endhint %}

## Supported formatting options in chat

<table><thead><tr><th width="135">Format</th><th align="center">WebChat</th><th align="center">Facebook</th><th align="center">WhatsApp</th><th align="center">Apple </th><th align="center">VKontakte</th></tr></thead><tbody><tr><td>Size</td><td align="center">✔</td><td align="center">x</td><td align="center">x</td><td align="center">x</td><td align="center">x</td></tr><tr><td>Bold</td><td align="center">✔</td><td align="center">x</td><td align="center">✔</td><td align="center">x</td><td align="center">x</td></tr><tr><td>Italics</td><td align="center">✔</td><td align="center">x</td><td align="center">✔</td><td align="center">x</td><td align="center">x</td></tr><tr><td>Underline</td><td align="center">✔</td><td align="center">x</td><td align="center">x</td><td align="center">x</td><td align="center">x</td></tr><tr><td>Numbering</td><td align="center">✔</td><td align="center">x</td><td align="center">x</td><td align="center">x</td><td align="center">x</td></tr><tr><td>Bullets</td><td align="center">✔</td><td align="center">x</td><td align="center">x</td><td align="center">x</td><td align="center">x</td></tr><tr><td>Line Break</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td><td align="center">x</td><td align="center">x</td></tr></tbody></table>


---

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