> ## 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 forms

> Fillout lets you make a new form using a prompt or by importing an existing form with the first AI Form Builder for free.

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 Form Builder">
    On Fillout, scroll to the bottom of the page, and click [**AI Form Builder**](https://www.fillout.com/ai-form-builder).
  </Step>

  <Step title="Choose how you want to create your form">
    Start from scratch by specifying the form you need or build from an existing structure by importing questions or a file.

    **Describe form**

    Specify the form you want or choose a sample. Then, `Generate form`.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Screenshot2025-07-18at5.43.09PM.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=d2f1c9a660424f2a113789489de9e2a6" alt="Screenshot 2025-07-18 at 5.43.09 PM.png" width="2112" height="1116" data-path="images/Screenshot2025-07-18at5.43.09PM.png" />

    **Import questions**

    List your questions vertically — one line equals one question or field. At the bottom, select how you want the **Questions per page** to be displayed.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Screenshot2025-07-18at5.44.02PM.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=b5f6b3d2ec310f078dcaa3b667d05a11" alt="Screenshot 2025-07-18 at 5.44.02 PM.png" width="2112" height="1058" data-path="images/Screenshot2025-07-18at5.44.02PM.png" />

    **Import form**

    You can import an existing form built with Google Forms, Typeform, Jotform, SurveyMonkey, Tally, or Paperform, or by pasting a form URL.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Screenshot2025-07-18at5.32.16PM.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=8fba4f2444d58e4bf091380f4a507602" alt="Screenshot 2025-07-18 at 5.32.16 PM.png" width="2112" height="968" data-path="images/Screenshot2025-07-18at5.32.16PM.png" />

    <Check>
      You can bulk import forms, including their responses.
    </Check>

    **From PDF**

    Even documents that aren't technically forms can be converted as long as they're saved as PDFs. Simply upload the file [here](https://www.fillout.com/pdf-to-form?source=ai_form_builder).

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

  <Step title="Customize your AI form">
    [Style](/help/themes) your form, require and [reorder questions](/help/reorder-with-drag-and-drop), add [logic](/help/logic), and more. Then, click `Publish` in the upper right corner to share your form via link or embed.

    <img src="https://mintcdn.com/fillout-005a867b/9Ja0Hwg5Ahy6Y_5f/images/Screenshot2025-07-18at5.45.20PM.png?fit=max&auto=format&n=9Ja0Hwg5Ahy6Y_5f&q=85&s=841dfd39d326f9ad3aa1cf6259e950e1" alt="Screenshot 2025-07-18 at 5.45.20 PM.png" width="2701" height="1443" data-path="images/Screenshot2025-07-18at5.45.20PM.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="Reorder with drag and drop" color="#FFC738" icon="arrow-pointer" iconType="regular" href="/help/reorder-with-drag-and-drop">
    Easily arrange pages and field options.
  </Card>

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

<SupportBanner />
