> 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/plattform/live-cockpit/organize-dashboards.md).

# Dashboards organisieren

## Dashboards umbenennen

{% @supademo/embed url="<https://app.supademo.com/demo/zZgtgZOMfh2l553cNlWub>" demoId="zZgtgZOMfh2l553cNlWub" fullWidth="true" %}

1. Stellen Sie sicher, dass Sie sich im Menü „Dashboards“ befinden
2. Öffnen Sie die Dashboard-Sammlung
3. Klicken Sie auf „Weitere Optionen“
4. Klicken Sie auf „Bearbeiten“
5. Geben Sie einen neuen Namen ein

## Dashboards löschen

{% @supademo/embed url="<https://app.supademo.com/demo/Vmcf3ZEzAvoE0tZE5724C>" demoId="Vmcf3ZEzAvoE0tZE5724C" fullWidth="true" %}

1. Stellen Sie sicher, dass Sie sich im Menü „Dashboards“ befinden.
2. Öffnen Sie die Dashboard-Sammlung
3. Klicken Sie auf „Weitere Optionen“
4. Klicken Sie auf „Entfernen“
5. Klicken Sie auf „Bestätigen“

## Dashboards in Ordnern organisieren

Für einen besseren Überblick können Sie Dashboards in Ordnern organisieren.

### Einen Ordner erstellen

{% @supademo/embed url="<https://app.supademo.com/demo/nOti3fgjmVVwzfGuHgLai>" demoId="nOti3fgjmVVwzfGuHgLai" fullWidth="true" %}

1. Stellen Sie sicher, dass Sie sich im Menü „Dashboards“ befinden.
2. Öffnen Sie die Dashboard-Sammlung
3. Klicken Sie auf „Ordner hinzufügen“
4. Geben Sie dem Ordner einen Namen
5. Klicken Sie auf „Bestätigen“

### Dashboards in einen Ordner ziehen

1. Stellen Sie sicher, dass Sie sich im Menü „Dashboards“ befinden
2. Öffnen Sie die Dashboard-Sammlung
3. Ziehen Sie das Dashboard per Drag & Drop in den gewünschten Ordner

{% hint style="info" %}
Sie können Ordner auch nach demselben Prinzip in andere Ordner ziehen.
{% endhint %}

### Dashboards aus Ordnern entfernen

Sie können Dashboards auch wieder aus Ordnern entfernen.

Ziehen Sie ein Dashboard *nach oben* aus einem Ordner heraus, bis die *gesamte* Dashboard-Sammlung blau hervorgehoben ist.

Versuchen Sie nicht, das Dashboard nach unten zu ziehen, um es zwischen den anderen Dashboards anzuordnen.

{% hint style="info" %}
Sie können Ordner auch nach demselben Prinzip aus anderen Ordnern entfernen.
{% endhint %}


---

# 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/plattform/live-cockpit/organize-dashboards.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.
