diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index df8050929f2e00ee25c534be5719f07034bc3f1d..9ad6a01c619369d16b9b3879a4fd360ef5607088 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -473,6 +473,20 @@ Default value: @code{0}
 Default value: @code{1}
 @end table
 
+@item Plugin(GaussPoints)
+Given an input mesh, Plugin(GaussPoints) creates a view containing the Gauss points for a given polynomial `Order'.@*
+@*
+If `PhysicalGroup' is nonzero, the plugin only creates points for the elements belonging to the group.
+Numeric options:
+@table @code
+@item Order
+Default value: @code{0}
+@item Dimension
+Default value: @code{2}
+@item PhysicalGroup
+Default value: @code{0}
+@end table
+
 @item Plugin(Gradient)
 Plugin(Gradient) computes the gradient of the field in the view `View'.@*
 @*