# Tree Navigation Panel

The Tree Navigation Panel provides a collapsible side panel that displays the full parent-child hierarchy of the selected record up to **N levels**. It mirrors the same relationships as shown visually in the hierarchy layout.

This feature improved navigation by allowing users to:

* Quickly view the parent-child records/upper and lower level hierarchy on a simplified side panel.
* Navigate to any related record in the hierarchy by clicking on it in the panel.
* See the same display images for each record in the panel as shown in the main view for visual consistency.

### How to View the Tree Navigation Panel.

* Open the **Hierarchy view**.
* On the left side, you’ll see the **Tree Navigation Panel**.
* This panel auto-expands to show related records in a tree structure.

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

* Click any record in this panel to automatically highlight and center it in the visual map.

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


---

# 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.inogic.com/map-my-relationships/features/hierarchy-view/tree-navigation-panel.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.
