diff --git a/README.txt b/README.txt
index 136db70..279d63f 100644
--- a/README.txt
+++ b/README.txt
@@ -163,6 +163,20 @@ A: You can suppress it by simply calling the following function in PHP:
    template.php may work out, too.


+Q: What does the "Administration Development Tools" module do?
+
+A: The Administration Development Tools adds two specific features to assist
+   developers in extending the Administration Menu module, including:
+
+   1. Menu Rebuild. Adds a button allowing developer to delete all
+   auto-generated menu links derived from menu router items and rebuild them.
+   2. jQuery Debugger. Allows developer to debug and inspect arbitrary
+   data/variables in Firebug's console, but also to access them again in the
+   global window object (optionally using a named identifier, e.g.
+   window.debug.myValue). Chainable via jQuery. Especially useful for
+   re-accessing and debugging selected data via Firebug's console.
+
+
 -- CONTACT --

 Current maintainers:
