# Site information

<div data-with-frame="true"><figure><img src="/files/7SV818GBOdK30Ds2Bzas" alt="" width="375"><figcaption></figcaption></figure></div>

**Visits:** the total number of visitors to your site.

**Leads:** the number of completed lead form submissions. This metric appears only if you have a lead capture form on your site.

**Bot Entries:** the number of visitors who entered the chatbot. This shows the conversion rate from site visitors to bot users.

**Responses:** the number of completed quiz or survey submissions. This metric is displayed if you have an active quiz or survey form.

{% hint style="warning" %}

#### **Please note!**

**Deleting a page** that contains a form (survey, quiz, or lead capture) **does not affect** the submission count or the data collected. The leads remain in your system.

**However, deleting the entire site** (including its landing pages, quizzes, and forms) **will permanently erase** all associated submissions and data.
{% endhint %}

## Code

To embed a page created in the MaviBot builder into another site or platform, you will need its site code.

{% hint style="warning" %}

#### **Important**

The site code embeds only the data collection form and messenger buttons. You are responsible for implementing the layout, HTML, and CSS on your own website.
{% endhint %}

After creating the page, you can copy the **"Site code"**. To do this, hover over the desired site page and click the additional menu button on the right:

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

Click the **"Site code"** button to open a window with the embed code.

{% hint style="warning" %}

#### **Please note**

Data will only be sent to the bot if a TAG is set in the site settings.
{% endhint %}

You need to insert this code into a block on your site.

## Messenger links (how to get a link to the bot)

You can create a site that links to your bots. Instead of using actual site pages, you can employ **proxy links**, which will still apply all the corresponding page settings.

**To locate the messenger links,** hover over the desired site page row in the list.

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

Then, click **"Messenger Links"** to open the settings menu on the right.

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

{% hint style="danger" %}
**Do not use links from site buttons.** These are temporary, single-use URLs generated uniquely for each visitor session.
{% endhint %}

Here you can also view the page's built-in statistics, tracking visits, button clicks, and resulting bot launches.

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

After testing and configuring your bot, you can reset the test statistics before launching live traffic.


---

# Agent Instructions: 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:

```
GET https://docs.mavibot.ai/websites/sites/info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
