For the complete documentation index, see llms.txt. This page is also available as Markdown.

Skip Logic

Skip logic refers to the order in which the slides will be presented to the user. There are three ways to create it:

  • Controlled by slides: In this mode, you set the default order in the editor and customize it if necessary by dependencies in each slide’s settings.

  • Controlled by tree: In this mode, you create a tree diagram with the paths based on previous answers.

  • Programmatically: Using our JavaScript API, you can have full branching control.

Last updated