> For the complete documentation index, see [llms.txt](https://helpcenter.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.verifone.com/webcom-users/webcom-users/how-to-reset-your-password.md).

# How To Reset Your Password

{% stepper %}
{% step %}

### **Forgot Your Password?**

Select 'Forgot your password'

URL: <https://reports.paywareocius.com/Default.aspx?id=1>

<figure><img src="/files/mXzQ5V1sKCPhahaF107s" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Enter Your Details**

To begin, please enter your **Merchant System ID** and **Username** in the fields provided.

<figure><img src="/files/fiBBbyfSx9mPU2kksR27" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Request a Password Reset**

Once your details are entered, click the **Send Email** button.\
An email containing instructions and a system-generated temporary password will be sent to the email address associated with your username.

{% hint style="info" %}

#### **Important Note**

You will have **20 minutes** from the time the email is received to reset your password.\
If the password is not reset within this timeframe, you will need to request a new temporary password.
{% endhint %}
{% endstep %}

{% step %}

### **Update Your Password**

After logging in with the temporary password, we strongly recommend updating it to a secure password of your choice.\
For guidance on updating your password, please refer to the [**Change Password**](/webcom-users/webcom-users/how-to-change-your-password.md) section.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.verifone.com/webcom-users/webcom-users/how-to-reset-your-password.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.
