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

# Branching

> How to branch

To branch you will want to use a trigger, either a wait until, an attribute trigger or soon an a/b test

### Trigger Types

At the moment we have 4 types of triggers: Wait Until, Time Delay, Time Window, Attribute

#### Wait Until

#### Attribute Triggers

Sometimes you want to move users to one step or another step depending on whether a user has a specific property or not. You can acheive this with attribute triggers. For example lets say you want to send users who live in a specific city an sms. If that city field is a saved property of your user you can set up an attribute trigger in the following way:

<Warning>Coming soon!</Warning>
