# WebChat

## Zobrazení rich linků v chatu

Pro zobrazení richlinku zaslaného během chatu mluvii využívá následující 3 zdroje:

* Opengraph
* Twitter cards
* titulek a favicon z hlavičky webu (v případě, že nejde použít nic z předchozího)

Může se také stát, že se odešle samotný link bez dodatečných informací.

### Opengraph

Opengraph protokol definuje následující hodnoty:

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

### Twitter Cards

Mluvii využívá následující hodnoty:

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

{% hint style="success" %}
*Pokud vaši operátoři při komunikaci s klienty kopírují linky z prohlížeče Microsoft Edge, které pak vkládají do chatového pole mluvii (v prohlížeči Google Chrome), je potřeba provést drobnou změnu nastavení v Microsoft Edgi (viz screenshot):*
{% endhint %}

<figure><img src="/files/nWqQhIEz52XwJd9k8dXg" 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/pro-it-specialisty/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.
