> 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/german-14.2-freezed/dokumentation/dashboard/dashboard-templates-import-export.md).

# Dashboard Templates Import/Export

Manche [↗ Apps](/collection/german-14.2-freezed/dokumentation/einstellungen/apps.md) stellen sog. *Dashboard Templates* zur Verfügung.

*Dashboard Templates* sind vorgefertigte Dashboards, die speziell auf die Nutzung der entsprechenden App zugeschnitten sind.

{% hint style="info" %}
Apps können ein oder mehrere *Dashboard Templates* zur Verfügung stellen.
{% endhint %}

<div data-full-width="true"><figure><img src="/files/RMUNz4MCRTf98fOEeL9k" alt=""><figcaption></figcaption></figure></div>

Gehen Sie folgendermaßen vor, um ein Dashboard-Template zu erstellen:

1. Gehen Sie sicher, dass Sie sich im Menü **Dashboards \[A]** befinden
2. Klicken Sie auf **An Benutzer kopieren \[B]**
3. Klicken Sie auf **Apps \[D]**
4. Wählen Sie in **\[D]** die App aus, deren Dashboard Template Sie verwenden wollen.
5. Wählen Sie in **\[E]** das Dashboard Template aus, das Sie nutzen möchten
6. Wählen Sie in **\[F]** einen oder mehrere Nutzer aus, an die Sie dieses Dashboard kopieren wollen.
7. Klicken Sie auf **Dashboards  kopieren \[G]** \
   ▷ Das *Dashboard Template* erscheint in der [↗ Dashboard-Liste](/collection/german-14.2-freezed/dokumentation/dashboard/dashboards-organisieren.md) der ausgewählten Benutzer.

## Dashboard als JSON exportieren

<div data-full-width="true"><figure><img src="/files/q3L8ns0rSdZiBezniCNQ" alt=""><figcaption></figcaption></figure></div>

Sie können ein Dashboard im JSON-Format exportieren, um es später wiederzuverwenden oder in ein anderes Projekt zu importieren.

So gehen Sie vor:

1. Öffnen Sie das gewünschte Dashboard.
2. Klicken Sie auf das Menü *Mehr Optionen* \[A].
3. Wählen Sie **Nach JSON exportieren** \[B].\
   ▷ Eine `.json`-Datei wird automatisch heruntergeladen. Diese Datei enthält die komplette Konfiguration des Dashboards.

Mit dieser Datei lässt sich das Dashboard später wieder importieren oder zwischen Systemen übertragen.

## Dashboard aus JSON importieren

<figure><img src="/files/OcwY4DzPhYjFDfsrwAJS" alt=""><figcaption></figcaption></figure>

<div align="left"><figure><img src="/files/fZdhhDg97E1HroIvUa71" alt="" width="375"><figcaption></figcaption></figure></div>

Sie können ein extern erstelltes oder exportiertes Dashboard als `.json`-Datei importieren.

So gehen Sie vor:

1. Öffnen Sie das Menü *Dashboards*.
2. Klicken Sie auf **Importieren** \[C].
3. Wählen Sie die gewünschte `.json`-Datei aus Ihrem System.
4. Klicken Sie erneut auf **Importieren**.

▷ Das Dashboard erscheint nun in Ihrer Liste und kann wie gewohnt bearbeitet werden.


---

# 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/german-14.2-freezed/dokumentation/dashboard/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.
