> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# And

<CardGroup cols={2}>
  <Card title="Bool, Bool" href="#bool-bool" />

  <Card title="Values" href="#values" />

  <Card title="Values" href="#values" />
</CardGroup>

***

<h2 id="bool-bool">
  Bool, Bool
</h2>

Return a Bool of the logical AND operation on two Bools.

### Inputs

| Name    | Type                                               | Description                  |
| ------- | -------------------------------------------------- | ---------------------------- |
| Value a | [Bool](../../../../block-documentation/types/bool) | First boolean value to AND.  |
| Value b | [Bool](../../../../block-documentation/types/bool) | Second boolean value to AND. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Bool](../../../../block-documentation/types/bool) |

***

<h2 id="values">
  Values
</h2>

Return a Bool of the logical AND operation on a list of Bools.

### Inputs

| Name   | Type                                                    | Description                         |
| ------ | ------------------------------------------------------- | ----------------------------------- |
| Values | [Bool List](../../../../block-documentation/types/bool) | The boolean values to AND together. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Bool](../../../../block-documentation/types/bool) |

***

<h2 id="values">
  Values
</h2>

Return a Bool of the logical AND operation on a list of Bool Fields.

### Inputs

| Name   | Type                                                                | Description                         |
| ------ | ------------------------------------------------------------------- | ----------------------------------- |
| Values | [Bool Field List](../../../../block-documentation/types/bool-field) | The boolean values to AND together. |

### Outputs

| Type                                                           |
| -------------------------------------------------------------- |
| [Bool Field](../../../../block-documentation/types/bool-field) |
