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

# New User Registration

> To start using the application, you need to create a user account. This section explains how to create a new user account.

# New User Registration

To start using the application, you need to create a user account. This section explains how to create a new user account.

## Registration Steps

<Steps>
  <Step title="Go to the Registration Page">
    Click the "Sign up" link on the [Login page](/en/authentication/login) or go directly to `https://app.bultech.co/register`.
  </Step>

  <Step title="Fill Out the Form">
    * **Full Name:** Enter your first and last name.
    * **Email Address:** Enter a valid email address.
    * **Password:** Choose a strong password.
  </Step>

  <Step title="Sign Up">
    Complete the registration by clicking the blue "Sign Up" button.
  </Step>
</Steps>

## Alternative Registration Methods

Below the form, there are buttons that allow you to register with your social media accounts.

<CardGroup cols={2}>
  <Card title="Sign up with Google" icon="google">
    Click the "Sign up with Google" button to quickly create a new user account with your Google account.
  </Card>

  <Card title="Sign up with Apple" icon="apple">
    Click the "Sign up with Apple" button to quickly create a new user account with your Apple ID.
  </Card>
</CardGroup>

<Note>
  If you already have an account, you can return to the [login page](/en/authentication/login) by clicking the "Already have an account? **Log in**" link at the bottom of the form.
</Note>
