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

# Help Center

> Browse help articles and customer support for Fillout.

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>;
};

## The basics

The very basics of Fillout, in a 2 minute video. For an in-depth tutorial on how to make forms, check [this guide](https://www.fillout.com/help/make-a-form).

<iframe src="https://www.youtube.com/embed/ZhdKHlztgsk" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />

## Quick Start

<CardGroup cols={2}>
  <Card title="Getting started" color="#FFC738" icon="file-lines" iconType="regular" href="/help/getting-started">
    Create powerful forms, surveys, and quizzes with Fillout in a few easy steps.
  </Card>

  <Card title="Customize" color="#FFC738" icon="paintbrush" iconType="regular" href="/help/styling">
    Style your form with customizable themes, add images or GIFs, and more.
  </Card>

  <Card title="Share & embed" color="#FFC738" icon="up-right-from-square" iconType="regular" href="/help/sharing">
    Share your forms via link, embed, or QR code, and across accounts.
  </Card>

  <Card title="View responses" color="#FFC738" icon="chart-tree-map" iconType="regular" href="/help/results">
    Analyze form results, use filtering or sorting, and export as CSV or PDF.
  </Card>
</CardGroup>

## Advanced

<CardGroup cols={2}>
  <Card title="Integrate" color="#FFC738" icon="plug" iconType="regular" href="/help/integrations">
    Connect with dozens of integrations like Airtable, Notion, HubSpot, and more.
  </Card>

  <Card title="Personalize" color="#FFC738" icon="network-wired" iconType="regular" href="/help/logic">
    Make dynamic forms that adapt and adjust based on a respondent's input.
  </Card>
</CardGroup>

<SupportBanner />
