# 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>
