> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/functions/sending-result/forma-personalnykh-dannykh/otobrazhenie-formy.md).

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

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

<figure><img src="https://2593311972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fef2EBU68XAlye1NtG8DF%2Fuploads%2FrAgtlpMzrLUY4lH6Tia5%2Fimage.png?alt=media&amp;token=5e67286b-a31f-4dfd-a76b-a977332153da" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://2593311972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fef2EBU68XAlye1NtG8DF%2Fuploads%2F3uBKRcvwl4ZvW8UGORH3%2Fimage.png?alt=media&amp;token=1ce8d595-9533-41c9-b216-19ea54c31467" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.nextbot.ru/functional/functions/sending-result/forma-personalnykh-dannykh/otobrazhenie-formy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
