diff --git a/doc/salome/gui/SMESH/input/index.doc b/doc/salome/gui/SMESH/input/index.doc
index 4f772a285..3bbebfe1c 100644
--- a/doc/salome/gui/SMESH/input/index.doc
+++ b/doc/salome/gui/SMESH/input/index.doc
@@ -5,6 +5,7 @@
- \subpage introduction_to_mesh_page
- \subpage running_mesh_module_page
+- \subpage using_notebook_mesh_page
- \subpage introduction_to_mesh_python_page
- \subpage creating_meshes_page
diff --git a/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc b/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc
new file mode 100644
index 000000000..afe5279f9
--- /dev/null
+++ b/doc/salome/gui/SMESH/input/using_notebook_smesh_page.doc
@@ -0,0 +1,33 @@
+/*!
+
+\page using_notebook_mesh_page Using SALOME NoteBook in the MESH module
+
+It is possible to use variables defined through SALOME NoteBook for
+creation and modification of objects in the MESH module with the following
+limitations:
+
+
+- \ref radial_prism_algo_page "Distribution of Layers" hypothesis -
+ parametrical values are correctly applied, but they are not restored
+ after "Update study" operation.
+
- \ref a1d_meshing_hypo_page "Number of Segments" hypothesis, Distribution
+ with Table Density and Distribution with Analytic Density - parametrical
+ values are not applicable.
+
- \ref translation_page "Translation" dialog box, default mode
+ (translation by two points) - parametrical values are correctly applied,
+ but they are not restored after "Update study" operation.
+
- \ref merging_nodes_page "Merging nodes" dialog box - parametrical value
+ (tolerance of coincident nodes detection) is correctly applied,
+ but it is not restored after "Update study" operation.
+
- \ref revolution_page "Revolution" dialog box - it is impossible to
+ use the angle of revolution as "total angle" if it is defined as variable.
+
- \ref extrusion_along_path_page "Extrusion along a path" dialog box - it is
+ impossible to use "Linear variation of the angles" mode if at least one of
+ those angles is defined as variable.
+
- \ref pattern_mapping_page "Pattern mapping" dialog box - parametrical
+ values (indices of nodes) are correctly applied, but they are not restored
+ after "Update study" operation.
+
- \ref clipping_page "Clipping" dialog box.
+
- Colors / Size dialog box.
+
+*/