All Docs
FeaturesDepositClearUpdated March 11, 2026

Onboarding Wizard: Back Navigation

Onboarding Wizard: Back Navigation

Added in v0.1.159

The onboarding wizard now supports backward navigation, allowing users to return to any previously completed step without losing their progress.

How it works

Back button

Starting from Step 2 of the onboarding flow, a Back button appears in the lower-left of the main card area. Clicking it returns you to the immediately preceding step.

  • The Back button is styled as a secondary action so it doesn't compete visually with the primary "Continue" / "Next" call-to-action.
  • It is not shown on Step 1 (the first step), since there is nothing to go back to.
  • Data entered in later steps is preserved when navigating back.

Clickable sidebar steps

The sidebar progress tracker on the left of the onboarding wizard lists all steps, highlighting completed ones. Completed steps are now clickable — clicking one jumps directly back to that step.

This lets users skip multiple steps at once. For example, if you are on Step 4 and realise your organisation slug set on Step 1 was wrong, you can click Step 1 in the sidebar to jump straight back, correct the value, and then advance forward again.

Common use cases

ScenarioHow to fix it
Typo in organisation name (Step 1)Click "Step 1" in the sidebar from any later step
Wrong slug enteredClick "Step 1" in the sidebar, update the slug field
Made an error on the previous stepClick the Back button in the card footer

Notes

  • Navigation is limited to steps you have already visited. You cannot skip ahead to a step you haven't reached yet via the sidebar.
  • The Back button is not available on Step 1 — this is intentional, as there is no prior step to return to.
  • Refreshing the page will still reset the wizard from the beginning.