diff --git a/taxonomy_menu.module b/taxonomy_menu.module
index 876032a..3165d9f 100644
--- a/taxonomy_menu.module
+++ b/taxonomy_menu.module
@@ -20,7 +20,13 @@ module_load_include('inc', 'taxonomy_menu', 'taxonomy_menu.admin');
  * Implements hook_help().
  */
 function taxonomy_menu_help($path, $arg) {
-  // @TODO Implement the hook. Make documentation available to the user.
+  switch ($path) {
+    case 'admin/help#taxonomy_menu':
+      return '<p>' . t('This module adds links (menu entries) to taxonomy terms
+      to the global navigation menu. With the current version users can create
+      one group of menu entries and add specific options for each vocabulary.
+      More functionality is beeing planned with further versions.') . '</p>';
+  }
 }
 
 /**
