> For the complete documentation index, see [llms.txt](https://computationaldocs.zeblok.com/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computationaldocs.zeblok.com/info/1.3.7/more/manage-account/forgotpassword.md).

# Forgot Password

If you are not able to log in to your account because you forgot your password, don't worry, as this guide will take you through the process of resetting your password step by step.

![Figure 1: Forgot Password](/files/wPquhlB4mOPSxSI4Lpa8)

1. Click on the Forgot Password link above the Sign In Button, and you will be redirected to our [Forgot Password Page](https://app.zbl-aws.zeblok.com/forgotpassword).

![Figure 2: Enter Valid Email Id](/files/iO96v4qxo6929pKxIl1z)

You will then receive an **Email** to the **email ID** you entered in the forgot password link, as shown in the above image.

{% hint style="info" %}
**Note:**

To receive a password reset link in your registered email ID, you must first register your account registered first with our Zeblok Computational Platform.
{% endhint %}

![Figure 3: Email sent to your Email-id](/files/RczlZUBxr8zQjsi8ndXN)

2\. Click on the Link option sent in your email, and you will be redirected to a page where to can enter your New Password, and after that, click on the **Reset Password** button.

![Figure 4: RESET PASSWORD](/files/9WnWHA9WMP2w3Zuo8RH6)

After that, you will see this notification **Password updated successfully. Please log in to continue.**

Then you can log in with the New Passwor&#x64;**.**


---

# 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://computationaldocs.zeblok.com/info/1.3.7/more/manage-account/forgotpassword.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.
