# Binary Value

## Overview

![The Binary Value Node.](/files/enyuwEBydm1uP5QC0ITX)

The **Binary Value** stores the inputted value as bytes.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The Binary Value Node Attributes.](/files/Z6kdaIrUIezSLUkrZ06W)

| Attribute | Type         | Description                                                                                                                                                                                                                                                                                             |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Base`    | **Dropdown** | The form the inputted value takes. This can either be `Binary (Base2)` or `Hex (Base16)`. When `Binary (Base2)` is selected, only 1 and 0 are allowed in the `Value` **Attribute**. When `Binary (Base16)` is selected, only numbers from 0-9 and letters A-F are allowed in the `Value` **Attribute**. |
| `Value`   | **String**   | The `Value` that the generated number will have.                                                                                                                                                                                                                                                        |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **Binary** | A binary number you wish to add to the **Binary Value** **Node**.     |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Output`           | **Binary** | The generated binary number represented as hexadecimal.                                                                                |

## External Links

* [*Hexadecimal*](https://en.wikipedia.org/wiki/Hexadecimal) on Wikipedia.
* [*Binary and Hexadecimal Numbers*](https://www.electronics-tutorials.ws/binary/bin_3.html) on Electronics Tutorials.


---

# 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.incari.com/incari-studio/toolbox/binary/binary-hex-value.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.
