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

# Sites

- [How to create a site](https://docs.mavibot.ai/websites/sites/builder.md)
- [Site settings](https://docs.mavibot.ai/websites/sites/settings.md)
- [Site pages](https://docs.mavibot.ai/websites/sites/pages.md)
- [Site leads](https://docs.mavibot.ai/websites/sites/leads.md)
- [Page settings](https://docs.mavibot.ai/websites/sites/page-settings.md)
- [Site information](https://docs.mavibot.ai/websites/sites/info.md)
- [How to transfer parameters and UTM tags](https://docs.mavibot.ai/websites/sites/tags.md)
- [Site blocks](https://docs.mavibot.ai/websites/sites/blocks.md)
- [Global section settings](https://docs.mavibot.ai/websites/sites/blocks/settings.md)
- [Zero block](https://docs.mavibot.ai/websites/sites/blocks/zero.md): In this article, we will explore how to use zero blocks to create websites with custom designs. We’ll examine how the block editor functions and demonstrate how to add and edit elements.
- [How to adapt a page in the Zero block](https://docs.mavibot.ai/websites/sites/blocks/zero/settings.md): In this article, we will tell you how and why to adapt a page created in a universal block.
- [Menu section](https://docs.mavibot.ai/websites/sites/blocks/menu.md)
- [Cover section](https://docs.mavibot.ai/websites/sites/blocks/cover.md)
- [Buttons section](https://docs.mavibot.ai/websites/sites/blocks/buttons.md): In this article, we will tell you how to add buttons to a website, what types of buttons exist on the platform, and how to use them in your work.
- [Data collection form](https://docs.mavibot.ai/websites/sites/blocks/forms.md)
- [Customizable cards](https://docs.mavibot.ai/websites/sites/blocks/cards.md)
- [Accordion section](https://docs.mavibot.ai/websites/sites/blocks/accordion.md)
- [Tables section](https://docs.mavibot.ai/websites/sites/blocks/sheets.md): The “Tables” section allows you to add schedules, price lists, product comparisons, event programs, and much more to your website.
- [Popup section](https://docs.mavibot.ai/websites/sites/blocks/popup.md): In this article, we will tell you what a popup is, and also show you how to add it to your landing page.
- [Online course section](https://docs.mavibot.ai/websites/sites/blocks/course.md): In this article, we will tell you how to add a block with information about courses to your website.
- [Quiz form section](https://docs.mavibot.ai/websites/sites/blocks/quiz-form-section.md): This article explains how to set up quizzes on your website using the MaviBot builder.
- [Other site sections](https://docs.mavibot.ai/websites/sites/blocks/other.md)
- [Notification section (cookies)](https://docs.mavibot.ai/websites/sites/blocks/cookies.md)


---

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