# Sink Pin

The <mark style="color:yellow;">**`Sink`**</mark> pin is a unique tool for creating an endpoint for the nodegraph. When you create a <mark style="color:yellow;">**`Sink`**</mark> node, you essentially generate the node that initiates the execution of the entire nodegraph.

The <mark style="color:yellow;">**`Sink`**</mark> node acts as the terminal point of your nodegraph, where the final processed output is directed.

In cases where you lack an AJA card and, consequently, can't create <mark style="color:yellow;">**`AJAIn`**</mark> and <mark style="color:yellow;">**`AJAOut`**</mark> nodes for video I/O connections, the <mark style="color:yellow;">**`Sink`**</mark> Node becomes a handy tool.&#x20;

Without direct hardware connections, the <mark style="color:yellow;">**`Sink`**</mark> node allows you to process and manipulate data within the Reality Hub environment.

### Creating Sink Node

* Hover over the output pin of your desired node.

<div align="left"><figure><img src="/files/SyPljSNvpzfoHVaZxWSt" alt=""><figcaption><p>Creating Sink Node</p></figcaption></figure></div>

* Hold the left mouse button and drag, then release it.
* In the **Node Creation Menu**, locate and click on the **Sink** button.

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


---

# 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/sink-pin.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.
