> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/platform/live-cockpit/dashboard-templates-import-export.md).

# Dashboard Templates Import/Export

Some [↗ Apps](/collection/mandatory-base/platform-core/connect-hub/edge-app-marketplace-for-plug-ins-and-extentions/apps.md) provide so-called *Dashboard Templates*.

*Dashboard Templates* are pre-built dashboards that are specifically tailored for using the corresponding app.

{% hint style="info" %}
Apps can provide one or more *Dashboard Templates*.
{% endhint %}

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FbwuxMPq37gAq9D2iWFE8%2FDocs%20-%20App%20Dashboards.png?alt=media&#x26;token=63a49fba-b734-4c47-859f-bd603c4f5547" alt=""><figcaption></figcaption></figure></div>

Follow these steps to create a dashboard template:

1. Make sure you are in the **Dashboards \[A]** menu
2. Click on **Copy to user \[B]**
3. Click on **Apps \[D]**
4. In **\[D]**, select the app whose dashboard template you want to use.
5. In **\[E]**, select the dashboard template you want to use.
6. In **\[F]**, select one or more users to whom you want to copy this dashboard.
7. Click on **Copy dashboards \[G]**

   ▷ The *Dashboard Template* appears in the [↗ Dashboard list](/collection/platform/live-cockpit/organize-dashboards.md) of the selected users.

## Export Dashboard as JSON

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FXEZKXEKvybGfcGzamJGD%2FDashboard%20export.png?alt=media&#x26;token=0b115cf9-4cd5-4194-9504-5e932a95ecad" alt=""><figcaption></figcaption></figure></div>

You can export a dashboard in JSON format to reuse it later or import it into another tenant.

Here's how:

1. Open the desired dashboard.
2. Click on the *More Options* menu \[A].
3. Select **Export to JSON** \[B].

   ▷ A `.json` file is automatically downloaded. This file contains the complete configuration of the dashboard.

With this file, the dashboard can be imported later or transferred between systems.

## Import Dashboard from JSON

<div data-full-width="true"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FxTopJ7x4WxIAnSwpJrup%2FDashboard%20import.png?alt=media&#x26;token=e9dd51c9-d249-4196-af60-17a48a457aed" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FEtPsiUFKbkAMXsHVOwEp%2FDashboard%20import%20(1).png?alt=media&#x26;token=0168cf79-18a4-4beb-8550-411d506e12fd" alt="" width="375"><figcaption></figcaption></figure></div>

You can import a dashboard created or exported externally as a `.json` file.

Here's how:

1. Open the *Dashboards* menu.
2. Click on **Import** \[C].
3. Select the desired `.json` file from your system.
4. Click **Import** again.

   ▷ The dashboard now appears in your list and can be edited as usual.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.buildings.ability.abb/collection/platform/live-cockpit/dashboard-templates-import-export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
