Last updated: 7/9/2026
After you complete the onboarding survey, TourEstateAI saves your progress and sends you back into the product.
Completing the Formbricks survey triggers markFormbricksOnboardingInProgress (status IN_PROGRESS). You are redirected to returnUrl from the query string or to /projects/new. A server webhook later marks onboarding COMPLETED and stores final survey answers.
Finish setup >>> Survey complete >>> /projects/new
Prerequisites: You finished the embedded onboarding survey.
Step 1. Survey completion signal
Formbricks posts a completion message to the app.
The client calls markFormbricksOnboardingInProgress.
Step 2. Redirect into the app
You go to returnUrl if it was set on /onboarding?returnUrl=....
Otherwise you go to /projects/new.
Step 3. Background completion
Webhook processing may set accountOnboardingStatus to COMPLETED.
Organization fields (industry, company size, etc.) are updated from survey answers.
If the status update fails you see: Could not continue — We couldn't update your setup status. Please try again or refresh the page.