> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/core/data-types/boolean.md).

# Boolean

#### Description

Represents a binary data type that can hold one of two values: **Yes** (true) or **No** (false). This type is commonly used for decision-making processes, where outcomes are dependent on whether a condition is met or not.
