> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bool

> A boolean value of true or false.

### Properties

| Name    | Type                                                     |
| ------- | -------------------------------------------------------- |
| Field   | [Bool Field](../../block-documentation/types/bool-field) |
| Integer | [Integer](../../block-documentation/types/integer)       |
| List    | [Bool List](../../block-documentation/types/bool)        |
| Text    | [Text](../../block-documentation/types/text)             |

### Block Reference

| Block Name                                                                                       | Location   |
| ------------------------------------------------------------------------------------------------ | ---------- |
| [And](../../block-documentation/blocks/math/logic/and)                                           | Math/Logic |
| [Or](../../block-documentation/blocks/math/logic/or)                                             | Math/Logic |
| [Xor](../../block-documentation/blocks/math/logic/xor)                                           | Math/Logic |
| [Not](../../block-documentation/blocks/math/logic/not)                                           | Math/Logic |
| [Less Than](../../block-documentation/blocks/math/logic/less-than)                               | Math/Logic |
| [Greater Than](../../block-documentation/blocks/math/logic/greater-than)                         | Math/Logic |
| [Less Than or Equal to](../../block-documentation/blocks/math/logic/less-than-or-equal-to)       | Math/Logic |
| [Greater Than or Equal to](../../block-documentation/blocks/math/logic/greater-than-or-equal-to) | Math/Logic |
| [Not Equal](../../block-documentation/blocks/math/logic/not-equal)                               | Math/Logic |
| [Equals](../../block-documentation/blocks/math/logic/equals)                                     | Math/Logic |
