> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/uk/websites/saiti/leads.md).

# Ліди сайту

Додавання **блоку форми лідів** до вашого сайту дає змогу відстежувати надсилання користувачами даних через простий, зручний інтерфейс.

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

У **Для всіх зв'язків до блоків** вкладці ви побачите таблицю з інформацією про ваших клієнтів, які надіслали форму.

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

Ви можете вибрати оброблені ліди за допомогою прапорців і видалити їх.

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

Щоб експортувати список лідів, натисніть **«Завантажити»** кнопку в верхньому меню.

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

Натисніть кнопку, щоб відкрити бічну панель, де ви можете змінити порядок стовпців і експортувати дані в CSV.

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

Натисніть **«Завантажити»** щоб зберегти таблицю на вашому пристрої як CSV-файл. Щоб переглянути деталі ліда, натисніть на його рядок. Це відкриє меню з повною інформацією.

<div data-with-frame="true"><figure><img src="/files/c615c2206323773f81facbe0054a4763e7c5fe5a" 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.mavibot.ai/doc/uk/websites/saiti/leads.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.
