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

# Organizations

> What a TunnelFleet organization is, and how to manage members, billing, settings, and deletion.

After you register with TunnelFleet, you are assigned to an **organization**. For new registrations, this is a brand-new organization created for you. If you are invited by another TunnelFleet user, you join the existing organization you were invited to.

In TunnelFleet, the organization is the top-level entity that owns servers, VPN users, members, and billing.

Each organization’s members and billing plan are unique. Each organization configures its own payment method and plan.

Your organization has:

| Field      | Purpose                                                                     |
| ---------- | --------------------------------------------------------------------------- |
| **Name**   | Display name in the dashboard                                               |
| **Handle** | Unique URL slug — resources live under `https://tunnelfleet.com/{handle}/…` |

You can belong to more than one organization and switch between them in the header. A personal organization is created automatically when you sign up.

## Guides

<Columns cols={2}>
  <Card title="Members" icon="users" href="/docs/organizations/members">
    Invite people, assign roles, and remove members.
  </Card>

  <Card title="Billing" icon="credit-card" href="/docs/organizations/billing">
    Subscribe, change plans, manage payment methods, and unlock locked orgs.
  </Card>

  <Card title="Settings" icon="gear" href="/docs/organizations/settings">
    Rename the organization, change the handle, and manage avatar or tags.
  </Card>

  <Card title="Delete organization" icon="trash" href="/docs/organizations/delete">
    Permanently delete an organization you own.
  </Card>
</Columns>

## Related

* [Authentication](/docs/getting-started/authentication) — dashboard login and VPN credentials
* [Create server](/docs/servers/create-server) — add a VPS to your organization
* [Transfer, archive, or delete a server](/docs/servers/settings) — move servers between organizations you belong to
