diff --git a/doc-src/scripting/libmproxy.html b/doc-src/scripting/libmproxy.html
index e2d2ff6a8..db58f7e00 100644
--- a/doc-src/scripting/libmproxy.html
+++ b/doc-src/scripting/libmproxy.html
@@ -1,3 +1,13 @@
+
+
Heads up! We strongly encourage you to use
inline scripts rather than libmproxy
+ directly.
+
+ - Inline Scripts are equally powerful and provide an easier syntax.
+ - Most examples are written as inline scripts.
+ - Multiple inline scripts can be combined and used together.
+ - Inline Scripts can either be executed headless with mitmdump or within the mitmproxy UI.
+
+
All of mitmproxy's basic functionality is exposed through the __libmproxy__
library. The example below shows a simple implementation of the "sticky cookie"