> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/get-to-know-your-workspace/hierarchy-tree.md).

# Hierarchy Tree

A tree structure is a hierarchical way to organize and visualize data, resembling an upside-down tree with a root node at the top and branches extending downwards.

#### Common Tree Structure in SimplifyQA

* **File System:** Represents files and directories in a hierarchical manner.&#x20;

  Ex: Scenarios
* **Organisational Chart:** Depicts the hierarchy of requirements within a project.&#x20;

  Ex: Requirement Management
* **Category and Subcategory:** Organises artefacts into categories and subcategories.

  Ex: Modules and Sub-modules

#### Interacting with Trees

* **Expanding and Collapsing:** Open or close branches to reveal or hide child nodes on click of expand and collapse icon in each node in tree.
* **Searching:** Find specific nodes within the tree using search functionality by providing the desired search keyword.

To get more accurate result and find the specific nodes, enable the node in which you want the system to search as shown below.&#x20;

<figure><img src="/files/n4T3wZUvWKHbxTyg2L0s" alt="" width="327"><figcaption></figcaption></figure>

For Example, in requirement management - root node would be Epic and child would be Feature and feature would have user story. If you want to only get the search result for user story, enable user story toggle in the 'Search By' field and the search keyword provided by you would be applicable only for the specified node.

<figure><img src="/files/lp78xNC1QFXDXBR87ggm" alt="" width="328"><figcaption></figcaption></figure>

* **Selecting Nodes:** Choose individual nodes for various actions. On right click on the selected node you will be getting more options for editing, adding/creating child node, delete, drag & drop and more.

<figure><img src="/files/QbMLxzohb67xpM6Zgax3" alt="" width="327"><figcaption></figcaption></figure>

* **Dragging and Dropping:** Rearrange nodes within the tree structure. Identify the nodes which you want to move. You can either select individual nodes or multiple nodes (using SHIFT and CTRL keys) and drop it to the valid destination node.&#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplifyqa.ai/get-to-know-your-workspace/hierarchy-tree.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
