# Asset modeling: create templates

## Asset modeling

**Asset templates** are a kind of **“blueprint”** for assets. They determine which **Attributes** an asset has, for example **«temperature», «humidity», «illuminance» or the «number of people»**. These attributes define the values that can be monitored or controlled with an asset.

If you [↗ create a new asset](https://docs.buildings.ability.abb/collection/english-v14/documentation/assets/create-assets), you will be prompted to select an **asset template** . The asset created in this way then contains all **predefined attributes** of the template.

### **Why use asset templates?**

Manually creating assets can take a lot of time – especially when each asset needs to be equipped with specific attributes.

With **Asset modeling** you can **create templates for different asset types** and **reuse them as often as you like**.

### **Example: smoke detector**

A building contains **hundreds of smoke detectors**.

* **Without asset modeling** you would have to create each smoke detector individually and assign it the appropriate attributes.
* **With asset modeling** you create the asset template once **"smoke detector"**. This template already contains all relevant attributes. If you now create a new smoke detector, simply duplicate the template and only adjust **the specific properties** such as location or ID.

▷ *This saves time and ensures consistent management of your assets.* 🚀


---

# Agent Instructions: 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:

```
GET https://docs.buildings.ability.abb/collection/english-v14/documentation/assets/asset-modeling-create-templates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
