> 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/interactive-blocks.md).

# Интерактивные блоки

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

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

### Вкладки

{% tabs %}
{% tab title="Первая вкладка" %}
Каждая вкладка похожа на мини-страницу — она может содержать множество других блоков любого типа. Таким образом, вы можете добавлять блоки кода, изображения, блоки интеграции и многое другое в отдельные вкладки в одном блоке вкладок.
{% endtab %}

{% tab title="Вторая вкладка" %}
Добавляйте изображения, встроенный контент, блоки кода и многое другое.

```javascript
const handleFetchEvent = async (request, context) => {
    return new Response({message: "Hello World"});
};
```

{% endtab %}
{% endtabs %}

### Разворачиваемые секции

<details>

<summary>Нажмите, чтобы развернуть</summary>

Разворачиваемые блоки полезны для сокращения текста, который в противном случае мог бы быть длинным абзацем. Они также отлично подходят для пошаговых руководств и часто задаваемых вопросов.

</details>

### Встроенный контент

{% embed url="<https://www.youtube.com/watch?v=YILlrDYzAm4>" %}

{% hint style="info" %}
GitBook поддерживает тысячи встроенных веб-сайтов из коробки, просто вставляя их ссылки. Не стесняйтесь проверить, какие из них [поддерживаются нативно](https://iframely.com).
{% endhint %}


---

# 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/interactive-blocks.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.
