> ## 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 AI to create quizzes

> Fillout lets you make interactive quizzes with the AI Quiz Maker for free. Add this to your ChatGPT.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## How it works

<Steps>
  <Step title="Go to the AI Quiz Maker">
    On Fillout, scroll to the bottom of the page, and click [**AI Quiz Maker**](https://www.fillout.com/ai-quiz-maker).
  </Step>

  <Step title="Enter a description">
    Describe the kind of quiz you want, then choose a **Difficulty** and a theme **Design** to `Generate quiz`.

    <img src="https://mintcdn.com/fillout-005a867b/vcN_Q3XXejRPmzRM/images/Screenshot2025-10-15at4.37.51PM.png?fit=max&auto=format&n=vcN_Q3XXejRPmzRM&q=85&s=303368ba4e33bdb511cf4303cf3f87f3" alt="Screenshot 2025-10-15 at 4.37.51 PM.png" width="1612" height="1077" data-path="images/Screenshot2025-10-15at4.37.51PM.png" />
  </Step>

  <Step title="Customize your AI quiz">
    [Style](/help/themes) your quiz, set up [scoring](https://www.fillout.com/help/make-a-free-quiz#how-to-create-a-quiz-in-fillout), and [choose which ending page to display](https://www.fillout.com/help/create-a-lead-quiz#add-calculations-to-ending-pages-and-custom-emails) depending on the outcome.

    <img src="https://mintcdn.com/fillout-005a867b/b6GSUUrV3k-2l9qd/images/Screenshot2025-10-15at4.45.14PM.png?fit=max&auto=format&n=b6GSUUrV3k-2l9qd&q=85&s=0975cc2b8b0840c5ef76a7ea64c8c3c6" alt="Screenshot 2025-10-15 at 4.45.14 PM.png" width="2639" height="1443" data-path="images/Screenshot2025-10-15at4.45.14PM.png" />

    <Note>
      Enabling [**Show correct answers after each page**](https://www.fillout.com/help/make-a-free-quiz#how-to-create-a-quiz-in-fillout) will disable the back button.
    </Note>
  </Step>
</Steps>

## Use OpenAI Quiz GPT

Build smarter quizzes faster by adding the AI Quiz Maker extension to ChatGPT.

<Steps>
  <Step title="Add Quiz Maker GPT to ChatGPT">
    On the [**AI Quiz Maker**](https://www.fillout.com/ai-quiz-maker) page, click `Try the Open AI Quiz GPT` to add the extension.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Screenshot2025-07-18at7.01.08PM.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=eb0cfe3897af98d349c77e5834f8c01d" alt="Screenshot 2025-07-18 at 7.01.08 PM.png" width="2112" height="430" data-path="images/Screenshot2025-07-18at7.01.08PM.png" />
  </Step>

  <Step title="Enter a description">
    Ask ChatGPT to create the quiz you want. You can also choose from the 4 suggested samples.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Screenshot2025-07-18at7.10.46PM.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=a6896d8db509020263e6e79e57a9a770" alt="Screenshot 2025-07-18 at 7.10.46 PM.png" width="1688" height="1230" data-path="images/Screenshot2025-07-18at7.10.46PM.png" />
  </Step>

  <Step title="Customize your AI quiz">
    Click `Edit this quiz` to customize the [design](/help/themes), set up [scoring](https://www.fillout.com/help/make-a-free-quiz#how-to-create-a-quiz-in-fillout), and create [dynamic ending pages](https://www.fillout.com/help/create-a-lead-quiz#add-calculations-to-ending-pages-and-custom-emails) depending on the outcome.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Screenshot2025-07-18at7.05.19PM.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=ff02e14bda6fbd98804fd18b2802fea0" alt="Screenshot 2025-07-18 at 7.05.19 PM.png" width="1688" height="774" data-path="images/Screenshot2025-07-18at7.05.19PM.png" />
  </Step>
</Steps>

## Related articles

<CardGroup cols={3}>
  <Card title="Themes" color="#FFC738" icon="palette" iconType="regular" href="/help/themes">
    Select from hundreds of themes or create your own.
  </Card>

  <Card title="Quizzes" color="#FFC738" icon="comments-question-check" iconType="regular" href="make-a-free-quiz">
    Use different question types, calculate scores, and more.
  </Card>

  <Card title="Lead Quizzes" color="#FFC738" icon="star" iconType="regular" href="/help/page-logic">
    Use scoring, logic, and calculations to create dynamic outcomes.
  </Card>
</CardGroup>

<SupportBanner />
