> 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/verpflichtende-basis/assets/structuring-assets.md).

# Assets strukturieren

Selbst in einem relativ kleinen Mandanten kann sich sehr schnell eine äußerst große Anzahl von Assets ansammeln.

Um den Überblick zu behalten, ist es daher äußerst wichtig, Assets logisch und nachvollziehbar zu strukturieren.

BuildingPro Suites bietet zwei Möglichkeiten, Assets zu strukturieren und darzustellen:

* Funktionale Sortierung
* Geografische Sortierung

***

## Verschachtelung von Assets

Assets können ineinander verschachtelt werden. Verschachtelung ist eine hierarchische Organisation von Assets, bei der einem Asset ein übergeordnetes Asset zugewiesen wird.

{% hint style="info" %}
**Beispiel**

Innerhalb eines „Country“-Assets befindet sich das „Building“-Asset.

Innerhalb des „Building“-Assets befindet sich das „Floor“-Asset.

Innerhalb des „Floor“-Assets befindet sich das „Room“-Asset.

Innerhalb des „Room“-Assets befindet sich das „Sensor“-Asset.

Die Verschachtelung sieht dann so aus: Country > Building > Floor > Room > Sensor
{% endhint %}

***

## Geografische Sortierung

Geografische Sortierung zeigt Assets nach geografischen Gesichtspunkten sortiert an. So können Sie beispielsweise auf einen Blick alle Sensoren auf einem Stockwerk sehen.

***

## Funktionale Sortierung

Funktionale Sortierung ordnet Assets entsprechend ihrer Zugehörigkeit zu einem übergeordneten System.

{% hint style="info" %}
Beispiel:

Ein Gebäude enthält ein Lüftungssystem. Dieses Lüftungssystem ist über das gesamte Gebäude verteilt: Das Steuerungssystem befindet sich im Keller, jeder Raum hat mehrere Ventilatoren und Temperatursensoren, und auf dem Dach gibt es weitere Ventilatoren.

In BuildingPro Suites ist jeder einzelne Ventilator, Temperatursensor usw. ein eigenes Asset.

Mit geografischer Sortierung wäre es äußerst schwierig, den Überblick über jedes einzelne Asset zu behalten. Der Benutzer müsste jedes einzelne Stockwerk und jeden einzelnen Raum aufrufen, nur um einige wenige Assets zu sehen.

Außerdem müsste der Benutzer genau wissen, wie viele Assets es insgesamt gibt.

Funktionale Sortierung macht alles viel einfacher: Es gibt ein Asset für das gesamte Lüftungssystem. Alle Assets, die funktional zum Lüftungssystem gehören, sind diesem Asset untergeordnet.
{% 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/verpflichtende-basis/assets/structuring-assets.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.
