> ## Documentation Index
> Fetch the complete documentation index at: https://controlplanecorporation-kyle-cron-and-quotas.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an Org

> Create a new organization using the Console or CLI, including prerequisites for the org_creator or billing_admin role.

## Prerequisites

* Review the [org](/reference/org) reference page.
* Have [permissions](#permissions) to create an [org](/reference/org).
* Optional: Install the [CLI](/cli-reference/installation).

## Permissions

To create an org, the `org_creator` or `billing_admin` role must be assigned by a billing admin from the `Billing Accounts` dashboard.

Follow the steps below to access the `Billing Accounts` dashboard and assign the role:

1. Access the `Billing Accounts` dashboard using one of the following methods:
   * Click the profile icon in the upper right corner and select `Billing Accounts`, or
   * Click `Billing Accounts` in the left menu (within the `Management` section).
2. Select the billing account.
3. Click `Users`.
4. If the user is not shown in the current users list, click `Add`, enter their email address, select the `org_creator` or `billing_admin` role.
5. If the user is already on the current users list and they do not have the `org_creator` or `billing_admin` role, click the dropdown for the corresponding user, select the `org_creator` or `billing_admin` role.
6. Click `Update`.

## Create using the Console

Follow the steps below to create an org:

1. Click the `Create` button in the upper right corner and select `Org`.
2. Select a `Billing Account ID`.
3. Enter a unique org name, an optional description, and add any additional org admin email addresses.
   <Warning>
     Orgs are immutable and cannot be renamed or deleted.
   </Warning>
4. Click `Create Org`.

   <Tip>
     The user creating the org, and any additional org admins added, will automatically be assigned to the `superusers` group.
   </Tip>

## Create using the CLI

Refer to the [org create](/cli-reference/commands/org#org-create) command for details and examples.
