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

# Organizations

> Organizations are the top-level boundary for members, projects, permissions, and billing.

<Card title="Need the platform overview?" icon="circle-info" href="/fundamentals/v2/overview/what-is-ghostable">
  Review the shared Ghostable model before diving into a specific client workflow.
</Card>

## What an Organization Contains

An organization is the highest-level workspace in Ghostable. It contains:

* members and invitations,
* projects,
* environment access policies,
* activity records,
* billing and ownership controls managed in the web app.

Users can belong to more than one organization and switch between them as needed.

{/* ghostable:screenshot-output fundamentals-organizations-members-and-invites:start */}

<img className="block dark:hidden w-full rounded-xl" src="https://mintcdn.com/ghostable/BOl2AUG1DFr1k8ob/images/generated/screenshots/ghostable-server/organization-members-and-invites-light.png?fit=max&auto=format&n=BOl2AUG1DFr1k8ob&q=85&s=2528419f2ec355e5ee95cfb9e9435de0" alt="Ghostable organization settings showing members and pending invitations in the web app." width="712" height="998" data-path="images/generated/screenshots/ghostable-server/organization-members-and-invites-light.png" />

<img className="hidden dark:block w-full rounded-xl" src="https://mintcdn.com/ghostable/BOl2AUG1DFr1k8ob/images/generated/screenshots/ghostable-server/organization-members-and-invites-dark.png?fit=max&auto=format&n=BOl2AUG1DFr1k8ob&q=85&s=fc9f3de0f21630f73e3ada65b9a9129e" alt="Ghostable organization settings showing members and pending invitations in the web app." width="712" height="998" data-path="images/generated/screenshots/ghostable-server/organization-members-and-invites-dark.png" />

## How Clients Surface Organizations

* **Desktop** uses the launcher to switch organizations, create new ones, and open the organization
  manager window.
* **CLI** lets you list the organizations available to your current session and switch the active
  context.
* **Web** handles billing, ownership, and other account-administration details.

## Why Organizations Matter

Organizations are the boundary where collaboration begins. Every Ghostable project and environment
belongs to one organization, and access decisions flow from that relationship.

## Continue with Your Client

<CardGroup>
  <Card title="Use the Desktop app" icon="laptop" href="/desktop/v1/daily-work/organizations-and-projects">
    Switch organizations, manage members, and open projects from the macOS app.
  </Card>

  <Card title="Use the CLI" icon="terminal" href="/cli/v2/getting-started/installation">
    Review the CLI install and login flow, including organization context switching.
  </Card>
</CardGroup>
