diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.interval.html b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.interval.html
new file mode 100644
index 00000000..075e66a0
--- /dev/null
+++ b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.interval.html
@@ -0,0 +1,3 @@
+
+
The time in milliseconds have to be elapsed before next concurrent build start.
+
\ No newline at end of file
diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.maxConcurrentPerNode.html b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.maxConcurrentPerNode.html
new file mode 100644
index 00000000..dedf248e
--- /dev/null
+++ b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.maxConcurrentPerNode.html
@@ -0,0 +1,3 @@
+
+
The maximum number of concurrent builds of category projects to be allowed to run per node.
+
diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.maxConcurrentTotal.html b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.maxConcurrentTotal.html
new file mode 100644
index 00000000..b7fcd481
--- /dev/null
+++ b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-categories.maxConcurrentTotal.html
@@ -0,0 +1,3 @@
+
+
The maxmimum number of concurrent builds of category projects to be allowed to run at any one time, across all nodes.
+
\ No newline at end of file
diff --git a/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-interval.html b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-interval.html
new file mode 100644
index 00000000..075e66a0
--- /dev/null
+++ b/src/main/resources/hudson/plugins/throttleconcurrents/ThrottleJobProperty/help-interval.html
@@ -0,0 +1,3 @@
+
+
The time in milliseconds have to be elapsed before next concurrent build start.
+
\ No newline at end of file