diff --git a/_dashboards/drag-drop-wizard.md b/_dashboards/drag-drop-wizard.md
new file mode 100644
index 0000000000..0d2026d023
--- /dev/null
+++ b/_dashboards/drag-drop-wizard.md
@@ -0,0 +1,51 @@
+---
+layout: default
+title: Wizard visualizations (experimental feature)
+nav_order: 8
+---
+
+# Build visualizations by dragging and dropping fields
+
+You can use the drag and drop visualization wizard in OpenSearch Dashboards to create your data visualizations easily with just a few clicks or a single mouse gesture.
+
+The drag and drop visualization wizard:
+
+* Gives you an immediate view of your data without the need to preselect the visualization output
+* Gives you the flexibility to change visualization types and index patterns on the fly
+* Gives you the ability to easily navigate between multiple screens
+
+
+
+Beginning with OpenSearch release 1.3, the drag and drop wizard is available as an experimental feature. We invite you to try the wizard and let us know how you feel about it. Experimental features may change, break, or disappear at any time and shouldn’t be enabled in production environments.
+{: .note}
+
+# Enable the experimental features
+
+To experiment with the drag and drop wizard, you first need to enable experimental visualizations in your OpenSearch playground:
+
+1. Open [OpenSearch Dashboards playground](https://playground.opensearch.org/app/home#/).
+2. Go to **Management** **>** **Stack Management** **>** **Advanced Settings**.
+
+1. Go to **Visualization** and turn on **Enable experimental visualizations**.
+
+
+# Try out the drag and drop wizard in the playground or create a new visualization wizard
+
+You can explore the drag and drop wizard directly from the [OpenSearch Wizard playground](https://playground.opensearch.org/app/wizard), or you can create a new visualization and select wizard.
+
+The following steps walk you through creating a new visualization using the wizard:
+
+1. Open [OpenSearch Dashboards playground](https://playground.opensearch.org/app/home#/).
+2. Under the menu icon, select **Visualize** **>** **Create visualization** **>** **Wizard**.
+
+3. Use sample data to add fields and generate a visualization.
+
+Here’s an example visualization. Your visualization will look different depending on the sample data you select.
+
+
+
+# Related topics
+
+* [OpenSearch News, September 14, 2022](https://opensearch.org/)
+* [Drag and drop visualizations demo at OpenSearch Community Meeting, August 16, 2022](https://forum.opensearch.org/t/opensearch-community-meeting-2022-0816/10323)
+* [OpenSearch News, March 17, 2022](https://opensearch.org/blog/releases/2022/03/launch-announcement-1-3-0/)
\ No newline at end of file
diff --git a/images/drag-and-drop-viz-select.png b/images/drag-and-drop-viz-select.png
new file mode 100644
index 0000000000..ca177dc890
Binary files /dev/null and b/images/drag-and-drop-viz-select.png differ
diff --git a/images/drag-drop-generated-viz.png b/images/drag-drop-generated-viz.png
new file mode 100644
index 0000000000..df8d3bbed1
Binary files /dev/null and b/images/drag-drop-generated-viz.png differ
diff --git a/images/drag-drop-ui.png b/images/drag-drop-ui.png
new file mode 100644
index 0000000000..ea07cd35ba
Binary files /dev/null and b/images/drag-drop-ui.png differ
diff --git a/images/enable-experimental-viz.png b/images/enable-experimental-viz.png
new file mode 100644
index 0000000000..6d756c919f
Binary files /dev/null and b/images/enable-experimental-viz.png differ
diff --git a/images/stack-managment-settings.png b/images/stack-managment-settings.png
new file mode 100644
index 0000000000..5c2c78f8c3
Binary files /dev/null and b/images/stack-managment-settings.png differ