# Frontend Customer Registration

Once Mobile Login is configured properly, you can see you defined frontend popup layout. Whenever a new user clicks on the register, he or she will be asked to enter the mobile number for verification using OTP.

<figure><img src="/files/wtCGXkMefF1gK4dl73TB" alt=""><figcaption></figcaption></figure>

Once customer enters mobile number and click Send OTP, they get an SMS with OTP to verify mobile number.

<img src="https://magecomp.com/support/wp-content/uploads/2019/06/13_otp-sms-in-mobile.png" alt="" height="428" width="400">

It shows a timer to enter OTP.

<figure><img src="/files/rFwHbfj7u3tyZhbnuwdS" alt=""><figcaption></figcaption></figure>

After the timeout, the customer can request to resend OTP.

<figure><img src="/files/4g7zTqNbrCdLguY3jBRt" alt=""><figcaption></figcaption></figure>

Once the OTP is verified successfully, the user is asked to enter the required details for registration.

<figure><img src="/files/nCywhqlPlU5ScO1L0OwB" alt=""><figcaption></figcaption></figure>

After successful registration, your new customer will be redirected to their My Account section with a success message.

<figure><img src="/files/v86kMG38VsJCZV2C7ktU" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.magecomp.com/magento-2-mobile-login-extension/frontend-customer-registration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
