# Material Attribute

### Overview

Similar to Assets, Materials can also have attributes to define behaviour.

Once you've defined an attribute, you'll want to start using them. Materials often have attributes for them to help define behaviour on specific.

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

### Creating an Material Attribute

Go to **Settings > Material Definition > Material**

Select the **relevant Material,** then click **Create**; you will be presented with a pop-up.

### Fields

| Name      | Description                               |
| --------- | ----------------------------------------- |
| Attribute | Choose the attribute to link to the asset |

Click the ***Save and close*** button to finalise.


---

# 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/material-definition/material-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.
