> For the complete documentation index, see [llms.txt](https://docs.getgymini.com/gymini/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getgymini.com/gymini/features/features-overview/workflows/workflow-steps/utilizing-the-if-else-step-in-gyminis-workflow-builder/if-or-ask-branch-faq.md).

# If-Or-Ask Branch FAQ

#### **What happens when two branches are both true? Will the lead go down both paths?** <a href="#what-happens-when-two-branches-are-both-true-will-the-lead-go-down-both-paths" id="what-happens-when-two-branches-are-both-true-will-the-lead-go-down-both-paths"></a>

No, the system will push the lead down the first correct path/branch in your setup. So it goes top down in the order you built the conditions/branches.

<br>
