> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2021.4/getting-started/data-types/byte.md).

# Byte

A **Byte** **Data Type** represents a numerical value. More specifically, a *whole, precise* number between -128 and 127.

The advantage of using **Bytes** over [**Ints** ](/incari-studio/2021.4/getting-started/data-types/int.md)is that they are much more lightweight in terms of size, so are preferable when only a small range is needed.
