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

# Import and export forms

> Import forms from a variety of sources, export forms to your device, or transfer forms between Fillout accounts.

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 to import forms

From the Fillout dashboard, `+ Create` a `Form`. Choose to **import from other sources.**

<img src="https://mintcdn.com/fillout-005a867b/UnbUW0T7lcY3vGSd/images/Screenshot-2026-07-16-at-2.31.58-PM.png?fit=max&auto=format&n=UnbUW0T7lcY3vGSd&q=85&s=56eecc5d055740e2ceae2b4f3e8b991d" alt="Screenshot 2026 07 16 At 2 31 58 PM" title="Screenshot 2026 07 16 At 2 31 58 PM" style={{ width:"58%" }} width="1068" height="570" data-path="images/Screenshot-2026-07-16-at-2.31.58-PM.png" />

Then, choose your preferred **import type**.

<img src="https://mintcdn.com/fillout-005a867b/UnbUW0T7lcY3vGSd/images/Screenshot-2026-07-16-at-2.32.05-PM.png?fit=max&auto=format&n=UnbUW0T7lcY3vGSd&q=85&s=aa9d5a5a1f81207c06c5604b024db0f6" alt="Screenshot 2026 07 16 At 2 32 05 PM" title="Screenshot 2026 07 16 At 2 32 05 PM" style={{ width:"59%" }} width="1065" height="867" data-path="images/Screenshot-2026-07-16-at-2.32.05-PM.png" />

### Import Fillout form

Choose this option if you have an [exported Fillout form](/help/importing-and-exporting-forms#export-a-form) that you want to import into your account. This is useful when you need to reuse a form created in a different organization.

The imported form will include the form structure, such as questions and fields, but submissions from the original form will not be included.

**Update connections (if necessary)**

If you're importing a form that has a connection to Airtable, Notion or another integration, be sure to reconnect them after importing. In the `Integrate` tab on top, `+ Connect new account`.

<img src="https://mintcdn.com/fillout-005a867b/UnbUW0T7lcY3vGSd/images/Screenshot-2026-07-16-at-5.12.05-PM.png?fit=max&auto=format&n=UnbUW0T7lcY3vGSd&q=85&s=1651db4e05c988c4b9e6d831e3e7b6e0" alt="Screenshot 2026 07 16 At 5 12 05 PM" width="2049" height="692" data-path="images/Screenshot-2026-07-16-at-5.12.05-PM.png" />

You won't need to set field mappings anymore. If some fields are missing or if the table isn't showing up, [refresh the connection](https://www.fillout.com/help/additional-integration-mappings#updating-fields-and-options).

### Migrate forms from Typeform, Jotform, SurveyMonkey, or Google Forms

Fillout lets users import existing forms from these 3rd party tools. The editor will read the forms as is and import the structure as is, including labels, multiple-choice options, workflows and email notification settings including recipients will be imported. Other items, like backend settings aren’t included.

After **connecting** the tool, choose to import `All forms` or `Select forms` only.

<img src="https://mintcdn.com/fillout-005a867b/UnbUW0T7lcY3vGSd/images/Screenshot-2026-07-16-at-5.13.30-PM.png?fit=max&auto=format&n=UnbUW0T7lcY3vGSd&q=85&s=650817151c7c50be7c180d8d55bb11b3" alt="Screenshot 2026 07 16 At 5 13 30 PM" title="Screenshot 2026 07 16 At 5 13 30 PM" style={{ width:"59%" }} width="1064" height="502" data-path="images/Screenshot-2026-07-16-at-5.13.30-PM.png" />

### Convert your PDF into a form

You can simply upload a PDF, and Fillout will automatically convert it into an editable form.

### Use AI

and Fillout will automatically convert it into an editable form.

### Start with a template

You can use pre-built designs as a starting point for your new form.

## Export a form

You can share your form as a template for your team or others to use. From the Fillout dashboard hover over the form to be exported and click the <Icon icon="ellipsis" /> `ellipsis icon` followed by `Export form`.

<img src="https://mintcdn.com/fillout-005a867b/UnbUW0T7lcY3vGSd/images/Screenshot-2026-07-16-at-5.15.23-PM.png?fit=max&auto=format&n=UnbUW0T7lcY3vGSd&q=85&s=3e4c7d7c3701b3a1ea49aeefc5e50fb7" alt="Screenshot 2026 07 16 At 5 15 23 PM" title="Screenshot 2026 07 16 At 5 15 23 PM" style={{ width:"45%" }} width="948" height="1003" data-path="images/Screenshot-2026-07-16-at-5.15.23-PM.png" />

A copy will automatically be downloaded to your device.

<Note>
  Exporting forms does not include submissions and comments received.
</Note>

## Move forms

To transfer forms to a different workspace, you can drag and drop them there.

<SupportBanner />
