> For the complete documentation index, see [llms.txt](https://forgebox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forgebox.ortusbooks.com/getting-started/creating-a-user-account.md).

# Creating a user account

If you do not already have an FORGEBOX account, you can create an account in order to publish and collaborate on packages on the public registry.

### Creating an account on the website <a href="#creating-an-account-on-the-website" id="creating-an-account-on-the-website"></a>

1. Go to the [ForgeBox.io](https://forgebox.io/signup)

2. In the user signup form, type in the fields:

   * **Username:** The username that will be displayed when you publish packages or interact with other users on forgebox.io.
   * **Email address:** Your email will be used to confirm your account and to send notifications about your account. Invites to collaborate on a package, invites to join an organization, a team etc.
   * **Password**: Your password must be at least 8 characters long

3. Read the [Privacy Policy](https://forgebox.io/policies/privacy), and indicate that you agree to it.

   ![](/files/RB1UCxIYZAshK4QqEmEa)

4. Confirm the captcha

5. ![](/files/ynYSPpa0EEKirsRHNS93)

6. Click **Create Account**.

![](/files/gmuUgD7UrshJl0kH8l9I)

### Creating an account via CommandBox (CLI)

If you haven't downloaded [CommandBox](https://commandbox.ortusbooks.com/getting-started-guide) yet, download it and start enjoying the benefits when managing your packages on ForgeBox.

1. In your terminal open CommandBox by typing `box`

![](/files/C4VWUVOhFfZ99HDpLT1q)

2\. Type `forgebox register` and enter the required information to complete the registration

![](/files/uDfeOJCD43WMb0nU09cD)

**Note:** After signing up for a ForgeBox account, you will receive an account verification email. You must verify your email address in order to publish packages to the registry.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://forgebox.ortusbooks.com/getting-started/creating-a-user-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
