> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/if.md).

# Branch with If in Duaer

In Duaer, If has two outputs: true and false. Conditions hold the rule. Items on an unwired side are dropped.
## Send items down two paths

1. Search for If and connect it after the previous node.
2. Under Conditions, select Add Condition and set the check.
3. Wire the next node to true. Wire false when that path also needs work.
4. Select Execute step. Matches leave on true. The rest leave on false.

Ignore Case under Options is on by default. Convert types where required is off by default.

For many rule branches, use Switch. Refer to [Split a Duaer run with If and Switch](/flow-logic/splitting.md).
## Questions

### If I only wire true on If in Duaer, where do false items go?

With that side unwired, those items do not reach later nodes.

