> For the complete documentation index, see [llms.txt](https://wiki.reezonly.ru/lms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.reezonly.ru/lms/konstruktor-kontenta/kak-rabotayut-instrumenty-v-konstruktore-kontenta/rabota-s-instrumentom-video.md).

# Работа с инструментом Видео

*Время чтения: 2 минуты*

{% hint style="info" %}
📹 Видео - важный инструмент, позволяющий вставлять видеофайлы в уроки вашего курса. В этой статье мы разберем как работает инструмент Видео в конструкторе контента.
{% endhint %}

## &#x20;<a href="#h_82dbd072ff" id="h_82dbd072ff"></a>

## Как работает инструмент Видео <a href="#h_82dbd072ff" id="h_82dbd072ff"></a>

Инструмент Видео позволяет вам вставлять видео в урок. Это можно сделать, вставив ссылку на видео из источника, поддерживаемого Reezonly LMS. На данный момент вы можете добавить видео из: Kinescope, Youtube, Vimeo, Rutube и VK Видео.

<figure><img src="/files/1RgDyrxISQTz6lTNL3NW" alt=""><figcaption><p>№1. Добавление видео</p></figcaption></figure>

1. Перенесите инструмент **Видео** на страницу урока
2. Вставьте ссылку на видеоматериал из источника
3. Кликните на любую область страницы конструктора кроме строки ввода в инструменте Видео

{% hint style="info" %}
📼 В этой статье мы рассказали вам о работе инструмента Видео, о работе других инструментов вы можете узнать в следующих статьях раздела. Если у вас возникли дополнительные вопросы, напишите нам в службу поддержки. Мы всегда рады помочь:)
{% 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, and the optional `goal` query parameter:

```
GET https://wiki.reezonly.ru/lms/konstruktor-kontenta/kak-rabotayut-instrumenty-v-konstruktore-kontenta/rabota-s-instrumentom-video.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.
