> 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/erste-schritte/2.-assets-einrichten/asset-templates-verstehen.md).

# Asset-Templates verstehen

{% hint style="info" %}
Alle Informationen zum Thema Assets erhalten Sie im Kapitel [↗ Asset-Modellierung](/collection/german-14.2-freezed/dokumentation/assets/asset-modellierung-templates-erstellen.md)
{% endhint %}

**Asset-Templates** sind eine Art **„Blaupause“** für Assets. Sie bestimmen, welche **Attribute** ein Asset besitzt, also beispielsweise **«Temperatur», «Luftfeuchtigkeit», «Beleuchtungsstärke» oder die «Anzahl an Personen»**. Diese Attribute definieren die Werte, die mit einem Asset überwacht oder gesteuert werden können.

Wenn Sie [↗ ein neues Asset erstellen](/collection/german-14.2-freezed/dokumentation/assets/assets-erstellen.md), werden Sie aufgefordert, ein **Asset-Template** auszuwählen. Das auf diese Weise erstellte Asset enthält dann alle **vordefinierten Attribute** des Templates.

### **Warum Asset-Templates nutzen?**

Das manuelle Erstellen von Assets kann viel Zeit in Anspruch nehmen – besonders dann, wenn jedes Asset mit spezifischen Attributen ausgestattet werden soll.

Mit der **Asset-Modellierung** können Sie **Vorlagen für verschiedene Asset-Typen erstellen** und diese **beliebig oft wiederverwenden**.

### **Beispiel: Rauchmelder**

Ein Gebäude enthält **hunderte Rauchmelder**.

* **Ohne Asset-Modellierung** müssten Sie jeden Rauchmelder einzeln anlegen und mit den passenden Attributen versehen.
* **Mit Asset-Modellierung** erstellen Sie einmalig das Asset-Template **"Rauchmelder"**. Dieses Template enthält bereits alle relevanten Attribute. Wenn Sie nun einen neuen Rauchmelder anlegen, duplizieren Sie einfach das Template und passen nur noch **die spezifischen Eigenschaften** wie Standort oder ID an.

▷ *Das spart Zeit und sorgt für eine einheitliche Verwaltung Ihrer Assets.* 🚀


---

# 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/erste-schritte/2.-assets-einrichten/asset-templates-verstehen.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.
