diff --git a/webpages/index.html b/webpages/index.html
index cd5bb7f..76feeb1 100644
--- a/webpages/index.html
+++ b/webpages/index.html
@@ -66,6 +66,24 @@ file.
manual page, and
Doxygen software
reference documentation are available online.
+Getting the output you need
+
+- Start with:
+dhcpd-pools --config=path
+--leases=path --color=always --format=text
+- Play with options and see how output changes. Options to
+try:
+--all-as-shared --crit-count
+--critical --minsize --snet-alarms --warn-count
+--warning
+- Start filtering output. Options to try:
+--skip --limit
+- Change --format
+option to what you need, and maybe include --perfdata if you want nagios alarm
+format.
+- Done.
+
Reference information