diff --git a/docs/Notifiarr/Integrations-Setup/Plex.md b/docs/Notifiarr/Integrations-Setup/Plex.md
new file mode 100644
index 000000000..6a4796017
--- /dev/null
+++ b/docs/Notifiarr/Integrations-Setup/Plex.md
@@ -0,0 +1,39 @@
+# Plex Integration
+
+!!! bug "This is still a work in progress and more a placeholder for the time being !!!"
+
+![!dn-plex-advanced](images/Plex/dn-plex-advanced.png)
+
+## Python Webhook
+
+
+Python is required for this to work. Make sure your docker solution has it available if running docker.
+
+
+## All implementations
+
+- Open the file and change the variables accordingly.
+- There are links in the file comments to help as well
+- You can test the script by typing python /path/to/script in your CLI. If the file has a shebang in it (#!python) then you do not need to specify python on the CLI.
+
+### Docker
+
+- Cloudbox - Has python installed
+- Hotio - Has python installed
+- LSIO - Does not have python installed
+
+### Linux
+
+placeholder
+
+### Unraid
+
+placeholder
+
+### Windows
+
+placeholder
+
+
+Run the python file so it listens on the specific port.
+
diff --git a/docs/Notifiarr/Integrations-Setup/Snapshots.md b/docs/Notifiarr/Integrations-Setup/Snapshots.md
new file mode 100644
index 000000000..ce8bc4fb7
--- /dev/null
+++ b/docs/Notifiarr/Integrations-Setup/Snapshots.md
@@ -0,0 +1,11 @@
+# Snapshots Integration
+
+!!! bug "This is still a work in progress and more a placeholder for the time being !!!"
+
+![!dn-snapshot-setup](images/Snapshots/dn-snapshot-setup.png)
+
+1. Temperature measurement for notifications
+1. Alert settings
+1. Who to mention when alerts are triggered (role or user)
+1. List of existing alerts
+1. Option to only get a snapshot notification if there is an alert triggered
diff --git a/docs/Notifiarr/images/dn-plex-advanced.png b/docs/Notifiarr/Integrations-Setup/images/Plex/dn-plex-advanced.png
similarity index 100%
rename from docs/Notifiarr/images/dn-plex-advanced.png
rename to docs/Notifiarr/Integrations-Setup/images/Plex/dn-plex-advanced.png
diff --git a/docs/Notifiarr/images/dn-snapshot-setup.png b/docs/Notifiarr/Integrations-Setup/images/Snapshots/dn-snapshot-setup.png
similarity index 100%
rename from docs/Notifiarr/images/dn-snapshot-setup.png
rename to docs/Notifiarr/Integrations-Setup/images/Snapshots/dn-snapshot-setup.png
diff --git a/docs/Notifiarr/Quick-Start.md b/docs/Notifiarr/Quick-Start.md
index 3ee1598ad..e2a96cdfa 100644
--- a/docs/Notifiarr/Quick-Start.md
+++ b/docs/Notifiarr/Quick-Start.md
@@ -326,7 +326,7 @@ Scroll up and save
1. Add the URL that you can copy/paste from the integrations page.
2. Click on `SAVE CHANGES`
-If you want to show more advanced info like Transcode, CPU & Ram take a look at [link to plex instructions][/Notifiarr/plex_instructions/]
+If you want to show more advanced info like Transcode, CPU & Ram take a look at [Plex Integration](/Notifiarr/Integrations-Setup/Plex/){:target="_blank" rel="noopener noreferrer"}
!!! note
If there is still an issue, try asking in the Notifiarr [discord channel](https://discord.gg/AURf8Yz){:target="_blank" rel="noopener noreferrer"} for additional support.