> For the complete documentation index, see [llms.txt](https://docs.salebot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salebot.pro/websites/builder/zayavki.md).

# Заявки

{% hint style="success" %}
Страница заявок доступна для всех сайтов (лендингов, квиза, формы, многостраничного сайта), где создана секция форма сбора заявок или квиз-форма.
{% endhint %}

При создании секции (блока) Форма заявок с сайта, вы сможете отслеживать с помощью удобного функционала количество заявок ваших пользователей через сайт:

<div data-with-frame="true"><figure><img src="/files/xkZnoNcUgICic3J5caCE" alt="" width="563"><figcaption></figcaption></figure></div>

Также во вкладку "Заявки" можно перейти в общем разделе с сайтами, кликнув по кнопке "Заявки":

<div data-with-frame="true"><figure><img src="/files/0epciDQDf9B7T3KJ1mm6" alt="" width="563"><figcaption></figcaption></figure></div>

Во вкладке "Заявки" вы увидите таблицу с информацией о ваших клиентах, которые заполнили данную заявку:

<div data-with-frame="true"><figure><img src="/files/aFIuorYb8Maj01xsVJJt" alt=""><figcaption></figcaption></figure></div>

Далее отработанные заявки можно пометить галочкой и удалить:

<div data-with-frame="true"><figure><img src="/files/uMfD2UjNovjXKAFlRCSK" alt=""><figcaption><p>В заявках также могут быть отображены utm-метки</p></figcaption></figure></div>

Для выгрузки списка заявок можно воспользоваться кнопкой "Скачать" в верхнем меню:

<div data-with-frame="true"><figure><img src="/files/e1BIFYv6jPxHMZ623iJU" alt=""><figcaption></figcaption></figure></div>

При клике на кнопку откроется правый бар, в котором можно поменять местами столбцы таблицы и выгрузить таблицу с заявками в CVS формате:

<div data-with-frame="true"><figure><img src="/files/WUz4iKIkiLDIsbkV1ECS" alt=""><figcaption></figcaption></figure></div>

Далее нажмите "Скачать", тогда таблица будет сохранена на вашем устройстве в формате cvs:

<div data-with-frame="true"><figure><img src="/files/xgyXcY2CyGh5PmPdPetr" alt=""><figcaption></figcaption></figure></div>


---

# 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://docs.salebot.pro/websites/builder/zayavki.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.
