diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown
index 3beafd151f8..3852cdf4a53 100644
--- a/source/_docs/tools/dev-tools.markdown
+++ b/source/_docs/tools/dev-tools.markdown
@@ -3,19 +3,22 @@ title: "Developer Tools"
description: "Description of the Developer Tools."
---
-The frontend contains a section called "Developer Tools".
+The frontend contains a section called **Developer Tools**.
Screenshot of Home Assistant's Developer Tools.
-| Section |Description |
-| ------- |----- |
-| States | Sets the representation of an entity |
-| Services | Calls services from integrations |
-| Events | Fires events |
-| Templates | Renders templates |
+| Section |Description |
+| ---------- |---------------------------------------------------------------------|
+| YAML | Lets you validate the configuration and trigger a reload or restart |
+| States | Sets the representation of an entity |
+| Services | Calls services from integrations |
+| Template | Renders templates |
+| Events | Fires events |
+| Statistics | Shows a list of long-term statistic entities |
+| Assist | Lets you see how Home Assistant Assist processes a sentence |
## What can I do with Developer Tools?
diff --git a/source/images/screenshots/developer-tools.png b/source/images/screenshots/developer-tools.png
index d32b740e7d9..4c5dabc0218 100644
Binary files a/source/images/screenshots/developer-tools.png and b/source/images/screenshots/developer-tools.png differ