> 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.md).

# Steps

- [Conditions](https://docs.flexy.bot/modules/scripting/steps/conditions.md)
- [And](https://docs.flexy.bot/modules/scripting/steps/conditions/and.md)
- [Or](https://docs.flexy.bot/modules/scripting/steps/conditions/or.md)
- [Equals](https://docs.flexy.bot/modules/scripting/steps/conditions/equals.md)
- [Does Not Equal](https://docs.flexy.bot/modules/scripting/steps/conditions/does-not-equal.md)
- [Greater Than](https://docs.flexy.bot/modules/scripting/steps/conditions/greater-than.md)
- [Greater Than Or Equal](https://docs.flexy.bot/modules/scripting/steps/conditions/greater-than-or-equal.md)
- [Less Than](https://docs.flexy.bot/modules/scripting/steps/conditions/less-than.md)
- [Less Than Or Equal](https://docs.flexy.bot/modules/scripting/steps/conditions/less-than-or-equal.md)
- [Text Contains](https://docs.flexy.bot/modules/scripting/steps/conditions/text-contains.md)
- [Text Does Not Contain](https://docs.flexy.bot/modules/scripting/steps/conditions/text-does-not-contain.md)
- [List Contains](https://docs.flexy.bot/modules/scripting/steps/conditions/list-contains.md)
- [List Does Not Contain](https://docs.flexy.bot/modules/scripting/steps/conditions/list-does-not-contain.md)
- [List Is Empty](https://docs.flexy.bot/modules/scripting/steps/conditions/list-is-empty.md)
- [List Is Not Empty](https://docs.flexy.bot/modules/scripting/steps/conditions/list-is-not-empty.md)
- [Is Null](https://docs.flexy.bot/modules/scripting/steps/conditions/is-null.md)
- [Is Not Null](https://docs.flexy.bot/modules/scripting/steps/conditions/is-not-null.md)
- [Matches Regular Expression](https://docs.flexy.bot/modules/scripting/steps/conditions/matches-regular-expression.md)
- [Does Not Match Regular Expression](https://docs.flexy.bot/modules/scripting/steps/conditions/does-not-match-regular-expression.md)
- [Only Continue If](https://docs.flexy.bot/modules/scripting/steps/only-continue-if.md)
- [If Else](https://docs.flexy.bot/modules/scripting/steps/if-else.md)
- [Delay](https://docs.flexy.bot/modules/scripting/steps/delay.md)
- [For Each Loop](https://docs.flexy.bot/modules/scripting/steps/for-each-loop.md)
- [While Loop](https://docs.flexy.bot/modules/scripting/steps/while-loop.md)
- [Paths](https://docs.flexy.bot/modules/scripting/steps/paths.md)
- [Make HTTP Request](https://docs.flexy.bot/modules/scripting/steps/make-http-request.md)
- [Parse JSON](https://docs.flexy.bot/modules/scripting/steps/parse-json.md)
- [Stringify JSON](https://docs.flexy.bot/modules/scripting/steps/stringify-json.md)
- [Throw Exception](https://docs.flexy.bot/modules/scripting/steps/throw-exception.md)
- [Type Conversion](https://docs.flexy.bot/modules/scripting/steps/type-conversion.md)
- [Create Text File](https://docs.flexy.bot/modules/scripting/steps/create-text-file.md)
- [Execute Function](https://docs.flexy.bot/modules/scripting/steps/execute-function.md)
- [Stop Automation](https://docs.flexy.bot/modules/scripting/steps/stop-automation.md)
- [Switch](https://docs.flexy.bot/modules/scripting/steps/switch.md)
- [Try Catch](https://docs.flexy.bot/modules/scripting/steps/try-catch.md)
- [Comment](https://docs.flexy.bot/modules/scripting/steps/comment.md)
- [Return](https://docs.flexy.bot/modules/scripting/steps/return.md)
