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

# Import and export dashboards

> How to export and import dashboards and folders in Atoti UI as JSON files, covering single and bulk export from the home page context menu, importing into a folder or root, and use cases such as backup, sharing, and environment migration.

## Why export and import dashboards?

Exporting and importing dashboards can be a time saver. For example:

### Export dashboards

* Back up work.
* Share dashboards with other users.
* Move dashboards between environments (from a test to a prod environment).

### Import dashboards

* Restore previously saved dashboards.

## How to export dashboards or folders

You can export individual dashboards, folders, or all dashboards at once.

### Export a single dashboard or folder

* In the left-hand sidebar, locate the folder or the parent folder of the dashboard you want to export.
* Right-click on the folder in the left-hand sidebar, or the dashboard tile in the dashboard grid.
* In the context menu, select **Export \[name of dashboard] as JSON**.
* A JSON file will be downloaded to your computer. This file contains the dashboard or folder configuration.

To export a dashboard:

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/export-dashboard-from-home-page.gif?s=c293024725eb066c01ef42484696882c"
    alt="Export
dashboard"
    width="1905"
    height="986"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/export-dashboard-from-home-page.gif"
  />
</Frame>

To export a folder:

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/export-folder-from-home-page.gif?s=b462aae89b9f367e1a0f4cbced098967"
    alt="Export
folder"
    width="1905"
    height="986"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/export-folder-from-home-page.gif"
  />
</Frame>

### Export all dashboards

* In the left-hand sidebar, right-click on Folders.
* Select **Export everything as JSON**.
* A JSON file containing all dashboards and folders will be downloaded.

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/export-all-from-home-page.gif?s=c6757f87460972ef1cfff4d43788058c"
    alt="Export
all"
    width="1905"
    height="986"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/export-all-from-home-page.gif"
  />
</Frame>

## How to import dashboards or folders

* In the home page, either right-click on a folder or in a folder
* Click the **Import** option. This will tell you where you are importing to
* Select the JSON file you would like to import.
* The dashboard or folder will appear in your workspace.

To import to a new project:

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/import-all.gif?s=9dfbbb2e964e919ecc2432207e111f50"
    alt="Import
all"
    width="1905"
    height="986"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/import-all.gif"
  />
</Frame>

To import to a specific folder:

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/import-into-folder.gif?s=3de73a08b2923b29619cb399b2cc02cc"
    alt="import to a
folder"
    width="1905"
    height="986"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/import-into-folder.gif"
  />
</Frame>

To import to the root:

<Frame>
  <img
    src="https://mintcdn.com/activeviam/DCe-PkvHopPL5hjt/data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/import-into-root.gif?s=b1c8c6fdf43c7d2f7e3e5b059b5f1ff6"
    alt="import to the
root"
    width="1905"
    height="986"
    data-path="data-visualization/atoti-ui/5.2/static/img/user-guide/create-a-dashboard/import-and-export-dashboards/import-into-root.gif"
  />
</Frame>
