> 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/blocks/add-blocks-to-album.md).

# Как добавить блоки в альбом

Все альбомы имеют одинаковый внешний вид, который можно настроить в разделе **«Дизайн»**. Если вам нужно изменить внешний вид конкретного альбома или добавить дополнительные элементы (текстовые блоки, кнопки и другие), сделайте альбом составной страницей.

#### Как сделать альбом составной страницей

* **Откройте альбом**, который хотите изменить.
* Нажмите на **«Действия»**.
* Выберите пункт **«Конвертировать в страницу»**.
* Подтвердите конвертацию.

{% hint style="info" %}
**Важное замечание**

Преобразовав альбом в составную страницу, вернуться к исходному формату альбома уже не получится. Это связано с различиями в структуре обычных альбомов и составных страниц.
{% endhint %}

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

#### Как добавить дополнительные блоки

После конвертации альбома автоматически станет отдельным блоком «Галерея». Вы можете настроить его дизайн в панели над блоком.

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

Теперь на страницу можно добавить любые блоки. Например, кнопку.

* Нажмите на кнопку <mark style="background-color:blue;">**(+)**</mark>.

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

* В появившемся окне выберите вкладку **«Кнопки»** или другой тип блока.
* Выберите подходящий вариант блока и настройте его по своему усмотрению.

<figure><img src="/files/T90DCkYeZ1cWniA5ph2J" 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, and the optional `goal` query parameter:

```
GET https://docs.wfolio.pro/site/blocks/add-blocks-to-album.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.
