> ## Documentation Index
> Fetch the complete documentation index at: https://fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Use skip logic for questions with multiple answers

> Create dynamic forms that branch to different sections depending on previous answers using logic.

## How to set up skip logic

<Steps>
  <Step title="Navigate to Logic">
    On your form builder, go to `Logic`. For example, let’s ask respondents which specific services they would like to avail.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/60XYaN8M6v6eMBSZ/images/Screenshot2025-10-20at3.38.35PM.png?fit=max&auto=format&n=60XYaN8M6v6eMBSZ&q=85&s=db91c095254390543a0039045149111b" alt="Screenshot 2025-10-20 at 3.38.35 PM.png" width="2611" height="1441" data-path="images/Screenshot2025-10-20at3.38.35PM.png" />
  </Step>

  <Step title="Create branches">
    By default, each page connects to a single page, until the **Ending page**. We want to create a dynamic form that will only show pages relevant to previous answers.

    First, drag and drop the <Icon icon="circle-plus" iconType="solid" /> connector of the page containing the question to the connector of the relevant page.

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/KaRHLex9fqtFXaSO/images/guides/image-26.png?fit=max&auto=format&n=KaRHLex9fqtFXaSO&q=85&s=1ae7aa786f5d531fb6016b82b9cbd0bf" alt="PDF Viewer" width="2530" height="693" data-path="images/guides/image-26.png" />
  </Step>

  <Step title="Set conditions">
    Say, the respondent selects "Solutions" and "Training" only. In this case, we’ll have them skip the page(/s) that come before it, "Consultation".

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/KaRHLex9fqtFXaSO/images/guides/image-27.png?fit=max&auto=format&n=KaRHLex9fqtFXaSO&q=85&s=1e8262a02d5d5f55ff4cfb48dd40a50d" alt="PDF Viewer" width="2767" height="1167" data-path="images/guides/image-27.png" />

    Now, let’s make a path for when they select only one option like "Solutions". We’ll add a branch to skip the page(/s) after it, "Training".

    <img src="https://mintcdn.com/fillout-005a867b-dependabot-npm-and-yarn-form-data-4-0-6/KaRHLex9fqtFXaSO/images/guides/image-28.png?fit=max&auto=format&n=KaRHLex9fqtFXaSO&q=85&s=3cd0637e14f97cb4beec7fc7ba9d2c82" alt="PDF Viewer" width="2356" height="1099" data-path="images/guides/image-28.png" />

    For the remaining options, add branches and repeat the same process. Configure the conditions as you see fit.
  </Step>
</Steps>

## Relevant articles

<CardGroup cols={3}>
  <Card title="Page logic" icon="diagram-project" iconType="regular" color="#FFC738" href="/page-logic">
    Hide or show pages or custom endings based on respondent input.
  </Card>

  <Card title="Condition groups" icon="table-tree" iconType="regular" color="#FFC738" href="/condition-logic-groups">
    Show or hide fields based on multiple conditions at once.
  </Card>
</CardGroup>
