> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tranthor.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Or - Segment Node

> Allow any users to join the segment if they satisfy one condition "Or" another condition.

"Or" segment nodes allow any users to join the segment if they satisfy one condition "Or" another condition.

## Example Use Case - Onboarding Call

Let's say you have a SAAS business, and you have a complex onboarding process that your users typically need help with. You may want to email your users with a link to book a call with your team to assist them in onboarding.

You may want to then send them a followup reminder email if they haven't booked a call within 7 days *or* achieved the original goal of onboarding. This will guarantee that your users will not receive irrelevant emails, if they have already onboarded.

You could model this logic with the following segments, and journey.

You'll use an Or segment, to represent users who have booked a call or onboarded.

<Frame>
  <img src="https://mintcdn.com/tranthor/YfEHKB3txLF8KvIE/images/or-segment.png?fit=max&auto=format&n=YfEHKB3txLF8KvIE&q=85&s=cf9eb6445723010edb5d0d00e97a68cc" alt="Or Segment Example" width="3680" height="2232" data-path="images/or-segment.png" />
</Frame>

A segment for users who have onboarded,

<Frame>
  <img src="https://mintcdn.com/tranthor/YfEHKB3txLF8KvIE/images/onboarded-segment.png?fit=max&auto=format&n=YfEHKB3txLF8KvIE&q=85&s=42302f78c91e84c2566b56881e228e71" alt="Onboarded Segment Example" width="3680" height="2232" data-path="images/onboarded-segment.png" />
</Frame>

A segment for new users,

<Frame>
  <img src="https://mintcdn.com/tranthor/YfEHKB3txLF8KvIE/images/new-users-segment.png?fit=max&auto=format&n=YfEHKB3txLF8KvIE&q=85&s=98d525ff2d17a345762ef16bdb10c10c" alt="New Users Segment Example" width="3680" height="2232" data-path="images/new-users-segment.png" />
</Frame>

And finally, putting it all together, your journey.

<Frame>
  <img src="https://mintcdn.com/tranthor/YfEHKB3txLF8KvIE/images/onboarding-call-journey.png?fit=max&auto=format&n=YfEHKB3txLF8KvIE&q=85&s=82601b5e23e10969ceaa452986913340" alt="Onboarding Call Journey Example" width="3680" height="2232" data-path="images/onboarding-call-journey.png" />
</Frame>
