diff --git a/webpages/_layouts/vm-operator.html b/webpages/_layouts/vm-operator.html
index 88abf8d..b85f650 100644
--- a/webpages/_layouts/vm-operator.html
+++ b/webpages/_layouts/vm-operator.html
@@ -73,6 +73,7 @@
Auto Login
Pools
+ Hints
Upgrading
Javadoc
diff --git a/webpages/hints.md b/webpages/hints.md
new file mode 100644
index 0000000..1f896a4
--- /dev/null
+++ b/webpages/hints.md
@@ -0,0 +1,16 @@
+---
+title: "VM-Operator: Hints — Miscellaneous hints for using VM-Operator"
+layout: vm-operator
+---
+
+# Hints
+
+## Disable suspend and hibernate
+
+Suspend and hibernate are poorly supported in VMs and usually do not
+work as expected. To disable these on systemd based systems, use the
+following command:
+
+```console
+# systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
+```