> ## Documentation Index
> Fetch the complete documentation index at: https://dune-tables-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Navigate the Query Editor

> How to navgigate the query editor

In this guide, we'll provide an overview of the Dune Query Editor and its features.

## Left Sidebar

* Query Explorer: Search and locate relevant content for your query.
* Data Explorer: Discover the necessary data tables for your projects.
* [Version History](/web-app/query-editor/version-history): Review the query's edit history and, if required, revert to a previous version.
* Settings: Adjust setting for your query.

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/4CDTAz0GqLpsCGT9iUJF?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="left buttons of query editor"
  />
</div>

<Tip>
  Double-click any icon to collapse or expand the sidebar.
</Tip>

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/2Xzz0Z2AQqg0Qmn1I6CE?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="hide side bar"
  />
</div>

## Central Editor

This is your main workspace. Here, you can:

* Write SQL commands.
* View query results.
* Design visualizations.

Additionally, the bottom-left corner houses icons that further enhance your editing experience.

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/GQQ9juRxPIpbR0AeSzvv?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="IDE buttons"
  />
</div>

## Right Sidebar

This section offers a suite of functionalities:

* Schedule queries.
* Materialize query results.
* Download results as CSVs, and more.

<div
  style={{
 position: "relative",
 paddingBottom: "calc(56.71874999999999% + 41px)",
 height: 0,
 width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/WzBTGRaZQIXLoXhseTJ4?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    style={{
   position: "absolute",
   top: 0,
   left: 0,
   width: "100%",
   height: "100%",
   colorScheme: "light"
  }}
    title="query editor right hand side"
  />
</div>

With these tools at your fingertips, navigating the Dune Query Editor becomes a breeze. Happy querying!
