diff --git a/doc/salome/gui/SMESH/images/controls_popup.png b/doc/salome/gui/SMESH/images/controls_popup.png
new file mode 100755
index 000000000..b0bd01fb9
Binary files /dev/null and b/doc/salome/gui/SMESH/images/controls_popup.png differ
diff --git a/doc/salome/gui/SMESH/images/scalar_bar_dlg.png b/doc/salome/gui/SMESH/images/scalar_bar_dlg.png
new file mode 100755
index 000000000..59ca53065
Binary files /dev/null and b/doc/salome/gui/SMESH/images/scalar_bar_dlg.png differ
diff --git a/doc/salome/gui/SMESH/input/about_quality_controls.doc b/doc/salome/gui/SMESH/input/about_quality_controls.doc
index 54be929ea..75bccd159 100644
--- a/doc/salome/gui/SMESH/input/about_quality_controls.doc
+++ b/doc/salome/gui/SMESH/input/about_quality_controls.doc
@@ -32,8 +32,6 @@ Edge quality controls:
Face quality controls:
- \subpage free_faces_page "Free faces"
-- \subpage bare_border_faces_page "Bare border faces"
-- \subpage over_constrained_faces_page "Over-constrained faces"
- \subpage length_2d_page "Length 2D"
- \subpage borders_at_multi_connection_2d_page "Borders at multi-connection 2D"
- \subpage area_page "Area"
@@ -50,8 +48,21 @@ Volume quality controls:
- \subpage aspect_ratio_3d_page "Aspect ratio 3D"
- \subpage volume_page "Volume"
- \subpage max_element_length_3d_page "Max element length 3D"
-- \subpage bare_border_volumes_page "Bare border volumes"
-- \subpage over_constrained_volumes_page "Over-constrained volumes"
+To manage the quality controls call pop-up in the VTK viewer and select "Controls" sub-menu
+\image html controls_popup.png
+
+
+- Reset switches off quality controls;
+- Node Controls provides access to the node quality controls;
+- Edge Controls provides access to the edge quality controls;
+- Face Controls provides access to the face quality controls;
+- Volume Controls provides access to the volume quality controls;
+- Scalar Bar Properties allows setting \subpage scalar_bar_dlg;
+- Export Distribution... allows saving the distribution of quality control values in the text file;
+- Show Distribution Shows/Hides the distribution histogram of the quality control values in the VTK Viewer.
+
+
+
*/
diff --git a/doc/salome/gui/SMESH/input/scalar_bar.doc b/doc/salome/gui/SMESH/input/scalar_bar.doc
new file mode 100755
index 000000000..146a7fa78
--- /dev/null
+++ b/doc/salome/gui/SMESH/input/scalar_bar.doc
@@ -0,0 +1,40 @@
+/*!
+
+\page scalar_bar_dlg Scalar Bar properties
+
+In this dialog you can specify the properties of the scalar bar
+
+\image html scalar_bar_dlg.png
+
+
+- Scalar Range in this menu you can specify
+Min value and Max value of the Scalar Bar
+
+- Font - in this menu you can set type, face and color for
+the font of Title and Labels of the Scalar
+Bar
+
+- Colors & Labels - in this menu you can set the number of
+colors and the number of labels of the Scalar
+Bar
+
+- Orientation - allows choosing between vertical and
+horizontal orientation of the Scalar Bar
.
+
+- Origin & Size Vertical & Horizontal - allows defining the
+location (X and Y) and size (Width and
+Height) of Scalar Bar
+
+- X: abscissa of the origin (from the left
+side)
+- Y: ordinate of the origin (from the bottom)
+
+- Distribution in this menu you can Show/Hide distribution histogram of the values of the Scalar Bar and specify histogram properties
+
+- Multicolor the histogram is colored as Scalar Bar
+- Monocolor the histogram is colored as selected with Distribution color selector
+
+
+
+
+*/