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

# Wait For - Journey Node

> Wait for a user to enter a segment, with some timeout.

Wait For nodes allow you to wait for a user to enter a segment, with some timeout. If the user enters the segment before the timeout, they will progress to the next step. It has two branches, one for when the user enters the segment, and one for when the timeout is reached.

## Example Use Case - Email Inactive Users

You may want to send an email to users who have not logged in the last 30 days. You can do this by creating a segment that is only entered when a user has not logged in for 30 days. You can then use a Wait For node to wait for the user to enter this segment, and send them an email when they do.

<Frame>
  <img src="https://mintcdn.com/dittofeed/blTyhzJH4uYGEKZ4/images/inactive-user-journey.png?fit=max&auto=format&n=blTyhzJH4uYGEKZ4&q=85&s=fc4abd9a0b1886b90cb8b585934ccef3" alt="Inactive User Journey" width="3680" height="2382" data-path="images/inactive-user-journey.png" />
</Frame>

***

## Walkthrough Video - Wait For Node

<iframe className="w-full aspect-video" src="https://www.youtube.com/embed/PovwK0Mm_YE?si=3_BhYC8uXnXSzKtk" title="Using Wait For Nodes in User Messaging Journeys" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
