> For the complete documentation index, see [llms.txt](https://doc.anytype.io/anytype-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.anytype.io/anytype-docs/russian/osnovy/object-editor/blocks.md).

# Блоки и редактор

Ваш объект состоит из различных типов блоков для организации информации, и место, где все эти Блоки существуют вместе, называется Холст. Редактор на основе блоков в Anytype работает очень похоже на редакторы блогов или конструкторы сайтов.

Все стили блоков исходят из командного меню, к которому вы можете получить доступ, нажав на оранжевый символ `+` слева от вашего редактора или набрав `/`.

Здесь вы увидите более двадцати различных типов блоков, которые вы можете добавить к своему объекту.

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

### Стилизация блоков

Вы можете выбрать один блок или несколько одновременно и выполнить пакетное редактирование, чтобы создать различные заголовки и стили текста, такие как флажки, маркеры или нумерация.

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

### Встроенная стилизация

Мы также поддерживаем стилизацию отдельных символов / слов внутри текстовых блоков.

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

### Перетаскивание для форматирования

Вы можете использовать оранжевую «ручку» слева от каждого блока, чтобы создавать блоки-родители/дочерние блоки или новые столбцы в вашем редакторе.

{% embed url="<https://www.loom.com/share/00021ba3598447309722ec3a408d33ac?sid=eb244417-2273-4ab2-8da3-bd47e62e82cf>" %}

### Встраивание блоков

Просто введите /embed в редакторе, чтобы открыть меню с поддерживаемыми в данный момент встроенными элементами.

Некоторые примеры включают: диаграммы Mermaid, видео с YouTube, доски Miro, карты Google и несколько других.

Некоторые типы файлов также могут быть встроены: аудио, видео, изображения и PDF.


---

# 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://doc.anytype.io/anytype-docs/russian/osnovy/object-editor/blocks.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.
