diff --git a/blog-service/2026-06-28-dashboards.md b/blog-service/2026-06-28-dashboards.md
new file mode 100644
index 0000000000..6b764c7cd5
--- /dev/null
+++ b/blog-service/2026-06-28-dashboards.md
@@ -0,0 +1,11 @@
+---
+title: Copy a Dashboard Panel (Dashboards)
+image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
+keywords:
+ - dashboards
+ - panels
+ - copy to dashboard
+hide_table_of_contents: true
+---
+
+We're excited to introduce **Copy to Dashboard**, a new way to copy an existing panel from one dashboard to another, or to a new dashboard, without rebuilding the query. [Learn more](/docs/dashboards/create-dashboard-new/#copy-a-panel-to-another-dashboard).
diff --git a/docs/dashboards/create-dashboard-new.md b/docs/dashboards/create-dashboard-new.md
index 1a93ade64e..8806264471 100644
--- a/docs/dashboards/create-dashboard-new.md
+++ b/docs/dashboards/create-dashboard-new.md
@@ -91,6 +91,20 @@ Click the **Add to Dashboard** button on the top right of the window to add th
That's it, start using your Dashboard.
+## Copy a Panel to another Dashboard
+
+You can copy an existing panel from one dashboard to another, or to a new dashboard, without rebuilding the query. This is useful when you want to reuse the same visualization across multiple dashboards.
+
+To copy a panel to another dashboard:
+
+1. Go to the dashboard that has the panel you want to copy.
+1. On the panel, click the three-dot kebab menu icon and select **Copy to Dashboard**.
+1. In the **Add Panel to Dashboard** window, enter a **Panel Title** and select the **Dashboard** you want to copy the panel to. To copy it to a new dashboard, enter a name and select **Create New Dashboard** from the dropdown.
+1. Choose how the copied panel handles its time range:
+ * **Inherit time range from dashboard**. The panel uses the time range of the destination dashboard.
+ * **Use current time range as panel default** (default). The panel keeps its own time range, independent of the destination dashboard.
+1. Click **Submit**. The panel is copied to the dashboard you selected.
+
## Delete a Panel
You can delete a panel that you no longer need.
diff --git a/static/img/dashboards/create-dashboard/copy-to-dashboard-dialog.png b/static/img/dashboards/create-dashboard/copy-to-dashboard-dialog.png
new file mode 100644
index 0000000000..60c7558a7c
Binary files /dev/null and b/static/img/dashboards/create-dashboard/copy-to-dashboard-dialog.png differ
diff --git a/static/img/dashboards/create-dashboard/copy-to-dashboard-menu.png b/static/img/dashboards/create-dashboard/copy-to-dashboard-menu.png
new file mode 100644
index 0000000000..0d730d10a2
Binary files /dev/null and b/static/img/dashboards/create-dashboard/copy-to-dashboard-menu.png differ