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

# Fillout Guides

> Comprehensive guides on how to use Fillout to suit your specific needs and preferences.

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

## Quizzes

<CardGroup cols={2}>
  <Card color="#FFC738" icon="comments-question-check" iconType="regular" href="/help/make-a-free-quiz" title="Make a quiz with Fillout">
    Choose from dozens of question types, calculate scores, and more.
  </Card>

  <Card color="#FFC738" icon="stars" iconType="regular" href="/help/create-a-lead-quiz" title="Create a lead quiz">
    Make fun and personalized forms like outcome quizzes.
  </Card>
</CardGroup>

## Partner resources

<CardGroup cols={2}>
  <Card color="#FFC738" icon="book" iconType="regular" href="/help/partner-made-resources" title="Partner-made guides and resources">
    Guides, resources and videos about Fillout made by our awesome partners.
  </Card>
</CardGroup>

## AI builders

<CardGroup cols={2}>
  <Card color="#FFC738" icon="sparkles" iconType="regular" href="/help/ai-forms" title="AI Forms">
    Create a form in seconds with the first AI Form Builder.
  </Card>

  <Card color="#FFC738" icon="book-sparkles" iconType="regular" href="/help/ai-surveys" title="AI Surveys">
    Create any type of survey with the AI Survey Maker.
  </Card>

  <Card color="#FFC738" icon="lasso-sparkles" iconType="regular" href="/help/ai-quizzes" title="AI Quizzes">
    Create engaging quizzes with the AI Quiz Maker.
  </Card>
</CardGroup>

## Tips & tricks

<CardGroup cols={2}>
  <Card color="#FFC738" icon="rabbit" iconType="regular" href="/help/auto-jump" title="Enable auto jump on your form">
    Automatically redirect respondents to the next page after making a selection.
  </Card>

  <Card color="#FFC738" icon="input-text" iconType="regular" href="/help/placeholder" title="Add placeholders to fields">
    Add text to where your respondents type their answers or choose options.
  </Card>

  <Card color="#FFC738" icon="arrow-pointer" iconType="regular" href="/help/reorder-with-drag-and-drop" title="Reorder with drag and drop">
    Easily reorder form pages and field options on your form.
  </Card>

  <Card color="#FFC738" icon="diagram-next" iconType="regular" href="/help/multiple-answers" title="Get multiple answers">
    Let respondents enter multiple sets of information for one question.
  </Card>

  <Card color="#FFC738" icon="list-check" iconType="regular" href="/help/multiple-option-answers" title="Enable multiselect">
    Create choice questions that support multiple selections or answers.
  </Card>

  <Card color="#FFC738" icon="pen-to-square" iconType="regular" href="/help/edit-submissions" title="Edit form submissions">
    Edit form responses with Fillout to update info and rerun integrations.
  </Card>

  <Card color="#FFC738" icon="ear" iconType="regular" href="/help/forms-accessibility" title="Improve form accessibility">
    Optimize your forms to ensure they are easy to navigate for all members.
  </Card>

  <Card color="#FFC738" icon="cart-shopping" iconType="regular" href="/help/dynamic-payment" title="Create a dynamic payment page">
    Auto-update product selection and price by order.
  </Card>

  <Card color="#FFC738" icon="earth-americas" iconType="regular" href="/help/make-a-form-in-any-language" title="Change your form's language">
    Translate your online form effortlessly with Fillout.
  </Card>

  <Card color="#FFC738" icon="envelope" iconType="regular" href="/help/email-form" title="Email your form">
    Send a form by email to request feedback or collect responses.
  </Card>

  <Card color="#FFC738" icon="copy" iconType="regular" href="/help/duplicate-a-form" title="Duplicate a form">
    Quickly duplicate an existing form as a starting point for a new form.
  </Card>

  <Card color="#FFC738" icon="rectangle-history-circle-user" iconType="regular" href="/help/restore-previous-version" title="Restore previous version">
    View your form's edit history and undo changes in bulk.
  </Card>

  <Card color="#FFC738" icon="trash-can" iconType="regular" href="/help/delete-a-form-submission" title="Delete submissions">
    Remove test submissions, duplicate answers, and unnecessary entries.
  </Card>

  <Card color="#FFC738" icon="paste" iconType="regular" href="/help/copy-paste-fields" title="Copy and paste a question">
    Copy and paste your Fillout fields on the same page or across pages.
  </Card>

  <Card color="#FFC738" icon="clone" iconType="regular" href="/help/duplicate-fields" title="Duplicate existing questions">
    Build forms faster by duplicating existing fields in your form.
  </Card>

  <Card color="#FFC738" icon="cookie" iconType="regular" href="/help/cookie-banner" title="Display a cookie banner">
    Show a cookie consent message on your forms.
  </Card>

  <Card color="#FFC738" icon="shapes" iconType="regular" href="/help/embed-fillout-softr" title="Embed Fillout forms on Softr">
    Embed forms connected to Airtable, that can update or create records.
  </Card>
</CardGroup>

<SupportBanner />
