# Asset Hierarchy

Hierarchies allow you to create logical connections between different assets in the same collection.

This allows you to traverse through the collection and link assets together.

A hierarchy is set by defining a parent-child relationship tree.

<figure><img src="/files/GmcVCxIu67EpkCiH8MK4" alt=""><figcaption></figcaption></figure>

## Adding to Hierarchy

To add a new child or parent to an asset, click the **+Add Child** or **+Add Parent** buttons.

You will then be prompted to select the asset to connect from your collection.&#x20;

<figure><img src="/files/o8eEAFonUFfU7oB7YlU6" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Cyclical hierarchy structures are not supported. Adding relationships that would result in such a structure will be rejected.
{% endhint %}

## Removing from Hierarchy

To unlink a relationship, click the **X** button in the top right corner of the parent or child asset.


---

# 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.echo3d.com/web-console/manage-pages/content-page/asset-hierarchy.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.
