> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/site/pages/tipy-stranic/custom-page.md).

# Составная страница и блоки

Составная страница — это произвольная страница с текстом, картинками, видео, формами, виджетами и пр. Её можно создать из готового шаблона или собрать самостоятельно из блоков. Примеры составных страниц:

* Страница «О себе».
* Контактная информация с формой обратной связи.
* Стоимость услуг.

{% hint style="success" %}
Текстовые страницы с уникальным содержимым на сайте благоприятно сказываются на продвижении сайта в поисковых системах.
{% endhint %}

### Как добавить составную страницу

* В разделе **«Сайт»** нажмите на кнопку **«Добавить на сайт»** и выберите пункт **«Составная страница»**.

<figure><img src="/files/Kt3Ggkt7cPWf53UsBYYs" alt="" width="323"><figcaption></figcaption></figure>

* Дайте странице название и нажмите **«Добавить»**.
* Выберите пункт **«Составить самостоятельно»** и начните собирать страницу из блоков.

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

Для добавления блока нажмите на кнопку <mark style="background-color:blue;">**(+)**</mark> и выберите нужный блок.

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


---

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

```
GET https://docs.wfolio.pro/site/pages/tipy-stranic/custom-page.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.
