> 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/2024.1/objects-and-types/data-types/bool.md).

# Bool

A **Bool** (Boolean) is a **Data Type** that represents 2 states: *true* or *false.* In **Incari**, these states are represented as a 0 (*false*) or 1 (*true*).

This is a very commonly used **Data Type** and it is mostly used for conditional statements and flow control.
