diff --git a/docs/examples.md b/docs/examples.md
index 26be6b30..6183b670 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -433,3 +433,13 @@ notify:
     message_param_name: message
     resource: https://ntfy.sh
 ```
+
+## Uptime Kuma
+- Go to your [Uptime Kuma](https://github.com/louislam/uptime-kuma) Settings > Notifications, click on **Setup Notification**
+- ![Uptime Kuma Settings](static/img/uptimekuma-settings.png)
+- Set your desired **title** (e.g. "Uptime Kuma"), **ntfy topic**, **Server URL** and **priority (1-5)**
+- ![Uptime Kuma Setup](static/img/uptimekuma-setup.png)
+- You can now test the notifications and apply them to monitors.
+- ![Uptime Kuma iOS Test](static/img/uptimekuma-ios-test.jpg)
+- ![Uptime Kuma iOS Down](static/img/uptimekuma-ios-down.jpg)
+- ![Uptime Kuma iOS Up](static/img/uptimekuma-ios-up.jpg)
\ No newline at end of file
diff --git a/docs/static/img/uptimekuma-ios-down.jpg b/docs/static/img/uptimekuma-ios-down.jpg
new file mode 100644
index 00000000..330f86f9
Binary files /dev/null and b/docs/static/img/uptimekuma-ios-down.jpg differ
diff --git a/docs/static/img/uptimekuma-ios-test.jpg b/docs/static/img/uptimekuma-ios-test.jpg
new file mode 100644
index 00000000..1b678a69
Binary files /dev/null and b/docs/static/img/uptimekuma-ios-test.jpg differ
diff --git a/docs/static/img/uptimekuma-ios-up.jpg b/docs/static/img/uptimekuma-ios-up.jpg
new file mode 100644
index 00000000..919d9ba1
Binary files /dev/null and b/docs/static/img/uptimekuma-ios-up.jpg differ
diff --git a/docs/static/img/uptimekuma-settings.png b/docs/static/img/uptimekuma-settings.png
new file mode 100644
index 00000000..5b21bdd6
Binary files /dev/null and b/docs/static/img/uptimekuma-settings.png differ
diff --git a/docs/static/img/uptimekuma-setup.png b/docs/static/img/uptimekuma-setup.png
new file mode 100644
index 00000000..cd57baa7
Binary files /dev/null and b/docs/static/img/uptimekuma-setup.png differ