diff --git a/core/modules/workflows/workflows.module b/core/modules/workflows/workflows.module
index 26f72b4..f014179 100644
--- a/core/modules/workflows/workflows.module
+++ b/core/modules/workflows/workflows.module
@@ -28,6 +28,10 @@ function workflows_help($route_name, RouteMatchInterface $route_match) {
       $output = '';
       $output .= '<h3>' . t('About') . '</h3>';
       $output .= '<p>' . t('The Workflows module provides a UI and an API for creating workflows content. This lets site admins define workflows and their states, and then define transitions between those states. For more information, see the <a href=":workflow">online documentation for the Workflows module</a>.', [':workflow' => 'https://www.drupal.org/documentation/modules/workflows']) . '</p>';
+      $output .= '<h3>' .t('Uses') . '</h3>';
+      $output .= '<p>' .t('Trasitions between different states is allowed') . '</p>';
+      $output .= '<p>' .t('Multiple workflows on a single entity type') . '</p>';
+      $output .= '<p>' .t('For more info see <a href=":Workflows documentaion">online documentation which mentions about the uses</a>.' , [':Workflows documentaion' => 'https://www.drupal.org/project/workflow']) .'</p>';
       return $output;
   }
 }
