> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-comfy-docs-comfyapi-search.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ComfyAndNode - ComfyUI Built-in Node Documentation

> The And node performs a logical AND operation on a group of input values.

The And node performs a logical AND operation on a group of input values. It returns `true` only when every connected value is considered truthy according to Python's truthiness rules, which makes it useful for checking that several conditions are all met at the same time.

## Inputs

| Parameter | Description                                                                                                                                               | Data Type | Required | Range                  |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ---------------------- |
| `values`  | A growable group of values to evaluate. The node starts with one slot and you can add more by clicking the "+" button on the node. Accepts any data type. | ANY       | Yes      | Minimum 1 (no maximum) |

**Note:** This input is a growable slot group. Slots are added individually (for example `value_1`, `value_2`, and so on), and at least one slot must be present.

**Note:** The node uses Python's truthiness rules to decide whether a value is `true` or `false`. For example, an empty string, the number 0, an empty list, and `None` are all treated as `false`. All other values are treated as `true`.

## Outputs

| Output Name | Description                                                               | Data Type |
| ----------- | ------------------------------------------------------------------------- | --------- |
| `BOOLEAN`   | Returns `true` if all input values are truthy, otherwise returns `false`. | BOOLEAN   |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ComfyAndNode/en.md)

***

**Source fingerprint (SHA-256):** `e7359c46da62f9859ea4f4a239cf20c565b5f7de22d280afc00c7ca321f1c89d`
