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

# Startups and partners

> Fillout offers discounts to startups to help them scale their business.

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

## Apply for a startup discount

<Check>
  **50% off any paid plan** for one year.
</Check>

[Fill out this form to apply](https://fill.fillout.com/discount-program) and our team will get back to you within 24 hours.

To qualify, your startup must:

* Have been in business for less than five years and be privately held
* Have fewer than 10 employees
* Be a new Fillout customer
* Not be a previous recipient of the Fillout startup discount

Feel free to reach out to [support@fillout.com](mailto:support@fillout.com) if you have any questions.

<SupportBanner />
