# Start Condition and Set Condition

*Start Condition* sets the reference that should be used for comparison.

*Set Condition* sets the condition.

### Actions

{% content-ref url="/pages/TNoQ1jxLMZXERD3xoBHF" %}
[Actions = & ≠](/using-zerowork/using-building-blocks/start-condition-and-set-condition/actions-and.md)
{% endcontent-ref %}

{% content-ref url="/pages/DSe8rCg5baT2xLbVnn6Q" %}
[Actions <, ≤, >, ≥](/using-zerowork/using-building-blocks/start-condition-and-set-condition/actions-less-than-greater-than.md)
{% endcontent-ref %}

{% content-ref url="/pages/BOpTNmglVuXDELt3ai4n" %}
[Data Found & Data not Found](/using-zerowork/using-building-blocks/start-condition-and-set-condition/data-found-and-data-not-found.md)
{% endcontent-ref %}

{% content-ref url="/pages/ujSqpFSbEMDtxPIjIQwz" %}
[Contains & Does Not Contain](/using-zerowork/using-building-blocks/start-condition-and-set-condition/contains-and-does-not-contain.md)
{% endcontent-ref %}

{% content-ref url="/pages/2du2XdSmEgHbJ0lH0H2o" %}
[Before (Date) & After (Date)](/using-zerowork/using-building-blocks/start-condition-and-set-condition/before-date-and-after-date.md)
{% endcontent-ref %}

### Adding Multiple Conditions

You can add multiple conditions by simply adding multiple *Set Condition* building blocks to the *Start Condition* building block, like so:

<figure><img src="/files/44XXVNOqlkjtoCWGBPRm" alt=""><figcaption></figcaption></figure>

### Chaining Conditions

You can chain multiple *Start* and *Set Condition* building block pairs, like so:

<figure><img src="/files/Ggs1jkgeexj4fkLUkspA" alt=""><figcaption></figcaption></figure>

Also, as you can see above, you can add one *Set Condition* building block for just **one** condition or multiple blocks for multiple conditions.&#x20;


---

# 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.zerowork.io/using-zerowork/using-building-blocks/start-condition-and-set-condition.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.
