> 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-audio.md).

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

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

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

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

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

Инструмент Аудио позволяет вам записывать свои или добавлять готовые аудиофайлы на страницу урока.

<figure><img src="/files/jQkbPnn10tmvpBQNC5px" alt=""><figcaption><p>№1. Применение инструмента Аудио</p></figcaption></figure>

1. Наведитесь на инструмент и зажмите его левой кнопкой мыши
2. Переместите его на страницу урока
3. Запишите или загрузите аудиофайл

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

## Reezonly AI в инструменте Аудио <a href="#h_530bbbbc37" id="h_530bbbbc37"></a>

В инструменте аудио встроен Reezonly AI, помогающий создавать текст для описания аудио, а также для расшифровки аудиофайла в текст.

<figure><img src="/files/rXr2G9dQAsTvDDAB3QaC" alt=""><figcaption><p>№2. Reezonly AI для текста</p></figcaption></figure>

1. Нажмите на заголовок или описание аудиофайла
2. Кликните на кнопку AI в панели параметров
3. Введите запрос и откорректируйте ответ
4. Если вам нужно переписать существующий текст, выделите его, нажмите кнопку AI и выберите нужное вам действие.

<figure><img src="/files/z2od2m6S4K6FROJelvLi" alt=""><figcaption><p>№3. Расшифровка Аудио</p></figcaption></figure>

1. Запишите или загрузите аудиофайл
2. Кликните кнопку Расшифровать аудиофайл

{% 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-audio.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.
