> 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/list-contains.md).

# List Contains

**Introduction**

The "List Contains" step checks whether a list variable contains a specified item and returns `Yes` if the item is found. This step is useful for verifying the presence of an element within a list.

**Configuration**

* **Variable**: The list variable to be checked. The items in the list must support equality checks.
* **Value**: The item to look for within the list.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the specified item is present in the list.
