Adding a link to the help guide on gaslightmedia website.
         $screen->add_help_tab( $newTab );
     }
     // Help sidebars
-    // $screen->set_help_sidebar(
-    //     '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
-    //     '<p><a href="http://www.gaslightmedia.com/support/" target="_blank">' .
-    //     __( 'Support' ) . '</a></p>'
-    // );
+     $screen->set_help_sidebar(
+         '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
+         '<p><a href="https://www.gaslightmedia.com/wp-admin-guide/#GLM" target="_blank">' .
+         __( 'Help Guide' ) . '</a></p>'
+     );
 }