> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/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/h_haOnkzvpWoHDgb/images/Screenshot2025-10-20at3.38.35PM.png?fit=max&auto=format&n=h_haOnkzvpWoHDgb&q=85&s=41652682d886a5da414ff08bf50880e9" 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/GDuTdz0rJBKQOqLV/images/guides/image-26.png?fit=max&auto=format&n=GDuTdz0rJBKQOqLV&q=85&s=2dfde13eb877f0d68c4a3b0e1112db71" 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/GDuTdz0rJBKQOqLV/images/guides/image-27.png?fit=max&auto=format&n=GDuTdz0rJBKQOqLV&q=85&s=aceae6da568493853b745a7ed887d42d" 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/GDuTdz0rJBKQOqLV/images/guides/image-28.png?fit=max&auto=format&n=GDuTdz0rJBKQOqLV&q=85&s=8c94b3bdd79da4866ca1d67313939cf1" 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>
