# Attributes

**Attributes can relate to an Asset, Order or Material.** TilliT uses a hierarchy to identify what attribute to use, this way you can maintain the same attribute (Max Temperature) in an asset, a material and an order. They can be referenced in Calculations, Read only notes, Active Item Expressions, Hidden Expressions and Tolerances.

Think about the **attributes relevant to your products or orders**.

Data attributes can be of various data types, such as number, text, or booleans (true/false), and can be used to represent different aspects of an configuration.

For example: set points, customers, colours, date of expiration, etc.


---

# 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/planning/data-gathering/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.
