> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bitgpt.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations

> Your BitGPT 402pay account — identified by your email — can be linked to multiple organizations, each with distinct roles and permissions. The maximum number of organizations is determined by your plan and pricing tier.

Each organization is fully isolated, with its own:

* Self-custodial wallet
* Payment methods
* API keys

All security mechanisms (e.g., OTP, multi-factor authentication, recovery settings) are tied to your personal account, not to individual organizations.

```mermaid theme={"system"}
flowchart LR
    U1[User]

    subgraph OrgA["Organization A"]
      A_API[API Keys]
      A_WALLET[Self-Custodial Wallet]
      A_PM[Payment Methods]
    end

    subgraph OrgB["Organization B"]
      B_API[API Keys]
      B_WALLET[Self-Custodial Wallet]
      B_PM[Payment Methods]
    end

    subgraph OrgC["Organization C"]
      C_API[API Keys]
      C_WALLET[Self-Custodial Wallet]
      C_PM[Payment Methods]
    end

    %% Relationships
    U1 -->|Owner| OrgA
    U1 -->|Manager| OrgB
    U1 -->|Manager| OrgC
```

## Multiple organizations

In the top-right corner of your dashboard, you can:

* Switch between organizations you're part of
* Create new organizations linked to your account

When creating a new organization, you’ll go through a fresh onboarding flow, including wallet setup and payment configuration. However, you won’t need to repeat your personal security authentication setup (e.g., OTP or Authenticator App)

## Deleting organizations and/or accounts

<Warning>Deletion is permanent and cannot be undone. Make sure all data is exported before proceeding.</Warning>

<Info>You will still be able to access your cryptocurrency funds even after an account deletion, since those are tied to your private keys not shared with us.</Info>

To delete an organization:

* Go to the Settings page of the organization in your dashboard
* Or [contact our support team](mailto:support@bitgpt.xyz) for assistance

To delete an account:

* [Contact our support team](mailto:support@bitgpt.xyz) for assistance
