diff --git a/docs/index.rst b/docs/index.rst
index dafe30516209353a02b8c1dce388e1c5c1e0862f..d7bead47a2ab72999a39d74a56749a09212df136 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -73,6 +73,7 @@ Several Freifunk communities in Germany use Gluon as the foundation of their Fre
   package/gluon-radv-filterd
   package/gluon-scheduled-domain-switch
   package/gluon-web-admin
+  package/gluon-web-cellular
   package/gluon-web-network
   package/gluon-web-logging
 
diff --git a/docs/package/gluon-web-cellular.png b/docs/package/gluon-web-cellular.png
new file mode 100644
index 0000000000000000000000000000000000000000..3bef795bd996d1b4211adbf743543d411cd619a2
Binary files /dev/null and b/docs/package/gluon-web-cellular.png differ
diff --git a/docs/package/gluon-web-cellular.rst b/docs/package/gluon-web-cellular.rst
new file mode 100644
index 0000000000000000000000000000000000000000..bfd0013bf51b5915ec442a8f534414820d4ebd79
--- /dev/null
+++ b/docs/package/gluon-web-cellular.rst
@@ -0,0 +1,14 @@
+.. _package-gluon-web-cellular:
+
+gluon-web-cellular
+==================
+
+This package allows the configure WWAN for capable cellular devices.
+
+This works by creating an abstraction layer into Gluon which takes common options (SIM PIN / APN) and translates it to modem-specific settings based on the specific device using. 
+Doing so limits the use-case onto specific models (no LTE sticks possible) but provides a common interface.
+
+The WWAN is assigned the firewall WAN zone and wired WAN can still be used, however without prioritization.
+The traffic path is not configured to prefer one uplink source or the other.
+
+.. image:: gluon-web-cellular.png