# Asset Hierarchies

The **Asset Hierarchy** tab is used to assign a specific version of an **Asset Hierarchy** to the device. An asset hierarchy defines the logical structure of your equipment—such as site, production lines, and machines—and includes configuration and modules needed to run that structure.

Each device can have **one assigned hierarchy version**, and optionally only a **subset** of the hierarchy, if it's shared between multiple devices.

<figure><img src="/files/vJcmcbnECiWdVx163bZz" alt=""><figcaption><p>The Asset Hierarchy tab on device configurations</p></figcaption></figure>

***

### Assigning Asset Hierarchy

Click the **Assign** button to open the asset hierarchy picker. Here you can first choose a hierarchy by name and version:

<figure><img src="/files/glKr196gB51xZfzlFC2Y" alt=""><figcaption><p>Selecting Asset Hierarchy to assign to the device.</p></figcaption></figure>

After choosing the desired Asset Hierarchy in its desired version, click next. This opens the Area Selection, where it is possible to select either all or only parts of the Asset Hierarchy:

<figure><img src="/files/JOY1Q44dxFgrsFi9ytZN" alt=""><figcaption><p>Selecting a subset of the Asset Hierarchy Ares to assign to the device.</p></figcaption></figure>

Clicking Done assigns the selected areas of the Asset Hierarchy to the device configuration.

{% hint style="info" %}
Areas in an Asset Hierarchy can only be assigned to a single device.
{% endhint %}

***

### Unassigning Asset Hierarchy

To remove the assignment of an Asset Hierarchy click the **Clear** button.

***

### Asset Hierarchy Details

To view details about the assigned Asset Hierarchy, click the Show Details button.

<figure><img src="/files/plmuBTmnb37MY8CBdTnC" alt=""><figcaption><p>Assigned Asset Hierarchy details.</p></figcaption></figure>

The details includes the following information:

* Data Connectors: A list of the data connectors defined in the Asset Hierarchy, including the module name and the number of tags that are using the data connector.
* Tags: A list of all tags defined in the assigned parts of the Assert Hierarchy. The list includes the following information:
  * Tag name
  * Data Source name
  * Type (read/write)
  * Address - the item reference for the data retrieval
  * Aggregation type, if any is applied
  * Sampling (On Change / Periodic)
* Jobs: A list of periodic jobs (FTP / File Share)


---

# 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.tricloudnexus.io/management-portal/management/device-configuration/asset-hierarchies.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.
