# WebChat

## Displaying rich links in chat

Mluvii uses the following 3 sources:

* Opengraph
* Twitter cards
* title and favicon from website header (when it's not possible to use Opengraph or Twitter cards)

It can also happen that the link itself is sent without additional information.

### Opengraph

Opengraph protocol defines the following attributes:

```html
- og:url
- og:title
- og:description
- og:image
```

### Twitter Cards

Mluvii uses the following attributes:

```html
- twitter:image
- twitter:title
- twitter:description
- twitter:domain
```

{% hint style="success" %}
*If your operators copy links from the Microsoft Edge browser when communicating with clients, which they then insert into the chat box (in the Google Chrome browser), you need to make a small change to the settings in Microsoft Edge (see screenshot):*
{% endhint %}

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


---

# 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-it-specialists/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.
