> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/how-to/public-chain/account/forgot-password.md).

# Forgot password

## Forgot Password

* If you have forgotten your password and need a reset, click on **Forgot Password** on the Login page.

![Screenshot](https://images.tango.us/workflows/67975256-8e35-480e-84a0-2acbfec6ab00/steps/cc8cd4da-6565-49cd-9c8f-b3f0968b8769/09a2592f-3bd5-4ad9-83b9-c332afb5e028.png)

* Enter the email and click on Send the email.

![Screenshot](https://images.tango.us/workflows/67975256-8e35-480e-84a0-2acbfec6ab00/steps/8af73394-bb2a-4883-8ce5-8f15c5dc887a/d07c1c95-4a3b-4ca3-aca1-68e23e5691f5.png)

* Open the link you receive and enter a new password.

![Screenshot](https://images.tango.us/workflows/67975256-8e35-480e-84a0-2acbfec6ab00/steps/1e585ddf-ba91-4d38-82e3-4c317331af61/f265b6f8-73ce-48a3-809d-74aa9a50a476.png)

* Save the password and your password will be updated.

![Screenshot](https://images.tango.us/workflows/67975256-8e35-480e-84a0-2acbfec6ab00/steps/3cfb743e-24cc-40e2-95de-951cd68dd859/b85808a3-ca82-49ec-92a1-0b6f8f7f6fb1.png)

&#x20;\* You will be prompted to log in again with the new password and then taken to the Spydra console.

* You will receive an email to set a new password.
* Open that link and enter a new password.

![Screenshot](https://images.tango.us/workflows/67975256-8e35-480e-84a0-2acbfec6ab00/steps/1e585ddf-ba91-4d38-82e3-4c317331af61/f265b6f8-73ce-48a3-809d-74aa9a50a476.png)

* Post that, the password will be updated successfully.

![Screenshot](https://images.tango.us/workflows/67975256-8e35-480e-84a0-2acbfec6ab00/steps/3cfb743e-24cc-40e2-95de-951cd68dd859/b85808a3-ca82-49ec-92a1-0b6f8f7f6fb1.png)


---

# 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.spydra.app/how-to/public-chain/account/forgot-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.
