diff --git a/core/modules/workflows/workflows.module b/core/modules/workflows/workflows.module
index 096fd92..3d13835 100644
--- a/core/modules/workflows/workflows.module
+++ b/core/modules/workflows/workflows.module
@@ -16,7 +16,12 @@ function workflows_help($route_name, RouteMatchInterface $route_match) {
     case 'help.page.workflows':
       $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 .= '<p>' . t('A critical component, allows you to define workflow states for each Drupal entity type, the transitions that each entity instance makes as it moves from one state to another, what transitions can be performed by each user role, and what optional actions occur for each type of transition.  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('Allows to manage the workflow well') . '</p>';
+      $output .= '<p>' .t('Helps in reviewing the changes in a better way') .'</p>';
+      $output .= '<p>' .t('It helps to manage states, transitions etc') .'</p>';
+      $output .= '<p>' .t('Mainly used for the revisioning purpose') .'</p>';
       return $output;
   }
 }
