> 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/analytics/websites.md).

# Websites

Website analytics in MaviBot helps you find out the number of visitors over a certain period of time, as well as the number of requests sent in the website submission form. This allows you to identify the conversion of any of the mini-landings (sites) you have created in a certain period of time or for the entire time.

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

To do this, select the appropriate site whose analytics you want to track, as well as the desired period.

Analytics and conversion on websites are important indicators of the success of your projects: they allow you to evaluate the effectiveness of the site and identify opportunities to improve user experience and increase sales.

In the example, we see a field in which you can select the site you need for analytics.

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

The selection of the period for which you need to track the site analytics goes next.

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

The example above shows the number of sessions and requests for a certain period, as well as the ratio of the number of sessions (site visitors) to the number of requests (that is, for example, sent through the responses of subscription application forms installed on the site, for the purchase of goods, CRM transactions, etc.), expressed as a percentage, which is called conversion.

You can also see a graph in which you can visually track the changes for the selected time period and the number of applications and (or) sessions.

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

The checkboxes next to "Sessions" and "Applications" allow you to display sessions and applications on the site separately or collectively.

After the graph there is a table that displays all the analytics indicators of the landing (site).

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

So in the table you can display the indicators for the day (today or yesterday), for the week, month, etc.


---

# 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/analytics/websites.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.
