# Asset Attribute

### Overview

Once you've defined an attribute, you'll want to start using them. Assets often have attributes for them to help define behaviour on specific. For example, if you have multiple beverage fillers on a line, each one may have a differing number of filler heads.

Attributes are added in the configuration section but can be associated to the an asset through the asset attribute table.

{% hint style="info" %}
This attribute will remain the same on every order that uses this asset. However, if you ever want to give operators the option to update an Asset Attribute, this is possible by using the [Update Attribute](/tillit/knowledge-base/setting-up-tillit/activity-templates/activity/elements/element-types/update-attribute.md) for Asset Attributes in an activity. Caution should be used when doing this as this will affect any order using this asset, present and future.
{% endhint %}

### Create an Asset Attribute

Go to ***Settings > Asset Hierarchy > Assets***

Then **select the relevant asset.** Click on the **Asset Attribute** panel then **Create**.

Select the attribute to be liked to from the dropdown. After selecting the attribute another field will appear. This field name in accordance to the type of field expected e.g Numeric Value

{% hint style="info" %}
Keep in mind if the order also has the same attribute the order attribute will take precedence.
{% endhint %}

![](/files/U65S1n9EpQfvW6v1uwEr)

Enter the desired value and click **Save and close**


---

# 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://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/asset-hierarchy/assets/attributes.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.
