$output.='<p>'.t('The Message Notify module provides a flexible way to send notifications to users using different delivery methods such as email and SMS.').'</p>';
$output.='<h3>'.t('Usage').'</h3>';
$output.='<p>'.t('To send messages via the Message Notify module, follow these steps:').'</p>';
$output.='<ol>';
$output.='<li>'.t('Enable the Message Notify module.').'</li>';
$output.='<li>'.t('Configure the module settings, including delivery methods, templates, and notification triggers.').'</li>';
$output.='<li>'.t('Use the available plugins for sending messages via email, SMS, or other delivery methods.').'</li>';
$output.='</ol>';
$output.='<h3>'.t('Customization').'</h3>';
$output.='<p>'.t('Message Notify allows customization through "View modes." You can customize which message-text fields will be rendered and delivered to users. To customize message rendering, follow these steps:').'</p>';
$output.='<ol>';
$output.='<li>'.t('Create or modify view modes for messages, specifying the fields and their display order.').'</li>';
$output.='<li>'.t('Use the created view modes when sending notifications to control the content and appearance of your messages.').'</li>';
$output.='</ol>';
$output.='<h3>'.t('Creating Nodes').'</h3>';
$output.='<p>'.t('To create nodes in Drupal, follow these steps:').'</p>';
$output.='<ol>';
$output.='<li>'.t('Navigate to the Content creation page in the Drupal admin interface.').'</li>';
$output.='<li>'.t('Choose the content type for your node and fill in the required fields.').'</li>';
$output.='<li>'.t('Save the node to create it.').'</li>';