# Condition Nodes

## **Condition nodes** <a href="#id-4.-condition-nodes" id="id-4.-condition-nodes"></a>

<figure><img src="/files/T1U1xeDePDn8PR0Fio7D" alt="" width="375"><figcaption><p>A condition node leading to an action.</p></figcaption></figure>

**Purpose**: Create branching logic in workflows

**Characteristics:**

* Evaluate conditions to determine workflow path
* Support six comparison operators: Same as, Not the same as, Less than, Less than or same as, Greater than, Greater than or same as.
* Enable if/else branching
* **Referencing node data**: Values are selected via UI dropdowns (e.g., Select "ticketing\_trigger" node → "requester\_email" field).


---

# 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.ebbot.ai/ebbot-docs/core-capabilities/automations/workflow-nodes/condition-nodes.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.
