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

# Team plan

> All-in-one bundle to deploy apps, forms, and databases with unlimited seats, granular permissions, and priority support.

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

## What is the Team plan?

The Team plan is Fillout's all-in-one bundle that combines Forms, Zite Apps, and Databases into a single subscription. It's ideal for organizations that want to manage permissioning across teams, with no limits on seats or features.

## What's included

<CardGroup cols={2}>
  <Card title="Unlimited seats" icon="users" iconType="regular">
    Add unlimited team members to your organization at no extra cost.
  </Card>

  <Card title="Granular permissions" icon="universal-access" iconType="regular">
    Control team access to specific workspaces and integrations.
  </Card>

  <Card title="Forms Business" icon="file-lines" iconType="regular">
    All features from the Fillout Business plan included.
  </Card>

  <Card title="Zite Business" icon="mobile" iconType="regular">
    800 AI credits per month for your Zite apps.
  </Card>

  <Card title="Zite Business" icon="mobile" iconType="regular">
    1,000,000 integration credits per month for your Zite apps.
  </Card>

  <Card title="Databases Business" icon="database" iconType="regular">
    Manage and connect data across forms and apps.
  </Card>

  <Card title="Salesforce integration" icon="cloud" iconType="regular">
    Sync data directly with Salesforce.
  </Card>

  <Card title="Priority support" icon="headset" iconType="regular">
    Get priority responses from our support team.
  </Card>

  <Card title="Enforce 2FA" icon="lock" iconType="regular">
    Require two-factor authentication for all team members.
  </Card>
</CardGroup>

## Pricing

300 USD per month or 3,000 USD per year (save 2 months when paid yearly)

## Who is it for?

The Team plan is ideal for:

* **Growing teams** that need to add multiple users without paying per seat
* **Organizations** using both forms and apps that want simplified billing
* **Teams** that need advanced collaboration features like granular permissions
* **Companies** requiring enterprise integrations like Salesforce

## How to upgrade

To upgrade to the Team plan, visit the [billing page](https://build.fillout.com/home/settings/billing) and select the `Team plan`.

## Related articles

<CardGroup cols={3}>
  <Card title="Granular permissions" icon="universal-access" iconType="regular" color="#FFC738" href="/help/granular-permissions">
    Control team member access to workspaces and integrations.
  </Card>

  <Card title="Enforce 2FA" icon="lock" iconType="regular" color="#FFC738" href="/help/2fa">
    Require two-factor authentication for your team.
  </Card>

  <Card title="Salesforce integration" icon="cloud" iconType="regular" color="#FFC738" href="/help/salesforce">
    Connect your forms to Salesforce.
  </Card>
</CardGroup>

<SupportBanner />
