> 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.md).

# Форма персональных данных

В NEXTBOT есть возможность создавать отдельную форму для безопасной передачи персональных данных. Теперь чувствительная информация, которую вводят пользователи, может отправляться напрямую в ваше API, не попадая в контекст ИИ и не передаваясь внешним моделям.

<figure><img src="/files/i0ltr8SsqVqWp4CaljvF" alt="" width="375"><figcaption></figcaption></figure>

Использование формы позволяет:

* исключить передачу персональных данных в контекст ИИ или другие внешние системы;
* гибко управлять маршрутизацией данных и контролировать дальнейшую обработку;
* использовать чат-бота с ИИ без риска раскрытия конфиденциальной информации.

Форма настраивается индивидуально и поддерживает создание любых необходимых полей. После настройки вся информация, введённая пользователем, направляется напрямую на ваш сервер.\
В контекст ИИ передаются только технические или обезличенные данные, необходимые для корректной работы диалога.

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

Подробнее о работе с формой персональных данных и этапах её настройки вы можете узнать в следующих статьях:

* [**Как начать работать с формой**](/functional/functions/sending-result/forma-personalnykh-dannykh/kak-nachat-ispolzovat-formu-personalnykh-dannykh.md)
* [**Добавление в функцию действия "Форма персональных данных"**](/functional/functions/sending-result/forma-personalnykh-dannykh/dobavlenie-deistviya-forma-personalnykh-dannykh.md)
* [**Как отображается форма в различных каналах связи**](/functional/functions/sending-result/forma-personalnykh-dannykh/otobrazhenie-formy.md)
* [**Как персонализировать стили формы в чате на сайт**](/functional/integrations/chat-na-sait/stili-formy-personalnykh-dannykh-v-chate-na-sait.md)
* [**Как персонализировать стили формы, открывающейся по ссылке в остальных каналах связи**](/functional/functions/sending-result/forma-personalnykh-dannykh/stili-formy-personalnykh-dannykh.md)


---

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