> ## Documentation Index
> Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Conditional Navigation in Quiz Funnels

> Use conditional navigation to create dynamic quiz flows that adapt to user answers and guide visitors through personalized paths.

Conditional Navigation allows your quiz to adapt based on user answers. Instead of following a fixed path, users can be directed to different steps depending on what they select.

This helps you create **dynamic flows**, better qualification, and more personalized experiences.

***

## How It Works

You can define different paths in your flow based on user choices.

For example:

* If a user selects **Yes**, send them to a qualified step
* If a user selects **No**, send them to a different step

***

## Where to Use It

Conditional Navigation is available only on:

* **Multiple Choice blocks**
* **Image Choice blocks**

***

## How to Add Conditional Navigation

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/zX1e_FbvO5ADeBfk/images/image-15-1024x523.png?fit=max&auto=format&n=zX1e_FbvO5ADeBfk&q=85&s=7accfe3c0829f0e550fe6c6a5c9b0370" alt="Image 15 1024x523" width="1024" height="523" data-path="images/image-15-1024x523.png" />
</Frame>

### 1. Add a Choice Block

* Add a **Multiple Choice** or **Image Choice** block
* Create your answer options

### 2. Open Navigation Settings

* Select the block
* Scroll to the **Navigation** section
* Click to open it

***

## Navigation Options

### Next Step (Default)

* Sends users to the next step in the flow
* Applies to all answers equally

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/zX1e_FbvO5ADeBfk/images/image-16-1024x523.png?fit=max&auto=format&n=zX1e_FbvO5ADeBfk&q=85&s=cdc7b0989dcdc3091148d437df6b83e9" alt="Image 16 1024x523" width="1024" height="523" data-path="images/image-16-1024x523.png" />
</Frame>

***

### Go to Step

* Sends users to a specific step
* Ignores the default step order

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/zX1e_FbvO5ADeBfk/images/image-17-1024x524.png?fit=max&auto=format&n=zX1e_FbvO5ADeBfk&q=85&s=762c09b0b9012e0d71d2b5fcdac29e5a" alt="Image 17 1024x524" width="1024" height="524" data-path="images/image-17-1024x524.png" />
</Frame>

***

### Conditional Navigation

* Allows different paths for each answer

When enabled:

* Each option will have its own **step selector**
* You can define where each answer leads

Example:

* **Yes** → Step: Qualified
* **No** → Step: Not Qualified
  <video src="https://mintcdn.com/landerlab-babdc23f/zX1e_FbvO5ADeBfk/videos/Screen-Recording-2025-10-01-at-10.48.29-AM.webm?fit=max&auto=format&n=zX1e_FbvO5ADeBfk&q=85&s=77ba0aa99537dd16d3c91aeb08bbbee0" controls={true} data-path="videos/Screen-Recording-2025-10-01-at-10.48.29-AM.webm" />

***

### Custom URL

* Redirects users to an external page
* Applies regardless of which option is selected

Use cases:

* External thank-you page
* Offer page
* Different funnel

⚠️ Make sure the URL starts with `https://`

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/zX1e_FbvO5ADeBfk/images/image-19-768x392.png?fit=max&auto=format&n=zX1e_FbvO5ADeBfk&q=85&s=71366b473f53b8f0c41f26e9f5c25efb" alt="Image 19 768x392" width="768" height="392" data-path="images/image-19-768x392.png" />
</Frame>

***

## Navigate on Option Click

This setting controls how users move forward:

* **Enabled** → Automatically continues when an option is clicked
* **Disabled** → Requires user to click a button to continue

<Frame>
  <img src="https://mintcdn.com/landerlab-babdc23f/zX1e_FbvO5ADeBfk/images/image-20-768x202-1.png?fit=max&auto=format&n=zX1e_FbvO5ADeBfk&q=85&s=6a433fcaecfa29184909e27c19aba701" alt="Image 20 768x202 1" width="768" height="202" data-path="images/image-20-768x202-1.png" />
</Frame>

***

## Best Practices

* Keep your logic simple and easy to follow
* Use clear step names to avoid confusion
* Test all branches to ensure correct navigation
