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

# Organizations

> Create multiple organizations for different companies or groups using the same email.

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

## How it works

When you create an account, you set up your own **organization** to create various forms. You can invite others to join as [collaborators](/help/invite-collaborators) and control their access to specific workspaces with [granular permissions](/help/invite-collaborators).

<Note>
  Each organization has its own subscription plan. Creating a new one won’t share or carry over a subscription from another.
</Note>

## How to create another organization

On the upper left corner, click your `Account name` followed by `Create organization`.

<img src="https://mintcdn.com/fillout-005a867b/sqMHL1vsq2FF7Mzj/images/Screenshot2025-10-09at4.28.45PM.png?fit=max&auto=format&n=sqMHL1vsq2FF7Mzj&q=85&s=c4ec1c18df70dc091224aa8d6a7b33ea" alt="Screenshot 2025-10-09 at 4.28.45 PM.png" title="Screenshot 2025-10-09 at 4.28.45 PM.png" style={{ width:"41%" }} width="497" height="878" data-path="images/Screenshot2025-10-09at4.28.45PM.png" />

Each organization has its own forms, apps, and databases. Items created in one organization are only available within that organization and won’t appear in others. This separation helps keep data organized and secure.

## Identifying your current organization

To check which organization you’re currently in, look at the text displayed under your account name in the upper-left corner of your dashboard.

<img src="https://mintcdn.com/fillout-005a867b/sOg9fuUCI4NzDztJ/images/Screenshot2026-01-29at8.34.10PM.png?fit=max&auto=format&n=sOg9fuUCI4NzDztJ&q=85&s=f7add937485ab0ed729647f759bc8073" alt="Screenshot2026 01 29at8 34 10PM" title="Screenshot2026 01 29at8 34 10PM" style={{ width:"30%" }} width="432" height="476" data-path="images/Screenshot2026-01-29at8.34.10PM.png" />

Apps, forms, and databases are specific to each organization, so you’ll only see them when you’re viewing the appropriate one. Search results are also limited to content within the current organization.

<Note>
  If you can't find forms, apps, and databases, make sure you're in the correct organization.
</Note>

## Leave an organization

<Warning>
  If you need to just change the email you use, head over to [account settings](https://www.fillout.com/help/account#change-account-email).
</Warning>

<Steps>
  <Step title="Go to account settings">
    From the dashboard, click your `Account Name` on the upper left corner followed by [Settings](https://app.zite.com/home/settings/my-account) in the dropdown.

    <Check>
      If you decide to come back to Fillout, you can create a new account using the same email address you used before.
    </Check>
  </Step>

  <Step title="Leave organization">
    Click `My account` in the left-hand panel. Scroll down to `Leave organization`. This will automatically remove you from your organization.

    <img src="https://mintcdn.com/fillout-005a867b/WWkC639RFk6Zm-mm/images/Screenshot-2026-07-01-at-5.31.07-PM.png?fit=max&auto=format&n=WWkC639RFk6Zm-mm&q=85&s=0dd7f0560edbaa4af1c2334531ee48ea" alt="Screenshot 2026 07 01 At 5 31 07 PM" width="1779" height="246" data-path="images/Screenshot-2026-07-01-at-5.31.07-PM.png" />

    Type **LEAVE ORGANIZATION** in the popup window to confirm.
  </Step>
</Steps>

## Delete organization

Leaving an organization **only removes** **your access**. If you want to permanently delete the entire organization—including all forms, apps, databases, and other data—see [this guide](https://www.fillout.com/help/delete-user-account).

## Related articles

<CardGroup cols={3}>
  <Card title="Invite team members to your forms" color="#FFC738" icon="user-plus" iconType="regular" href="/help/invite-collaborators">
    View results, and edit forms with free seats.
  </Card>

  <Card title="Workspaces" color="#FFC738" icon="folders" iconType="regular" href="/help/workspaces">
    Organize forms in folders and control user access.
  </Card>

  <Card title="Import and export forms" color="#FFC738" icon="folder-open" iconType="regular" href="/help/importing-and-exporting-forms">
    Transfer between different accounts.
  </Card>
</CardGroup>

<SupportBanner />
