diff --git a/docs/entrypoints/devtools.md b/docs/entrypoints/devtools.md
index f7b88f21..da3cda04 100644
--- a/docs/entrypoints/devtools.md
+++ b/docs/entrypoints/devtools.md
@@ -13,15 +13,12 @@
## Definition
-Plain old HTML file.
-
```html
- Title
@@ -31,3 +28,13 @@ Plain old HTML file.
```
+
+## Adding UI Elements
+
+Chrome extensions allow you to add panels and side panes to the devtools window.
+
+
+
+See the WXT's examples for a full walkthrough of extending the devtools window:
+
+- [Devtools Setup](https://github.com/wxt-dev/wxt-examples/tree/main/examples/vanilla-devtools#readme)