 -
-Next let's add OpenObserve data source server details.
-
-You need to do following:
-
-1. Update URL
-1. Enable Basic Auth
-1. Provide user id and password for basic auth details.
-
-Once you have updated the above, click on `Save and Test` button. If everything is correct you should see a success message.
-
-
-
-Next let's add OpenObserve data source server details.
-
-You need to do following:
-
-1. Update URL
-1. Enable Basic Auth
-1. Provide user id and password for basic auth details.
-
-Once you have updated the above, click on `Save and Test` button. If everything is correct you should see a success message.
-
- -
-
-### Explore logs
-
-Now let's explore some logs. Click on Explore menu item on the left and select OpenObserve as the data source.
-
-
-
-
-### Explore logs
-
-Now let's explore some logs. Click on Explore menu item on the left and select OpenObserve as the data source.
-
- -
-
-
- -
-Select appropriate:
-1. organization
-1. stream
-1. time range
-
-and click  on `Run Query` button. You should see the logs from the stream.
-
-
-
-Select appropriate:
-1. organization
-1. stream
-1. time range
-
-and click  on `Run Query` button. You should see the logs from the stream.
-
- -
-You should now be able to see the results.
-
-
-
-You should now be able to see the results.
-
- -
-If you want to explore metrics from OpenObserve in Grafana, you can set up OpenObserve as a Prometheus-compatible data source using an endpoint like https://api.openobserve.ai/api/org_name/prometheus. You do not need the plugin for this, as Grafana supports Prometheus natively.
-
-
-
diff --git a/docs/operator-guide/index.md b/docs/operator-guide/index.md
index a73e4d2a..444a386f 100644
--- a/docs/operator-guide/index.md
+++ b/docs/operator-guide/index.md
@@ -3,7 +3,7 @@ Learn more:
 - [Systemd](systemd)
 - [SIMD](simd)
 - [Mimalloc](mimalloc)
-- [Grafana plugin](grafana_plugin)
+- [Grafana plugin](openobserve-plugin-for-grafana)
 - [Etcd maintenance](etcd)
 - [Etcd restore](etcd_restore)
 - [Nginx proxy](nginx_proxy)
diff --git a/docs/operator-guide/openobserve-plugin-for-grafana.md b/docs/operator-guide/openobserve-plugin-for-grafana.md
new file mode 100644
index 00000000..4fcc512e
--- /dev/null
+++ b/docs/operator-guide/openobserve-plugin-for-grafana.md
@@ -0,0 +1,211 @@
+---
+title: OpenObserve Plugin for Grafana
+weight: 4450
+description: >-
+  Use the OpenObserve plugin in Grafana to visualize logs and metrics if you are
+  already using Grafana. Includes setup steps for Kubernetes and non-K8s
+  installs.
+---
+# OpenObserve Plugin for Grafana
+This guide walks you through installing and configuring the openobserve plugin in Grafana within a Kubernetes environment. If you are not using Kubernetes, you can adapt these steps for your environment.
+
+## Overview
+Grafana is an open-source platform for creating dashboards and visualizations. 
+OpenObserve provides its own interface for [logs](../features/logs.md), [metrics](../features/metrics.md), [tracing](../features/distributed-tracing.md), [frontend monitoring](../features/frontend.md), [dashboards](../user-guide/dashboards/dashboards-in-openobserve.md), and [alerting and notifications](../user-guide/alerts/alerts.md). 
+
+The OpenObserve plugin for Grafana is an optional integration. It enables OpenObserve to be added as a Grafana data source, making it possible to use existing Grafana dashboards or combine OpenObserve data with other monitoring systems.
+
+!!! note "Plugin maintenance status"
+    OpenObserve actively maintains this Grafana plugin.
+
+!!! note "Quick start"
+    If you are familiar with the Grafana plugin installation process, proceed to download the plugin from [here](https://zincsearch-releases.s3.us-west-2.amazonaws.com/zo_gp/zo_gp.tar.gz) and move to [this](#use-grafana-plugin) step. 
+
+
+## Install the OpenObserve plugin in Grafana
+
+??? "Prerequisite"
+    **Storage Requirements**
-
-If you want to explore metrics from OpenObserve in Grafana, you can set up OpenObserve as a Prometheus-compatible data source using an endpoint like https://api.openobserve.ai/api/org_name/prometheus. You do not need the plugin for this, as Grafana supports Prometheus natively.
-
-
-
diff --git a/docs/operator-guide/index.md b/docs/operator-guide/index.md
index a73e4d2a..444a386f 100644
--- a/docs/operator-guide/index.md
+++ b/docs/operator-guide/index.md
@@ -3,7 +3,7 @@ Learn more:
 - [Systemd](systemd)
 - [SIMD](simd)
 - [Mimalloc](mimalloc)
-- [Grafana plugin](grafana_plugin)
+- [Grafana plugin](openobserve-plugin-for-grafana)
 - [Etcd maintenance](etcd)
 - [Etcd restore](etcd_restore)
 - [Nginx proxy](nginx_proxy)
diff --git a/docs/operator-guide/openobserve-plugin-for-grafana.md b/docs/operator-guide/openobserve-plugin-for-grafana.md
new file mode 100644
index 00000000..4fcc512e
--- /dev/null
+++ b/docs/operator-guide/openobserve-plugin-for-grafana.md
@@ -0,0 +1,211 @@
+---
+title: OpenObserve Plugin for Grafana
+weight: 4450
+description: >-
+  Use the OpenObserve plugin in Grafana to visualize logs and metrics if you are
+  already using Grafana. Includes setup steps for Kubernetes and non-K8s
+  installs.
+---
+# OpenObserve Plugin for Grafana
+This guide walks you through installing and configuring the openobserve plugin in Grafana within a Kubernetes environment. If you are not using Kubernetes, you can adapt these steps for your environment.
+
+## Overview
+Grafana is an open-source platform for creating dashboards and visualizations. 
+OpenObserve provides its own interface for [logs](../features/logs.md), [metrics](../features/metrics.md), [tracing](../features/distributed-tracing.md), [frontend monitoring](../features/frontend.md), [dashboards](../user-guide/dashboards/dashboards-in-openobserve.md), and [alerting and notifications](../user-guide/alerts/alerts.md). 
+
+The OpenObserve plugin for Grafana is an optional integration. It enables OpenObserve to be added as a Grafana data source, making it possible to use existing Grafana dashboards or combine OpenObserve data with other monitoring systems.
+
+!!! note "Plugin maintenance status"
+    OpenObserve actively maintains this Grafana plugin.
+
+!!! note "Quick start"
+    If you are familiar with the Grafana plugin installation process, proceed to download the plugin from [here](https://zincsearch-releases.s3.us-west-2.amazonaws.com/zo_gp/zo_gp.tar.gz) and move to [this](#use-grafana-plugin) step. 
+
+
+## Install the OpenObserve plugin in Grafana
+
+??? "Prerequisite"
+    **Storage Requirements** @@ -138,91 +168,443 @@
@@ -231,7 +613,7 @@3000 Sand Hill Rd Building 1, Suite 260, Menlo Park, CA 94025
+                  Your response
+                  has been submitted successfully!
+