# Conditions

- [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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flexy.bot/modules/scripting/steps/conditions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
