diff --git a/source/_docs/configuration/troubleshooting.markdown b/source/_docs/configuration/troubleshooting.markdown
index 9d84665e681..566ffc1eb59 100644
--- a/source/_docs/configuration/troubleshooting.markdown
+++ b/source/_docs/configuration/troubleshooting.markdown
@@ -104,22 +104,22 @@ The first thing you will need before reporting an issue online is debug logs and
### Enabling Debug Logging
-To enable debug logging for an integration, go to **Settings** > **Devices & Services** and select the integration. Select the triple dots for the integration giving you trouble and select **Enable Debug Logging**.
+To enable debug logging for an integration, go to **Settings** > **Devices & Services** > **Integrations** and go to the detail page of the integration. Select the **Enable Debug Logging** button on the left side of the integration detail page.
+
+
+
+ Example of Enable debug logging.
+
### Disable Debug Logging and Download Logs
-Once you enable debug logging, you ideally need to make the error happen. Run your automation, change up your device or whatever was giving you an error and then come back and disable Debug Logging. Disabling debug logging is the same as enabling, but now you will see **Disable Debug Logging**. After you disable debug logging, it will automatically prompt you to download your log file. Save this to a safe location to upload later.
-
-
-
- Example of Disable Debug Logging.
-
+Once you enable debug logging, you ideally need to make the error happen. Run your automation, change up your device or whatever was giving you an error and then come back and disable the debug logging. Disabling the debug logging is the same as enabling, but now the button says **Disable Debug Logging**. After you disable it, you will be automatically prompted you to download your log file. Save this to a safe location to upload later.
### Download Diagnostics
-After you download logs, you will also want to download the diagnostics for the integration giving you trouble. If the integration provides diagnostics, it will appear in the same menu that the Debug Logging toggle appeared.
+After you download logs, you will also want to download the diagnostics for the integration giving you trouble. If the integration provides diagnostics, it will appear in the three dot menu next to the integration configuration.
-
+
Example of Download Diagnostics.
diff --git a/source/images/docs/configuration/disable-debug-logging.gif b/source/images/docs/configuration/disable-debug-logging.gif
deleted file mode 100644
index add1b28e3b8..00000000000
Binary files a/source/images/docs/configuration/disable-debug-logging.gif and /dev/null differ
diff --git a/source/images/docs/configuration/download-diagnostics.gif b/source/images/docs/configuration/download-diagnostics.gif
deleted file mode 100644
index ef003051434..00000000000
Binary files a/source/images/docs/configuration/download-diagnostics.gif and /dev/null differ
diff --git a/source/images/docs/configuration/download-diagnostics.png b/source/images/docs/configuration/download-diagnostics.png
new file mode 100644
index 00000000000..3bff602f0ff
Binary files /dev/null and b/source/images/docs/configuration/download-diagnostics.png differ
diff --git a/source/images/docs/configuration/enable-debug-logging.png b/source/images/docs/configuration/enable-debug-logging.png
new file mode 100644
index 00000000000..68cf50eae8f
Binary files /dev/null and b/source/images/docs/configuration/enable-debug-logging.png differ