# Отображение формы

В **чате на сайт** (виджет и встроенный чат) форма открывается **автоматически** при срабатывании функции.\
В окне чата отображается только текст сообщения — **без ссылки**, поскольку форма запускается непосредственно внутри интерфейса чата.

<figure><img src="/files/4jLmyBjEbP5qoaAdxWKF" alt=""><figcaption></figcaption></figure>

Во всех остальных каналах связи пользователю отправляется **ссылка на форму**.\
При переходе по ссылке форма открывается в отдельной вкладке браузера.

<figure><img src="/files/2mySgD2Bsb968PIYjamh" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Обратите внимание**

[Внешний вид формы, **открывающейся по ссылке**](/functional/functions/sending-result/forma-personalnykh-dannykh/stili-formy-personalnykh-dannykh.md), и [внешний вид формы, **отображаемой в чате на сайт**](/functional/integrations/chat-na-sait/stili-formy-personalnykh-dannykh-v-chate-na-sait.md), настраиваются отдельно.
{% endhint %}


---

# 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://doc.nextbot.ru/functional/functions/sending-result/forma-personalnykh-dannykh/otobrazhenie-formy.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.
