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

# Organizations

> Create and manage organizations in Muxx.

Organizations are the top-level container in Muxx. They hold projects, team members, and billing information.

## Creating an Organization

1. Log in to [muxx.dev](https://muxx.dev)
2. Click **Create Organization** or use the org switcher
3. Enter a name for your organization
4. Click **Create**

You'll be the owner of the new organization with full admin access.

## Organization Settings

Access settings by clicking your organization name → **Settings**.

### General

* **Name** - Display name for the organization
* **Slug** - URL-friendly identifier (e.g., `acme-corp`)
* **Logo** - Upload your company logo

### Billing

* View current plan and usage
* Upgrade or downgrade plans
* Add payment methods
* View invoices

### Danger Zone

* **Transfer ownership** - Make another member the owner
* **Delete organization** - Permanently delete (requires confirmation)

## Switching Organizations

If you belong to multiple organizations:

1. Click the organization name in the sidebar
2. Select a different organization from the dropdown
3. Or click **Create Organization** to add a new one

## Organization Roles

| Role       | Permissions                          |
| ---------- | ------------------------------------ |
| **Owner**  | Full access, billing, can delete org |
| **Admin**  | Manage projects, members, settings   |
| **Member** | View and use projects                |

See [Team Members](/dashboard/team-members) for details on inviting users.

## Personal vs Team Organizations

* **Personal** - Just you, good for side projects
* **Team** - Multiple members, shared billing

You can convert a personal org to a team org by inviting members.

## Best Practices

<AccordionGroup>
  <Accordion title="One org per company">
    Keep all your company's projects in one organization for unified billing and team management.
  </Accordion>

  <Accordion title="Use projects for environments">
    Create separate projects for development, staging, and production within the same org.
  </Accordion>

  <Accordion title="Set up billing early">
    Add a payment method before hitting free tier limits to avoid service interruption.
  </Accordion>
</AccordionGroup>
