# Simplifying Node Network

Nodegraph clarity is an important topic for every node-based pipelines. By nature, node networks become complex and hard to read. To address the issue, simplifying tools are essential.&#x20;

Reality Hub offers [Node Context Menu](/docs/reality-5.3-sp3/reality-5.3-sp3/user-guide/nodegraph-actions/nodegraph/nodegraph-context-menus/node-context-menu.md) features for better readability such as [Portal Pin](/docs/reality-5.3-sp3/reality-5.3-sp3/user-guide/nodegraph-actions/nodegraph/portal-pin.md), Hide Unused Pins, Rename Node, [Node Comment](/docs/reality-5.3-sp3/reality-5.3-sp3/user-guide/nodegraph-actions/nodegraph/node-comment.md), etc.

### Stages

#### First Stage

In the first stage, we create **Portal Pins** for commonly used connections, such as the <mark style="color:green;">**`SingleLink 1`**</mark> output of the <mark style="color:yellow;">**`AJAIn`**</mark> node, the <mark style="color:green;">**`Track`**</mark> output pin of the <mark style="color:yellow;">**`Xync`**</mark> node, and the <mark style="color:green;">**`Lens Distortion`**</mark> output pin of the <mark style="color:yellow;">**`Break Track`**</mark> nodes.

#### Second Stage

In the second stage, we group various nodes using the **Create Comment From Selection** option and assign them meaningful names like Camera Tracking, Talent Tracking, Cyclorama, RealityKeyer, and Compositing and Rendering.

#### Third Stage

In the third stage, we rename various nodes that share the same name, such as <mark style="color:yellow;">**`Break Track`**</mark>, <mark style="color:yellow;">**`Distort`**</mark>, and <mark style="color:yellow;">**`Undistort`**</mark> nodes, using the **Rename** option. This helps prevent confusion and incorrect connections when working on relatively complex nodegraph operations.&#x20;

<figure><img src="/files/mTCUkNvT8frtxhGx8pGS" alt=""><figcaption><p>Nodegraph in its Natural State</p></figcaption></figure>

<figure><img src="/files/3pPYQbQ8NuueDdVcfGfM" alt=""><figcaption><p>Fine-Tuned Nodegraph</p></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://zerodensitydocumentation.gitbook.io/docs/reality-5.3-sp3/reality-5.3-sp3/user-guide/nodegraph-actions/nodegraph/operating-nodegraph/simplifying-node-network.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.
