> For the complete documentation index, see [llms.txt](https://zerodensitydocumentation.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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="https://3158411086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4U3Lg7WjDb4Pjs4QC0E2%2Fuploads%2FCtZ4IuytTItjTAo6PqxZ%2Fimage.png?alt=media&amp;token=109969ee-b937-4483-bd41-b098c79402e3" alt=""><figcaption><p>Node Creation</p></figcaption></figure></div>

* Add a Break node to canvas.

<div align="left"><figure><img src="https://3158411086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4U3Lg7WjDb4Pjs4QC0E2%2Fuploads%2FV0iWE8GrEykA2BkMVXca%2Fimage.png?alt=media&amp;token=c3bf4558-2604-416c-8a4e-da38f9613c52" 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="https://3158411086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4U3Lg7WjDb4Pjs4QC0E2%2Fuploads%2FbO7gDKpqNiN3D8Kx7bVW%2Fimage.png?alt=media&amp;token=6d393652-75a9-44b7-9d1b-4b72ffde7294" 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="https://3158411086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4U3Lg7WjDb4Pjs4QC0E2%2Fuploads%2F5DBeiypEJWCdd5V3O5SK%2Fimage.png?alt=media&amp;token=a60393b0-4212-4fbf-9740-33d0c1adc379" 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="https://3158411086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4U3Lg7WjDb4Pjs4QC0E2%2Fuploads%2FzVqU58mCWYrdz44YMaCP%2Fimage.png?alt=media&amp;token=c4326e82-0aba-491c-aa36-6663f510cb8e" 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;
