> ## 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.

# Login Process

> To access the application, users must have an account and log in with it. This section explains step-by-step how to log into the system.

# Login Process

To access the application, users must have an account and log in with it. This section explains step-by-step how to log into the system.

## Login Steps

<Steps>
  <Step title="Access the Login Page">
    You can go directly to the login page by typing `https://app.bultech.co/login` into your browser's address bar.
  </Step>

  <Step title="Enter Your Information">
    * **Email Address:** Enter the email address you registered with.
    * **Password:** Enter your account password.
  </Step>

  <Step title="Log In">
    Click the blue "Login" button to log into the system.
  </Step>
</Steps>

<Tip>
  If you have forgotten your password, you can start the [Password Reset](/en/authentication/password-reset) process by using the "Forgot your password?" link below the password field.
</Tip>

## Alternative Login Methods

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

<CardGroup cols={2}>
  <Card title="Sign in with Google" icon="google">
    Click the "Sign in with Google" button to quickly log in with your Google account.
  </Card>

  <Card title="Sign in with Apple" icon="apple">
    Click the "Sign in with Apple" button to quickly log in with your Apple ID.
  </Card>
</CardGroup>

<Note>
  If you don't have an account, you can go to the [new user registration](/en/authentication/signup) page by clicking the "Don't have an account? **Sign up**" link at the bottom of the login form.
</Note>
