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

# Редактор

GitBook имеет мощный редактор на основе блоков, который позволяет вам без труда создавать, обновлять и улучшать ваш контент.

<figure><img src="https://gitbookio.github.io/onboarding-template-images/editor-hero.png" alt=""><figcaption></figcaption></figure>

### Написание контента

GitBook предлагает ряд типов блоков, которые вы можете добавить в свой контент — от простого текста и таблиц до блоков кода и многого другого. Эти элементы сделают ваши страницы более полезными для читателей и предоставят дополнительную информацию и контекст.

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

### Добавить новый блок

{% stepper %}
{% step %}
**Откройте меню вставки блока**

Нажмите `/` на клавиатуре, чтобы открыть меню вставки блока.
{% endstep %}

{% step %}
**Найдите нужный блок**

Попробуйте найти «Stepper», например, чтобы вставить блок stepper.
{% endstep %}

{% step %}
**Вставьте и отредактируйте ваш блок**

Щелкните или нажмите Enter, чтобы вставить ваш блок. Отсюда вы сможете редактировать его по мере необходимости.
{% endstep %}
{% endstepper %}


---

# 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.incogniton.com/documentation/russian-documentation/osnovy/editor.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.
