# How do I create quiz with logic jumps?

Logic jumps means that you send the user to a specific questions based on their answer. Therefore, a user's quiz experience is determined by their answers, not the order of the quiz's questions.

## How to enable logic jumps

Navigate to the Quiz page and enable logic jumps:

<figure><img src="/files/ciMPt153EdyVZzG6OdiT" alt=""><figcaption></figcaption></figure>

## How to create a logic chain

After you've created a couple of questions, you can set up your quiz so that an answer leads you to a specific question via the "Leads to" dropdown. You will only see "Leads to" if logic is enabled via settings:

<figure><img src="/files/FPiyBkxtHINMty3nxB7x" alt=""><figcaption></figcaption></figure>

## Add labels to questions

You can add an Internal label to each question. This label is a kind of note that helps you to determine, for instance, logic path. These labels aren't visible to your customers:

<figure><img src="/files/IVsRodPwLwMQ7rup6Uze" alt=""><figcaption></figcaption></figure>

## Finish your quiz setup

Read other tutorials and continue your existing journey to increasing your profit :smile:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pb-apps.gitbook.io/ant-quiz-kit/how-to/how-do-i-create-quiz-with-logic-jumps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
