diff --git a/docs/updates/list/2024/updates-february-2024.mdx b/docs/updates/list/2024/updates-february-2024.mdx
index c61b9bb6..bfdaf4bc 100644
--- a/docs/updates/list/2024/updates-february-2024.mdx
+++ b/docs/updates/list/2024/updates-february-2024.mdx
@@ -1,7 +1,6 @@
---
sidebar_position: -14
sidebar_label: 'Февраль 2024'
-description: 'Описание'
---
import emailTheImages from '/img/updates/2024/updates-february-2024/email-the-images.png';
diff --git a/docs/updates/list/2024/updates-march-2024.mdx b/docs/updates/list/2024/updates-march-2024.mdx
new file mode 100644
index 00000000..38d518f6
--- /dev/null
+++ b/docs/updates/list/2024/updates-march-2024.mdx
@@ -0,0 +1,91 @@
+---
+sidebar_position: -15
+sidebar_label: 'Март 2024'
+description: 'Новые кнопки в Telegram-рассылках, обновлённые блоки в редакторе сценариев, группировка ссылок в карте кликов, другие улучшения и исправления платформы'
+---
+
+import messageOptions from '/img/updates/2024/updates-march-2024/message-options.png';
+import clickMap from '/img/updates/2024/updates-march-2024/click-map.png';
+import selectFolder from '/img/updates/2024/updates-march-2024/select-folder.png';
+
+# Обновления в марте 2024
+
+## 🚀 Улучшения
+
+- В **Telegram-рассылках** теперь можно прикреплять кнопки со ссылками к сообщениям:
+
+ ![Buttons](/img/updates/2024/updates-march-2024/buttons.gif)
+
+- Там же появились кнопки **Быстрых ответов** — меню с готовыми ответами для общения с ботом, которое отображается в чате под полем ввода текста и не привязывается к сообщению:
+
+ ![Fast answers](/img/updates/2024/updates-march-2024/fast-answers.gif)
+
+- При создании Telegram-рассылки появилась возможность подключить дополнительные опции:
+
+
+
+
+
+- В разделе **Статистика** улучшили таблицу по массовым выпускам, отображение которой можно настроить под себя:
+
+ ![New table](/img/updates/2024/updates-march-2024/new-table.png)
+
+- В карте кликов теперь можно группировать одинаковые ссылки, чтобы посмотреть сумму кликов и открытий по одной ссылке:
+
+
+
+
+
+- В Яндекс Метрике теперь можно отслеживать отправку форм Sendsay. При установке на сайте счётчика Яндекс Метрики цель **Отправка формы** создаётся автоматически, если в настройках счётчика включена опция **Автоматические цели**:
+
+ ![Yandex target](/img/updates/2024/updates-march-2024/yandex-target.png)
+
+## 🤓 Новое в редакторе сценариев
+
+- Теперь в блоках действий можно выбрать день недели, дату, число и время, в которое они будут выполнены:
+
+ ![How to add action time](/img/updates/2024/updates-march-2024/how-to-add-action-time.gif)
+
+- Работать с блоками сценария стало удобнее: улучшили их отображение, добавив больше важной информации — ID сущности, кнопку перехода, тип списка и сегмента, статусы сценариев:
+
+ ![Workflow blocks](/img/updates/2024/updates-march-2024/workflow-blocks.png)
+
+- Поиск нужного шаблона стал проще — при выборе шаблона появилась возможность выбрать папку:
+
+
+
+
+
+## 🐛 Исправления
+
+- Исправили ошибку с отображением интервала сохранённого в фильтре сегмента.
+- Улучшили поле фильтрации даты в **Журнале заданий**, заменив дату создания на дату изменения.
+- Сделали ограничение на максимальное количество символов в Telegram-выпусках.
+
+## 📖 Новое в базе знаний
+
+- [Скрипты для форм ](https://docs.sendsay.ru/forms/scripts)
+ Добавили статью с примерами скриптов — чтобы отслеживать отправку форм Sendsay в Яндекс Метрике и заполнять скрытые поля данными подписчика.
+
+- [Вебхуки](https://docs.sendsay.ru/integrations/webhooks)
+ Описали [новый раздел](https://app.sendsay.ru/account/webhooks) в интерфейсе, где можно настроить коллбэки.
+
+- [Где следить за статистикой](https://docs.sendsay.ru/statistics/where-to-track-statistics)
+ Обновили в статье раздел [Постмастеры](https://docs.sendsay.ru/statistics/where-to-track-statistics/#постмастеры-для-email-рассылок), где более подробно описали репутацию отправителя и показатели, которые можно отслеживать в постмастерах.
+
+## 💥 Обновления API
+
+- Добавили описания для работы с мобильными пушами (pushapp).
+- [История изменений](https://sendsay.ru/api/api.html#История-изменений)
+
+## 🛠️ Релизы
+
+- 3.125.0
+- 3.125.10
+- 3.125.20
+- 3.126.0
+- 3.127.2
+- 3.127.40
+- 3.9.0
+- 3.128.0
+- 3.128.10
diff --git a/docs/updates/list/index.mdx b/docs/updates/list/index.mdx
index 39719c01..b6710d58 100644
--- a/docs/updates/list/index.mdx
+++ b/docs/updates/list/index.mdx
@@ -6,7 +6,7 @@ sidebar_position: 2
hide_title: true
---
-import ChangeLog, { toc as changeLogToc } from './2024/updates-february-2024.mdx';
+import ChangeLog, { toc as changeLogToc } from './2024/updates-march-2024.mdx';
import PreviosUpdates, { toc as previosUpdatesToc } from './previous-updates.mdx';
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/updates/list/2024/updates-march-2024.mdx b/i18n/en/docusaurus-plugin-content-docs/current/updates/list/2024/updates-march-2024.mdx
new file mode 100644
index 00000000..f0f79600
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/updates/list/2024/updates-march-2024.mdx
@@ -0,0 +1,7 @@
+---
+hide_title: true
+---
+
+import { Redirect } from '@docusaurus/router';
+
+;
diff --git a/static/img/updates/2024/updates-march-2024/buttons.gif b/static/img/updates/2024/updates-march-2024/buttons.gif
new file mode 100644
index 00000000..130af399
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/buttons.gif differ
diff --git a/static/img/updates/2024/updates-march-2024/click-map.png b/static/img/updates/2024/updates-march-2024/click-map.png
new file mode 100644
index 00000000..90533305
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/click-map.png differ
diff --git a/static/img/updates/2024/updates-march-2024/fast-answers.gif b/static/img/updates/2024/updates-march-2024/fast-answers.gif
new file mode 100644
index 00000000..3f17d7af
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/fast-answers.gif differ
diff --git a/static/img/updates/2024/updates-march-2024/hidden-fields.gif b/static/img/updates/2024/updates-march-2024/hidden-fields.gif
new file mode 100644
index 00000000..d3fa4a5e
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/hidden-fields.gif differ
diff --git a/static/img/updates/2024/updates-march-2024/how-to-add-action-time.gif b/static/img/updates/2024/updates-march-2024/how-to-add-action-time.gif
new file mode 100644
index 00000000..661d52b4
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/how-to-add-action-time.gif differ
diff --git a/static/img/updates/2024/updates-march-2024/message-options.png b/static/img/updates/2024/updates-march-2024/message-options.png
new file mode 100644
index 00000000..2a7e01c6
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/message-options.png differ
diff --git a/static/img/updates/2024/updates-march-2024/new-table.png b/static/img/updates/2024/updates-march-2024/new-table.png
new file mode 100644
index 00000000..77de2e9e
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/new-table.png differ
diff --git a/static/img/updates/2024/updates-march-2024/select-folder.png b/static/img/updates/2024/updates-march-2024/select-folder.png
new file mode 100644
index 00000000..763cc7f5
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/select-folder.png differ
diff --git a/static/img/updates/2024/updates-march-2024/workflow-blocks.png b/static/img/updates/2024/updates-march-2024/workflow-blocks.png
new file mode 100644
index 00000000..aa14d78f
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/workflow-blocks.png differ
diff --git a/static/img/updates/2024/updates-march-2024/yandex-target.png b/static/img/updates/2024/updates-march-2024/yandex-target.png
new file mode 100644
index 00000000..0d31b16a
Binary files /dev/null and b/static/img/updates/2024/updates-march-2024/yandex-target.png differ