diff --git a/site/content/en/docs/manual/advanced/annotation-with-rectangle-by-4-points.md b/site/content/en/docs/manual/advanced/annotation-with-rectangle-by-4-points.md
deleted file mode 100644
index 5be367ed..00000000
--- a/site/content/en/docs/manual/advanced/annotation-with-rectangle-by-4-points.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: 'Annotation with rectangle by 4 points'
-linkTitle: 'Annotation with rectangle by 4 points'
-weight: 7
----
-
-It is an efficient method of bounding box annotation, proposed
-[here](https://arxiv.org/pdf/1708.02750.pdf).
-Before starting, you need to make sure that the drawing method by 4 points is selected.
-
-
-
-Press `Shape` or `Track` for entering drawing mode. Click on four extreme points:
-the top, bottom, left- and right-most physical points on the object.
-Drawing will be automatically completed right after clicking the fourth point.
-Press `Esc` to cancel editing.
-
-
diff --git a/site/content/en/docs/manual/advanced/annotation-with-rectangles.md b/site/content/en/docs/manual/advanced/annotation-with-rectangles.md
new file mode 100644
index 00000000..01fa88c7
--- /dev/null
+++ b/site/content/en/docs/manual/advanced/annotation-with-rectangles.md
@@ -0,0 +1,34 @@
+---
+title: 'Annotation with rectangles'
+linkTitle: 'Annotation with rectangles'
+weight: 7
+---
+
+To learn more about annotation using a rectangle, see the sections:
+- [Shape mode (basics)](/docs/manual/basics/shape-mode-basics/)
+- [Track mode (basics)](/docs/manual/basics/track-mode-basics/)
+- [Shape mode (advanced)](/docs/manual/advanced/shape-mode-advanced/)
+- [Track mode (advanced)](/docs/manual/advanced/track-mode-advanced/)
+
+## Rotation rectangle
+
+To rotate the rectangle, pull on the `rotation point`. Rotation is done around the center of the rectangle.
+To rotate at a fixed angle (multiple of 15 degrees),
+hold `shift`. In the process of rotation, you can see the angle of rotation.
+
+
+
+## Annotation with rectangle by 4 points
+
+It is an efficient method of bounding box annotation, proposed
+[here](https://arxiv.org/pdf/1708.02750.pdf).
+Before starting, you need to make sure that the drawing method by 4 points is selected.
+
+
+
+Press `Shape` or `Track` for entering drawing mode. Click on four extreme points:
+the top, bottom, left- and right-most physical points on the object.
+Drawing will be automatically completed right after clicking the fourth point.
+Press `Esc` to cancel editing.
+
+
diff --git a/site/content/en/docs/manual/basics/controls-sidebar.md b/site/content/en/docs/manual/basics/controls-sidebar.md
index dc696e4e..1a25dcf5 100644
--- a/site/content/en/docs/manual/basics/controls-sidebar.md
+++ b/site/content/en/docs/manual/basics/controls-sidebar.md
@@ -33,7 +33,7 @@ description: 'Overview of available functions on the controls sidebar of the ann
|-- |-- |-- |
||`AI Tools`|[AI Tools](/docs/manual/advanced/ai-tools/)|
||`OpenCV`|[OpenCV](/docs/manual/advanced/opencv-tools/)|
-||`Rectangle`|[Shape mode](/docs/manual/basics/shape-mode-basics/); [Track mode](/docs/manual/basics/track-mode-basics/);
[Drawing by 4 points](/docs/manual/advanced/annotation-with-rectangle-by-4-points/)|
+||`Rectangle`|[Shape mode](/docs/manual/basics/shape-mode-basics/); [Track mode](/docs/manual/basics/track-mode-basics/);
[Drawing by 4 points](/docs/manual/advanced/annotation-with-rectangles/)|
||`Polygon`|[Annotation with polygons](/docs/manual/advanced/annotation-with-polygons/); [Track mode with polygons](/docs/manual/advanced/annotation-with-polygons/track-mode-with-polygons/)|
||`Polyline`|[Annotation with polylines](/docs/manual/advanced/annotation-with-polylines/)|
||`Points`|[Annotation with points](/docs/manual/advanced/annotation-with-points/)|
diff --git a/site/content/en/docs/manual/basics/shape-mode-basics.md b/site/content/en/docs/manual/basics/shape-mode-basics.md
index 8001a384..4450bf89 100644
--- a/site/content/en/docs/manual/basics/shape-mode-basics.md
+++ b/site/content/en/docs/manual/basics/shape-mode-basics.md
@@ -28,7 +28,7 @@ Usage examples:

- - To learn about creating a rectangle using the by 4 point drawing method, ([read here](/docs/manual/advanced/annotation-with-rectangle-by-4-points/)).
+ - To learn more about creating a rectangle [read here](/docs/manual/advanced/annotation-with-rectangles/).
- It is possible to adjust boundaries and location of the rectangle using a mouse.
Rectangle's size is shown in the top right corner , you can check it by clicking on any point of the shape.
diff --git a/site/content/en/images/image230.jpg b/site/content/en/images/image230.jpg
new file mode 100644
index 00000000..af3c5297
Binary files /dev/null and b/site/content/en/images/image230.jpg differ