> For the complete documentation index, see [llms.txt](https://docs.gcbex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gcbex.com/ar/documentation/user-guide/reset-password.md).

# Reset Password

### **How to Reset Your Password**

If you've forgotten your password or need to reset it, follow these simple steps to regain access to your account.

**Step 1: Go to the Login Page**

* Open the GCB app or head to GCB website to reset your password.
* On the **login screen**, look for the option that says **"Forgot Password?"**

<figure><img src="/files/8K4WPsUstk4BFF1AyRN2" alt=""><figcaption><p>Forgot password screen</p></figcaption></figure>

**Step 2: Enter Your Email or Phone Number**

* After selecting **"Forgot Password?"**, you will be prompted to enter your registered **email address** or **phone number**.
* Type it in and click **"Next."**

<figure><img src="/files/JGHmmL1ZACQYLjbjeFto" alt="" width="320"><figcaption></figcaption></figure>

**Step 3: Check Your Email for a Reset Link**

* Check your email inbox (or spam/junk folder) for an email with the subject line, **"Retrieve the Password"**.
* Type  the code sent in your e-mail into the Security Verification pop-up

<figure><img src="/files/ywsEea7PbGhITr5r2zVu" alt="" width="368"><figcaption></figcaption></figure>

**Step 4: Create a New Password**

* You will be redirected where you can create a new password.

{% hint style="info" %}
Make sure to follow these **best practices** when creating your new password:

&#x20;    Use at least **8 characters**.

&#x20;    Include a mix of **uppercase and lowercase letters**, **numbers**, and **symbols**.

&#x20;    Avoid using easily guessed information like your name or common words.
{% endhint %}

<figure><img src="/files/va2Zht3zKfU95TtXaudd" alt="" width="328"><figcaption></figcaption></figure>

**Step 5: Save Your New Password**

* Click **"Submit"** to finalize your new password.
* You should see a confirmation message that your password has been successfully updated.

**Step 6: Log In with Your New Password**

* Go back to the **login page** and enter your **email** or **username** with your new password.
* Click **"Login"** to access your account.

For more information please contact:  <support@gcbex.com>.


---

# 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://docs.gcbex.com/ar/documentation/user-guide/reset-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.
