diff --git a/site/content/en/docs/manual/basics/create-multi-tasks.md b/site/content/en/docs/manual/basics/create-multi-tasks.md
new file mode 100644
index 00000000..7feaf652
--- /dev/null
+++ b/site/content/en/docs/manual/basics/create-multi-tasks.md
@@ -0,0 +1,101 @@
+---
+title: 'Create multi tasks'
+linkTitle: 'Create multi tasks'
+weight: 3
+description: 'Step-by-step guide on how to create and set up multiple tasks'
+---
+
+Use **Create multi tasks** to create multiple video annotation tasks with the same configuration.
+
+> The **Сreate multi tasks** feature is available for videos only.
+
+To create the multi tasks, on the **Tasks** page click **+** and
+select **Create multi tasks**.
+
+
+
+See:
+
+- [Create multi tasks](#create-multi-tasks)
+- [Example](#example)
+- [Errors](#errors)
+- [Advanced configuration](#advanced-configuration)
+
+## Create multi tasks
+
+To add several tasks in one go, open the task configurator:
+
+
+
+And specify the following parameters:
+
+1. In the **Name** field, enter the name of the new task:
+
+ - Enter the name of the task. If the name includes more than one word, use the underscore: `Word1_word2_word3`
+ - (Optional) `{{index}}` adds an index to the file in the set (starting from 0).
+ - (Optional) `{{file_name}}` adds the file's name to the task's name.
+ > **Note:** use hyphen between three parameters: `Word1_word2_word3-{{index}}-{{file_name}}`
+
+2. (Optional) From the **Projects** drop-down, select a project for the tasks.
+
Leave this field empty if you do not want to assign tasks to any project.
+
+ 
+
+ > **Note:** Following steps are valid if the tasks do not belong to a project.
+ >
If the tasks have been assigned to a project, the project's labels will be applied to the tasks.
+
+3. On the **Constructor** tab, click **Add label**.
+4. In the **Label name** field, enter the name of the label.
+5. (Optional) Select the color for the label.
+6. (Optional) Click [**Add an attribute**](/docs/manual/basics/create_an_annotation_task/#add-an-attribute)
+ and set up its properties.
+7. Click [**Select files**](/docs/manual/basics/create_an_annotation_task/#select-files)
+ to upload files for annotation.
+ > **Note:** You cannot upload multiple tasks from the cloud storage.
+8. Click **Submit `N` tasks**
+
+## Example
+
+A step-by-step example for creating the multiple tasks:
+
+1. In the **Name** field, enter the `Create_multitask-{{index}}-{{file_name}}`.
+2. Add labels.
+3. Select files.
In case there are more than four files,
+ only the total number of selected files will be displayed:
+ 
+4. Click **Submit `N` tasks**
+
+ 
+
+5. You will see a progress bar that shows the progress of the tasks being created:
+
+ 
+
+6. Click **Ok**.
+
+ 
+
+The result will look like the following:
+
+
+
+## Errors
+
+During the process of adding multiple tasks, the following errors may occur:
+
+
+
+| Error | Description |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+|  | Wrong file format. You can add only video files. |
+|  | In the process of creating a task, CVAT was not able to process the video file.
The name of the failed file will be displayed on the progress bar.
To fix this issue:
If you want to try again, click **Retry failed tasks**. If you want to skip the file, click **OK**. |
+
+
+
+## Advanced configuration
+
+Use advanced configuration to set additional parameters for the task
+and customize it to meet specific needs or requirements.
+
+For more information, see
+[Advanced configuration](/docs/manual/basics/create_an_annotation_task/#advanced-configuration)
diff --git a/site/content/en/docs/manual/basics/creating_an_annotation_task.md b/site/content/en/docs/manual/basics/create_an_annotation_task.md
similarity index 99%
rename from site/content/en/docs/manual/basics/creating_an_annotation_task.md
rename to site/content/en/docs/manual/basics/create_an_annotation_task.md
index 0637667a..87f6be27 100644
--- a/site/content/en/docs/manual/basics/creating_an_annotation_task.md
+++ b/site/content/en/docs/manual/basics/create_an_annotation_task.md
@@ -14,7 +14,7 @@ select **Create new task**.
See:
-- [Creating a task](#creating-a-task)
+- [Create a task](#create-a-task)
- [Label shape](#label-shape)
- [Add an attribute](#add-an-attribute)
- [Select files](#select-files)
@@ -22,7 +22,7 @@ See:
- [Data formats for a 3D task](#data-formats-for-a-3d-task)
- [Advanced configuration](#advanced-configuration)
-## Creating a task
+## Create a task
To create a new task, open task configurator:
@@ -39,7 +39,7 @@ And specify the following parameters:

- > **Note:** Followin steps are valid if the task does not belong to a project.
+ > **Note:** Following steps are valid if the task does not belong to a project.
>
If the task has been assigned to a project, the project's labels will be applied to the task.
3. On the **Constructor** tab, click **Add label**.
diff --git a/site/content/en/docs/manual/basics/creating-multi-tasks.md b/site/content/en/docs/manual/basics/creating-multi-tasks.md
deleted file mode 100644
index f2c30b99..00000000
--- a/site/content/en/docs/manual/basics/creating-multi-tasks.md
+++ /dev/null
@@ -1,73 +0,0 @@
----
-title: 'Creating multi tasks'
-linkTitle: 'Creating multi tasks'
-weight: 3
-description: 'Instructions on how to create and configure multi tasks.'
----
-
-In case when you have a few videos and you don't want to set up CVAT tasks one-by-one manually,
-you can use the `multi tasks` option.
-> This feature is available for videos only.
-
-Create several tasks pressing `+` button and select `Create multi tasks` on the tasks page or on the project page.
-
-
-
-Specify the task parameters:
-
-- In the `Name` text field, there is a template you can use for quick and simple task naming.
-
- 
-
- In the template you can manage the following:
- - some_text - any text that will be entered into the template will be the same for all created tasks.
- - {{index}} - index file in set (sets a number of a task starting from 0).
- - {{file_name}} - name of file (sets a task name from a filename).
-
- You can find out a prompt by hovering the mouse over the text `When forming the name, a template is used`.
-
- 
-
-
-- [Project](/docs/manual/basics/creating_an_annotation_task/#projects), [labels](/docs/manual/basics/creating_an_annotation_task/#labels), [select files](/docs/manual/basics/creating_an_annotation_task/#select-files) and [advanced configuration](/docs/manual/basics/creating_an_annotation_task/#advanced-configuration) are filled in the same way as when [creating an annotation task](/docs/manual/basics/creating_an_annotation_task/).
-
-> It is not possible yet to use cloud storages for multi tasks creation.
-
-
-
-1. Let's specify in the `Name` field the `Road_annotation-{{index}}-{{file_name}}` string,
- where `Road_annotation` is “any text” (let it match to the task type name). The task index number and the video file
- name will be specified after it.
-1. After selecting files, file names will be shown under the `Select files` section.
- In case of there are more than 4 files, the total number of selected files will be displayed only.
-
- 
-
-1. The `Submit` button indicates how many tasks will be created.
-
-After clicking on the `Submit` button, information about tasks creation process will be displayed.
-
-
-
-If there were no errors during the process of creating tasks, we can complete this by clicking on `Ok`.
-
-
-
-This is how the created tasks will look like.
-
-
-
-## Errors
-
-You can face with the following errors during multi tasks creation:
-
-- If where were no video files selected, this warning will be shown.
-
- 
-
-- If during tasks creation there was not possible to process with some videos,
- the names of such videos will be displayed in the `Failed files` list. In this case, you can try
- to create tasks for these videos one more time by clicking on the `Retry failed tasks` button,
- or you can click on the `Ok` button to skip these videos.
-
- 
diff --git a/site/content/en/images/basic_confugurator.jpg b/site/content/en/images/basic_confugurator.jpg
index 2b28e232..7bef0bfd 100644
Binary files a/site/content/en/images/basic_confugurator.jpg and b/site/content/en/images/basic_confugurator.jpg differ
diff --git a/site/content/en/images/image255.jpg b/site/content/en/images/image255.jpg
deleted file mode 100644
index 58ce3d4a..00000000
Binary files a/site/content/en/images/image255.jpg and /dev/null differ
diff --git a/site/content/en/images/image257.jpg b/site/content/en/images/image257.jpg
index c5d7c01d..6cf46c0d 100644
Binary files a/site/content/en/images/image257.jpg and b/site/content/en/images/image257.jpg differ
diff --git a/site/content/en/images/image258.jpg b/site/content/en/images/image258.jpg
index 725afd86..1847ffeb 100644
Binary files a/site/content/en/images/image258.jpg and b/site/content/en/images/image258.jpg differ
diff --git a/site/content/en/images/image259.jpg b/site/content/en/images/image259.jpg
index c833ff5d..796aa975 100644
Binary files a/site/content/en/images/image259.jpg and b/site/content/en/images/image259.jpg differ
diff --git a/site/content/en/images/image260.jpg b/site/content/en/images/image260.jpg
index 83e91a3a..a6e75857 100644
Binary files a/site/content/en/images/image260.jpg and b/site/content/en/images/image260.jpg differ
diff --git a/site/content/en/images/image261.jpg b/site/content/en/images/image261.jpg
index 01a7277a..770885c6 100644
Binary files a/site/content/en/images/image261.jpg and b/site/content/en/images/image261.jpg differ
diff --git a/site/content/en/images/multitask_configurator.png b/site/content/en/images/multitask_configurator.png
new file mode 100644
index 00000000..fafb8cc5
Binary files /dev/null and b/site/content/en/images/multitask_configurator.png differ