diff --git a/docs/agents/audioAgent.md b/docs/agents/audioAgent.md
new file mode 100644
index 0000000000..c09638d2ad
--- /dev/null
+++ b/docs/agents/audioAgent.md
@@ -0,0 +1,30 @@
+
+# Text to Speech Agent
+
+This agent voices response messages in Russian and English.
+
+**Action class:**
+
+`action_text_to_speech`
+
+**Parameters:**
+
+1. `messageAddr` -- class element `concept_message`.
+
+**Libraries used:**
+
+* [responsiveVoice](https://responsivevoice.org/) - для озвучивания сообщений.
+
+**Workflow:**
+
+* The agent searches the knowledge base for an sc-link with the message text through the nrel_sc_text_translation relationship;
+* Next, it looks for the language class to which this sc-link belongs;
+* The agent then voices the message text according to the language.
+
+**Example of an input structure:**
+
+
+
+**Agent implementation language:**
+
+TypeScript
diff --git a/docs/agents/audioAgent.ru.md b/docs/agents/audioAgent.ru.md
new file mode 100644
index 0000000000..d7f27a8b5b
--- /dev/null
+++ b/docs/agents/audioAgent.ru.md
@@ -0,0 +1,30 @@
+# Агент преобразования текста в речь
+
+Данный агент выполняет озвучивание ответных сообщений на русском и английском языках.
+
+**Класс действий:**
+
+`action_text_to_speech`
+
+**Параметры:**
+
+1. `messageAddr` -- элемент класса `concept_message`.
+
+**Используемые библиотеки:**
+
+* [responsiveVoice](https://responsivevoice.org/) - для озвучивания сообщений.
+
+**Ход работы агента:**
+
+* Агент ищет в базе знаний sc-ссылку с текстом сообщения через отношение nrel_sc_text_translation;
+* Далее он ищет класс языка,к которому принадлежит данная sc-ссылка;
+* Затем агент озвучивает текст сообщения в соответствии с языком.
+
+**Пример входной конструкции:**
+
+
+
+**Язык реализации агента:**
+
+TypeScript
+
diff --git a/docs/agents/images/audioAgentInput.png b/docs/agents/images/audioAgentInput.png
new file mode 100644
index 0000000000..df926c95d2
Binary files /dev/null and b/docs/agents/images/audioAgentInput.png differ
diff --git a/interface/public/index.html b/interface/public/index.html
index 034973aa3b..7e9b054d66 100644
--- a/interface/public/index.html
+++ b/interface/public/index.html
@@ -17,12 +17,12 @@
-