* Update index.md
* Update index.md
Removed an extra "then" from line 34.
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
@ -31,11 +31,11 @@ There is an Explore icon on the menu bar to the left. This opens an empty Explor
{{<docs-imageboximg="/img/docs/v65/explore_menu.png"class="docs-image--no-shadow"caption="Screenshot of the new Explore Icon">}}
If you want to start with an existing query in a panel then choose the Explore option from the Panel menu. This opens an Explore tab with the query from the panel and allows you to tweak or iterate in the query outside of your dashboard.
If you want to start with an existing query in a panel, choose the Explore option from the Panel menu. This opens an Explore tab with the query from the panel and allows you to tweak or iterate in the query outside of your dashboard.
{{<docs-imageboximg="/img/docs/v65/explore_panel_menu.png"class="docs-image--no-shadow"caption="Screenshot of the new Explore option in the panel menu">}}
Choose your data source from the dropdown in the top left. Prometheus has a custom Explore implementation, the other data sources (for now) use their standard query editor.
Choose your data source from the dropdown in the top left. Prometheus has a custom Explore implementation, the other data sources use their standard query editor.
The query field is where you can write your query and explore your data. There are three buttons beside the query field, a clear button (X), an add query button (+) and the remove query button (-). Just like the normal query editor, you can add and remove multiple queries.