> 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/scripting/steps/conditions/greater-than-or-equal.md).

# Greater Than Or Equal

**Introduction**

The "Greater Than or Equal" step checks whether a variable's value is greater than or equal to a specified number and returns `Yes` if the condition is met. This step is useful for comparing numerical values.

**Configuration**

* **Variable**: The numeric variable to be compared. Supported types include numbers and integers.
* **Value**: The number to compare against the variable.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the variable is greater than or equal to the specified value.
