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

# Create Your Organization

> Create your env zero organization during initial onboarding, set a unique org name, and gain administrator access to manage projects, templates, and users.

<Info>
  Sign up at [app.env0.com](https://app.env0.com) before starting this tutorial.
</Info>

Everything in env zero happens under the scope of an [Organization](/guides/admin-guide/organizations). When you first log in, you must create an env zero organization. This happens as part of the initial onboarding process.

## Create your organization

When you first log in, env zero shows the **Create Organization** dialog automatically.

1. Enter the `Organization Name` for your organization. Organization names are unique across the system, so you may have to modify it if it's already in use.

<Frame>
  <img src="https://mintcdn.com/envzero-b61043c8/L-kR31aFpopGDmR0/images/guides/getting-started/2a331eb-create_organization_dialog.png?fit=max&auto=format&n=L-kR31aFpopGDmR0&q=85&s=f93296d3a76369481f820b6f06963059" alt="Create Organization dialog box showing organization name input field" width="1088" height="1132" data-path="images/guides/getting-started/2a331eb-create_organization_dialog.png" />
</Frame>

2. Optionally, enter a `Description` and `Logo URL`. These can be added later.
3. Click **Create Organization**.

<Note>
  To create an additional organization later, click the organization drawer in the bottom left corner, then click **Create Organization**.

  <Frame caption="Create Organization Button">
    <img src="https://mintcdn.com/envzero-b61043c8/L-kR31aFpopGDmR0/images/guides/getting-started/218.png?fit=max&auto=format&n=L-kR31aFpopGDmR0&q=85&s=67858e11fcead4482fe0f3e022c47006" alt="Organization drawer interface showing Create Organization button in bottom left corner" width="218" height="119" data-path="images/guides/getting-started/218.png" />
  </Frame>
</Note>

You are now logged in to env zero as the organization administrator, with full access to everything in it. env zero automatically creates a **Default Organization [Project](/guides/getting-started/glossary#project)**, where you will deploy your first [environment](/guides/getting-started/glossary#environment) in the next steps.

<Tip>
  **Invite your team**

  You can invite team members at any point under **Organization Settings > Users**. Adding them now lets them follow along with the rest of the setup and be assigned to projects as you create them.
</Tip>

## Next steps

* [Connect Your Git Repository](/guides/getting-started/connect-your-vcs) - Give env zero access to your private Git repositories.
* [Connect Your Cloud Account](/guides/getting-started/connect-your-cloud-account) - Grant env zero permissions to deploy cloud resources.
* [Manage Users](/guides/admin-guide/user-role-and-team-management/user-management) - Invite teammates and assign organization roles.
* [Creating & Managing Projects](/guides/admin-guide/env-zero-projects) - Organize your environments with projects and access controls.
