# Dynamic Node Operations

Following sections provides various examples of how to utilize dynamic nodes by providing various methods. &#x20;

### Delaying Zoom Data

* Add your tracking choice to nodegraph canvas.&#x20;

<div align="left"><figure><img src="/files/NMeJ7e9edQODLQH6HvoD" alt=""><figcaption><p>Node Creation</p></figcaption></figure></div>

* Add a Break node to canvas.

<div align="left"><figure><img src="/files/j011skq1SJk8vLsjPmga" alt=""><figcaption><p>Node Connection</p></figcaption></figure></div>

* Connect Track output to the Input pin of the Break node. Since the Break is a dynamic node, it adopts the Track output pin and provides necessary data, as illustrated above.

<figure><img src="/files/b1hbMEiAn9GbsOihVXIH" alt=""><figcaption><p>Node Creation</p></figcaption></figure>

* Add <mark style="color:yellow;">**`Delay`**</mark>, <mark style="color:yellow;">**`Make`**</mark> and a node that has a track input, in our case it is <mark style="color:yellow;">**`Cyclorama`**</mark> node.

<figure><img src="/files/l3sQFlmloxd2FLoNDjSP" alt=""><figcaption><p>Node Tree</p></figcaption></figure>

* Connect the <mark style="color:green;">**`Output`**</mark> pin of the <mark style="color:yellow;">**`Make`**</mark> node into <mark style="color:green;">**`Track`**</mark> input.
* Connect the Break node's Zoom output pin into Delay node's Input pin.
* Connect the <mark style="color:yellow;">**`Delay`**</mark> node's <mark style="color:green;">**`Output`**</mark> pin into <mark style="color:yellow;">**`Make`**</mark> node's <mark style="color:green;">**`Zoom`**</mark> input pin.

<figure><img src="/files/e0OMCiec4whX6ufd4aO1" alt=""><figcaption><p>Finalizing Connections</p></figcaption></figure>

* Finalize establishment of the remaining connections, as shown above. Now you can delay the zoom by manipulating it with the help of dynamic nodes.&#x20;


---

# 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-sp2/reality-5.3-sp2/user-guide/nodegraph-actions/nodegraph/operating-nodegraph/dynamic-nodes/dynamic-node-operations.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.
