# Hierarchies

As an administrator you can create hierachies that can be used when defining templates. In the Administration module, in the Hierarchies menu option you will see the list of all the already defined hierarchies and can see their details.

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

Legend:

<img src="/files/2TzTSMAGWupykIebrzlr" alt="" data-size="line">: Node with nodes underneath. Clicking on this icon will expand the sublevels.

<img src="/files/zA9KWKSXw3DbepZoQGTq" alt="" data-size="line">: Node with nodes underneath that are already visible. Clicking on this icon will collapse the sublevels.

<img src="/files/6Cd6Qfgo4iDWGdk8aXcn" alt="" data-size="line">: Node at the lowest level.

#### Create new hierarchy

You can create a new hierarchy from the web but also uploading a csv file. This file must have the following structure: "id,name,parentId,description", and with the following considerations:

* The id and parent\_id always must be numeric
* If the parent\_id is empty, then it will be considered first level

#### Edit existing hierarchy

You can edit an existing hierarchy directly on the web or uploading a csv file.


---

# 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.truedat.io/6.8/administration/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.
