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

# Jump to Question (Logic Jump)

Use **Jump to Question** to send respondents to a specific question based on their answers.

Logic Jump is useful when different answers should lead customers through different paths in your survey.

For example:

> **IF** Question 1 is equal to "Yes"<br />**THEN** Jump to Question 5

Instead of continuing to the next question, Apricot will take the respondent directly to Question 5.

## Set Up a Logic Jump

<Steps>
  <Step title="Step 1: Open Survey Branching">
    Open the survey you want to add a Logic Jump to.

    <Frame>
      <img src="https://mintcdn.com/apricot-survey/j_rIWlobp1yr8cT1/images/all-surveys-page.png?fit=max&auto=format&n=j_rIWlobp1yr8cT1&q=85&s=933ba70c3de0ae53e56015629d1f2cb7" alt="All Surveys Page" width="2612" height="1054" data-path="images/all-surveys-page.png" />
    </Frame>

    From the survey editor, click **Survey Branching**.

    <Frame>
      <img src="https://mintcdn.com/apricot-survey/j_rIWlobp1yr8cT1/images/branching-survey-button.png?fit=max&auto=format&n=j_rIWlobp1yr8cT1&q=85&s=8b19db0457a52662a7c0ab9760e84c3f" alt="Branching Survey Button" width="2102" height="1218" data-path="images/branching-survey-button.png" />
    </Frame>
  </Step>

  <Step title="Step 2: Select the question">
    Click the question block that contains the answer you want to use as the condition.

    <Frame>
      <img src="https://mintcdn.com/apricot-survey/j_rIWlobp1yr8cT1/images/branching-logic-survey-1.png?fit=max&auto=format&n=j_rIWlobp1yr8cT1&q=85&s=3eb0814d16a0a51babd9e3f7e3811b1f" alt="Branching Logic Survey 1" width="2834" height="1136" data-path="images/branching-logic-survey-1.png" />
    </Frame>
  </Step>

  <Step title="Step 3: Create your condition">
    Click **Add Rule** and configure the **IF** condition.

    Select:

    1. The question you want to evaluate
    2. The appropriate operator
    3. The answer or value that should trigger the jump

    For example:

    > **IF** Question 1 → Is equal to → "Yes"

    <Frame>
      <img src="https://mintcdn.com/apricot-survey/j_rIWlobp1yr8cT1/images/survey-rule-page.png?fit=max&auto=format&n=j_rIWlobp1yr8cT1&q=85&s=23f649f4412a2a4c3f5ee39bf6fcff0c" alt="Survey Rule Page" width="1774" height="964" data-path="images/survey-rule-page.png" />
    </Frame>

    For more information about available operators and conditions, see **Create Branching Rules & Conditions.**
  </Step>

  <Step title="Step 4: Choose Jump to Question">
    Under **THEN**, select **Jump to Question.**

    Choose the question you want respondents to be redirected to when the condition is met.

    For example:

    **THEN → Jump to Question 5**

    <Frame>
      <img src="https://mintcdn.com/apricot-survey/j_rIWlobp1yr8cT1/images/survey-branching-actions.png?fit=max&auto=format&n=j_rIWlobp1yr8cT1&q=85&s=c799c764d972c81bfaa5d129f2dbc87d" alt="Survey Branching Actions" width="1780" height="1014" data-path="images/survey-branching-actions.png" />
    </Frame>

    **Save** the rule to apply the Logic Jump.

    The branching flow will be updated automatically to show the connections between the questions.
  </Step>
</Steps>
