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

# Export Dashboard

> Learn how to export your OpenLIT dashboards for backup, sharing, and migration across different environments.

## What is it?

Dashboard export allows you to save your dashboard configurations as JSON files, preserving all widgets, layouts, queries, and settings. This is essential for:

* **Backup & Recovery**: Create backup copies of important dashboards
* **Team Sharing**: Share proven monitoring setups with team members
* **Environment Migration**: Move dashboards between dev, staging, and production
* **Template Creation**: Build reusable dashboard templates for common use cases

<Steps titleSize="h4">
  <Step title="Navigate to dashboards">
    Go to your Dashboards Explorer and locate the dashboard you want to export.
  </Step>

  <Step title="Access export menu">
    <Frame>
      <img src="https://mintcdn.com/openlit/o7M0DoQ9lLUZaVc9/images/dashboard-export.png?fit=max&auto=format&n=o7M0DoQ9lLUZaVc9&q=85&s=d10ddf652a10367be2c748fc4f757128" width="3022" height="1722" data-path="images/dashboard-export.png" />
    </Frame>

    1. Click the **three dots (⋯)** menu icon next to your dashboard name to open the context menu.
    2. From the dropdown menu, select **Export Layout**.
  </Step>

  <Step title="Download your dashboard">
    OpenLIT will automatically generate and download a JSON file containing your complete dashboard configuration.

    The downloaded file will be named after your dashboard (e.g., `llm-dashboard.json`) and saved to your default download location.
  </Step>
</Steps>
