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

# Projects

> Organize repositories into projects and manage their regions and access permissions.

Projects provide the namespace for repositories on Entire. To create a repository, you need to create a project first and the repository's URL includes its project name such as:

```text theme={null}
https://entire.io/et/[project-name]/[repo-name]
```

Project names must meet these requirements:

* Be 3–32 characters long.
* Use only lowercase letters, numbers, and hyphens. Spaces, dots, and capital letters are not allowed.
* Not begin or end with a hyphen.
* Be unique across Entire. Names are matched case-insensitively.

<Note>
  Some names are reserved because they match well-known public accounts.
</Note>

## Creating a Project

1. Open the **Account** menu, select **Organizations**, and choose the organization where you want to create a project.
2. Then go to **Project menu** from the left side bar and select **Create Project**.
3. Choose your project name, owner, and primary Region, then select **Create project**.

<Frame>
  <img src="https://mintcdn.com/entire/yNDODwG64GGaCjI0/images/create-project.png?fit=max&auto=format&n=yNDODwG64GGaCjI0&q=85&s=a518618afdf1b0cb1006a53feb879e88" alt="Create project dialog with fields for project name, project owner, and region" width="512" height="271" data-path="images/create-project.png" />
</Frame>
