> ## 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.

# Logic

<CardGroup cols={2}>
  <Card title="And" href="../../../block-documentation/blocks/math/logic/and" />

  <Card title="Or" href="../../../block-documentation/blocks/math/logic/or" />

  <Card title="Xor" href="../../../block-documentation/blocks/math/logic/xor" />

  <Card title="Not" href="../../../block-documentation/blocks/math/logic/not" />

  <Card title="Less Than" href="../../../block-documentation/blocks/math/logic/less-than" />

  <Card title="Greater Than" href="../../../block-documentation/blocks/math/logic/greater-than" />

  <Card title="Less Than or Equal to" href="../../../block-documentation/blocks/math/logic/less-than-or-equal-to" />

  <Card title="Greater Than or Equal to" href="../../../block-documentation/blocks/math/logic/greater-than-or-equal-to" />

  <Card title="Not Equal" href="../../../block-documentation/blocks/math/logic/not-equal" />

  <Card title="Equals" href="../../../block-documentation/blocks/math/logic/equals" />
</CardGroup>
