# Frontend Mobile Number Update (My Account)

The customers can update their mobile number using OTP from the My Account section.&#x20;

Whenever a new user clicks on the Update Mobile Number in their My Account section, they will be asked to enter the updated mobile number for verification using OTP.

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

Once the customer enters the mobile number and clicks on the Send OTP button, they will receive an SMS with OTP for updating the mobile number.

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

After entering the OTP, the user needs to click on Update Mobile Number.

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

In case the OTP verification time is out, the user gets the option to Resend OTP.

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

Once the OTP is verified, the mobile number is updated successfully.

<figure><img src="/files/kyDJ1JrbLVT0qWTKMown" 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-otp-login-extension-pro/frontend-mobile-number-update-my-account.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.
