> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/nodes/data/simple.md).

# Simple

### Description

This collection of [OverNode](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md)s represents data types that by definition are simple – the most basic data types usable by the Graph.

<table><thead><tr><th width="205.7659040188865">Name</th><th width="194.3279424240331">Type</th><th width="340.1572968009442">Description</th></tr></thead><tbody><tr><td>Integer Value</td><td>Int</td><td>Data type representing an int value</td></tr><tr><td>Float Value</td><td>Float</td><td>Data type representing a float value</td></tr><tr><td>Boolean Value</td><td>Boolean</td><td>Data type representing a bool value</td></tr></tbody></table>

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/nSO8UgAtwhaaZxB4g4kT/data_simple.png" alt=""><figcaption></figcaption></figure>
