diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index 94930aff2f..9a525bd3a3 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-25  Ramon Novoa  <rnovoa@artica.es>
+
+	* include/help/en/help_duplicateconfig.php,
+	  include/help/en/help_wminamespace.php: Added to repository. Help
+	  files.
+
+	* godmode/agentes/module_manager_editor_wmi.php,
+	  godmode/agentes/manage_config_remote.php: Added help.
+
 2008-09-25  Sancho Lerena <slerena@artica.es>
 
 	* events.php: Forced a shorten agent name to avoid layout problems.
diff --git a/pandora_console/godmode/agentes/manage_config_remote.php b/pandora_console/godmode/agentes/manage_config_remote.php
index 494c22e33e..8d6d19c36a 100644
--- a/pandora_console/godmode/agentes/manage_config_remote.php
+++ b/pandora_console/godmode/agentes/manage_config_remote.php
@@ -96,7 +96,9 @@ if ((isset($_GET["operacion"])) AND ($update_agent == -1) AND ($update_group ==
 		echo '<br><br>';
 
 		// Source agent
-		echo '<b>'. __('Source agent').'</b><br><br>';
+		echo '<b>'. __('Source agent').'</b>';
+		pandora_help ('duplicateconfig');
+		echo '<br><br>';
 
 		// Show combo with SOURCE agents
 		if ($id_group > 1)
diff --git a/pandora_console/godmode/agentes/module_manager_editor_wmi.php b/pandora_console/godmode/agentes/module_manager_editor_wmi.php
index 5133723490..fea7b0d1a0 100644
--- a/pandora_console/godmode/agentes/module_manager_editor_wmi.php
+++ b/pandora_console/godmode/agentes/module_manager_editor_wmi.php
@@ -135,7 +135,9 @@ echo '</tr>';
 echo '<tr>';
 echo '<td class="datos">'.__('Target IP')."</td>";
 echo '<td class="datos"><input type="text" name="form_ip_target" size="20" value="'.$form_ip_target.'"></td>';
-echo '<td class="datos">'.__('Namespace')."</td>";
+echo '<td class="datos">'.__('Namespace');
+pandora_help("wminamespace");
+echo "</td>";
 echo '<td class="datos"><input type="text" name="form_tcp_send" size="10" value="'.$form_tcp_send.'"></td>'; 
 echo '</tr>';
 
diff --git a/pandora_console/include/help/en/help_duplicateconfig.php b/pandora_console/include/help/en/help_duplicateconfig.php
new file mode 100644
index 0000000000..d076dc9633
--- /dev/null
+++ b/pandora_console/include/help/en/help_duplicateconfig.php
@@ -0,0 +1,3 @@
+<h1>Source agent</h1>
+
+Only agents that have uploaded their configuration to the server will be shown.
diff --git a/pandora_console/include/help/en/help_wminamespace.php b/pandora_console/include/help/en/help_wminamespace.php
new file mode 100644
index 0000000000..5c5bb5784c
--- /dev/null
+++ b/pandora_console/include/help/en/help_wminamespace.php
@@ -0,0 +1,3 @@
+<h1>Key string</h1>
+
+Optional. WMI namespace. If unsure leave blank.
\ No newline at end of file