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

# Form templates

> Choose from over hundreds of customizable pre-made Fillout form, survey, and quiz templates designed to suit your needs.

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 choose a template

First, find the template you would like to clone [here.](https://fillout.com/templates) Then, click `Use template`.

<img src="https://mintcdn.com/fillout-005a867b/Bc-CfW1Edpr3p-LV/images/template.webp?fit=max&auto=format&n=Bc-CfW1Edpr3p-LV&q=85&s=0ebfda07cb8fc89ed95c0615a833529b" alt="Screenshot of the Form templates page" width="2004" height="938" data-path="images/template.webp" />

Alternatively, you can `+ Create` a form and choose to start with a `Template`.

That’s it! You now have a copy of that template as a form in your account. Make any changes you need, [customize it](/help/styling), [connect an integration](/help/integrations), and [share or embed](https://www.fillout.com/help/sharing) once you’re good to go.

## Make your own template

You can even make your own template from one of your forms and share it inside or outside of your organization. More details [here](/help/make-a-form-template).

## **Related articles**

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

  <Card title="Create your own template" icon="images" iconType="regular" color="#FFC738" href="/help/make-a-form-template">
    Turn your Fillout forms into templates.
  </Card>

  <Card title="Multi-column forms" icon="table-columns" iconType="regular" color="#FFC738" href="/help/multi-column-forms">
    Display questions side by side, rather than stacked vertically.
  </Card>
</CardGroup>

<SupportBanner />
