> 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/lending-dlya-sbora-zayavok/sozdanie-lendinga-s-formoi-sbora-zayavok.md).

# Создание лендинга с формой сбора заявок

Чтобы создать лендинг с формой, перейдите в конструктор сайтов:

<figure><img src="/files/ANhiM0rMPyiBSOH8MFKU" alt="" width="297"><figcaption></figcaption></figure>

Далее нажмите на кнопку "Создать":

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

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

<figure><img src="/files/1PMLRy4zQe5lHrjvMDIm" alt="" width="563"><figcaption></figcaption></figure>

Нужно выбрать нужно выбрать "Форма":

<figure><img src="/files/uifSDjPb99vs9O75EfnV" alt="" width="197"><figcaption></figcaption></figure>

Будет создан лендинг с формой, в свою очередь, вы перейдете в настройки сайта. Нажмите "Редактировать", чтобы перейти в режим редактирования страницы.&#x20;

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

в редактировании страницы вы увидите созданную форму сбора заявок:

<figure><img src="/files/0owSWBDKovJjyPcu6YvF" alt=""><figcaption></figcaption></figure>

Здесь вы можете редактировать контент формы сбора заявок, ее вид, кнопки, а также добавить другие секции на страницу.&#x20;

{% hint style="success" %}
Подробнее о настройках контента формы рассказали в следующей статье "[Настройки контента](broken://pages/luhIdowUL7NyeiAytUsi)"
{% 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://docs.salebot.pro/websites/builder/lending-dlya-sbora-zayavok/sozdanie-lendinga-s-formoi-sbora-zayavok.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.
