In this Interactive Tutorial, you'll learn how to start a demo from a specific screen (embed/on-demand)
Step 1:
Open up your demo's Details section. Click 'Share'

Step 2:
Copy the link.

Step 3:
Add ‘?step=X’ to the demo URL, with X as the screen number (starting from 0)
Before: https://app.demoboost.com/playback/max39f7n
After: https://app.demoboost.com/playback/max39f7n?step=4
You’ll notice that you’ve been automatically redirected to Screen 4.

For embedded demos, add the parameter to the demo URL in the 'src' attribute.
Before: <iframe src="https://app.demoboost.com/playback/max39f7n" ></iframe >
After: <iframe src="https://app.demoboost.com/playback/max39f7n?step=4" ></iframe >
Click here to see more about embedded demos.