# Tutorial 2: User Onboarding Flow ## Goal Build a realistic onboarding flow with step composition and shared state. ## What You Learn - How to model business state in `ExecutionContext` - How to compose steps with `Block`, `Chain`, and `Flow` - How to inspect outcomes ## Reference See the onboarding example in [Getting Started](../getting_started.md).