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

# Modify organization settings

> Create workspaces, upgrade your account, change email, and invite users to collaborate on your forms.

export const Arcade = ({src}) => {
  const fullSrc = src.startsWith('http') ? src : `https://demo.arcade.software/${src}?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true`;
  return <div style={{
    position: "relative",
    paddingBottom: "calc(56.111111% + 41px)",
    height: "0px",
    width: "100%"
  }}>
      <iframe src={fullSrc} title="build.fillout.com" frameBorder="0" loading="lazy" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen allow="clipboard-write" style={{
    position: "absolute",
    top: "0",
    left: "0",
    width: "100%",
    height: "100%",
    colorScheme: "light"
  }} />
    </div>;
};

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

## Interactive demo

<Arcade src="v2argkaV7c46SkwbQIQC" />

## Account management

<CardGroup cols={2}>
  <Card title="Edit your account" color="#FFC738" icon="id-badge" iconType="regular" href="/help/reset-password">
    Edit your display name, avatar, linked email, and more.
  </Card>

  <Card title="Reset your password" color="#FFC738" icon="unlock-keyhole" iconType="regular" href="/help/reset-password">
    Change your password for security or to regain account access.
  </Card>

  <Card title="Delete your Fillout account" color="#FFC738" icon="user-xmark" iconType="regular" href="/help/delete-user-account">
    Remove organizations, erase all forms, and unsubscribe from emails.
  </Card>

  <Card title="Billing and payments" color="#FFC738" icon="money-bill" iconType="regular" href="/help/billing-and-payments">
    Get prior invoices, change your subscription plan, or cancel it.
  </Card>

  <Card title="Pricing discounts" color="#FFC738" icon="badge-percent" iconType="regular" href="/help/pricing-discounts">
    Fillout offers discounts to non-profits, students and educational institutions.
  </Card>

  <Card title="Enable 2FA" color="#FFC738" icon="user-shield" iconType="regular" href="/help/2fa">
    Add an extra layer of security to your account and other org members'.
  </Card>
</CardGroup>

## Team & Collaboration

<CardGroup cols={2}>
  <Card title="Organizations" color="#FFC738" icon="building" iconType="regular" href="/help/organizations">
    Create and join multiple organizations with one email.
  </Card>

  <Card title="Workspaces" color="#FFC738" icon="folders" iconType="regular" href="/help/workspaces">
    Store forms in different folders and manage access across user types.
  </Card>

  <Card title="Invite team members to your forms" color="#FFC738" icon="user-plus" iconType="regular" href="/help/invite-collaborators">
    View results, and edit surveys by adding free seats to your account.
  </Card>

  <Card title="Manage team members" color="#FFC738" icon="user-gear" iconType="regular" href="/help/manage-members">
    Configure team member settings including their email and access.
  </Card>

  <Card title="User groups" color="#FFC738" icon="users" iconType="regular" href="/help/user-groups">
    Manage workspace and form or app access for multiple users at once.
  </Card>

  <Card title="Granular permissions" color="#FFC738" icon="universal-access" iconType="regular" href="/help/granular-permissions">
    Set member access to view only and restrict integration accounts.
  </Card>

  <Card title="Comment on form submissions" color="#FFC738" icon="comment-dots" iconType="regular" href="/help/comment">
    Leave comments on specific form submissions and tag your teammates.
  </Card>
</CardGroup>

## Partnerships

<CardGroup cols={2}>
  <Card title="Affiliate program" color="#FFC738" icon="hand-holding-circle-dollar" iconType="regular" href="/help/affiliate-program">
    Earn 30% recurring commission on paid sign-ups.
  </Card>

  <Card title="Startups and partners" color="#FFC738" icon="briefcase" iconType="regular" href="/help/startup-discount">
    Discounts and partnerships to scale your business.
  </Card>
</CardGroup>

## Form Access & distribution

<CardGroup cols={2}>
  <Card title="Form portal" color="#FFC738" icon="computer-classic" iconType="regular" href="/help/form-portal">
    Allow users and respondents to access and submit forms all in one place.
  </Card>

  <Card title="Deployment region" color="#FFC738" icon="map-location-dot" iconType="regular" href="/help/deployment-region">
    Select which country your submission data is stored and processed.
  </Card>
</CardGroup>

## Key features

**Account Upgrade**

Upgrade your account to access advanced Fillout features.

**Workspace Management**

Create and manage [workspaces](/help/workspaces) to organize your forms and collaborate with others. You can create separate workspaces for different projects or teams.

**Collaboration**

[Invite users](/help/invite-collaborators) to collaborate on your forms by granting them access to specific workspaces or forms. [Control their permissions](/help/granular-permissions) and decide whether they can view, edit, [comment](/help/comment), or manage your forms.

<SupportBanner />
