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

# Dashboard History

![](https://usercontent.clueso.io/1f4455e0-789e-4beb-8cd9-4dac96bc47e4/049b24b7-77cf-4c22-a7ee-23ae98e570eb/567cf113-3cab-4799-810e-c7b45dbe90be/images/351abcc6-a90e-4547-9219-80f7c4feb8ff.gif)

You can use the **Dashboard History** feature which is designed to track all changes made to a dashboard from its creation. With this feature, you can easily restore any previous version of a dashboard, ensuring flexibility and control over your configurations. You can rename versions for easy identification and even undo a previous rollback if needed. On the right side of the Dashboard History view, you’ll find the JSON representation of each version, providing a detailed look at every modification.

## Steps to Use Dashboard History

<Steps>
  <Step title="Navigate to Dashboards">
    Go to the **Dashboards** tab in the Bytebeam console and open the dashboard whose history you want to view.
  </Step>

  <Step title="Access Dashboard History">
    Inside the dashboard, click on the **Dashboard History** option located in the toolbar.\\

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytebeamio/assets/dashboard-history-option.png" alt="" />
  </Step>

  <Step title="Explore the History View">
    * The Dashboard History view will open, displaying:
      * A list of all saved versions of the dashboard with the latest version at the top.
      * Each version includes details like the date, time, and user who made the changes.
    * The **right panel** shows the JSON representation of the selected version, providing detailed insights into the dashboard's configuration.\\
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytebeamio/assets/dashboard-history-view.png" alt="" />
  </Step>

  <Step title="Rename Versions">
    * To rename a specific version for easier identification:
      * Click on the **Rename** button next to the version name.
      * Enter the new name and save it.\\
            <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytebeamio/assets/rename-version.png" alt="" />
  </Step>

  <Step title="Restore Previous Versions">
    * To revert the dashboard to a previous version:
      * Click on the **Restore** button for the desired version.
      * Confirm the restoration action in the popup.
    * You can undo a rollback if needed by restoring the most recent version.
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytebeamio/assets/restore-version.png" alt="" />
  </Step>

  <Step title="Review and Analyze Changes">
    * Use the JSON representation on the right side to analyze specific changes made in each version.
    * This view provides a detailed breakdown of modifications, ensuring transparency and accuracy.\\
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytebeamio/assets/json-representation.png" alt="" />
  </Step>
</Steps>

<Note>
  The Dashboard History feature ensures you have full control over your configurations and provides flexibility to revert, analyze, or rename versions as required.
</Note>
