> 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/update-email-and-password.md).

# Update email & Password

This article will guide you if you want to update your email address or account password.

## Update Email

* Login to your Spydra account and navigate the profile section by clicking on the profile icon on the top right.<br>
* Click on Update Email to change the Email address associated with the account.

![Screenshot](https://images.tango.us/workflows/bdf273fd-d2d2-41a1-8465-a06fb954459a/steps/5f7dc5fa-a9bd-4569-9182-ba3fc4f79fb5/942e1ac2-c6e2-4457-9144-d4f14291d8b0.png)

* Enter the current password to Authenticate your account.

![Screenshot](https://images.tango.us/workflows/bdf273fd-d2d2-41a1-8465-a06fb954459a/steps/876d04bc-34a9-4483-89ce-6f65ba379e9b/b5caaeb1-ac1c-4a37-bcf3-28a95c437cf1.png)

* After successful authentication, update the New email.

![Screenshot](https://images.tango.us/workflows/bdf273fd-d2d2-41a1-8465-a06fb954459a/steps/a8034535-1864-4cbe-91ba-2e3d9329256c/cc44a2f7-6b5c-46a7-a4c0-11de21e5ea1c.png)

* The email will be updated. Click on Send a Verification link to verify your new email.&#x20;

![Screenshot](https://images.tango.us/workflows/bdf273fd-d2d2-41a1-8465-a06fb954459a/steps/2f75a478-66e9-40d6-a10c-311bc87650c2/a1a13095-234b-46e9-8733-0c78717f119a.png)

* The email will be tagged as Verified post successful email verification.

![Screenshot](https://images.tango.us/workflows/bdf273fd-d2d2-41a1-8465-a06fb954459a/steps/01d7c7e2-2f26-4a6a-917b-0e6810253e2b/22dfe2af-abb8-417f-8a77-3d38a8705d6e.png)

## Change Password

* To change the existing password, navigate to the Security section in your Profile and select Account Settings.

<figure><img src="/files/7C9WJNKwxWxSrGWrSuZW" alt=""><figcaption></figcaption></figure>

* Click on Update password

![Screenshot](https://images.tango.us/workflows/fbd62c6a-7f96-45ee-952f-c1e001931309/steps/122be25e-6c98-46f2-8a31-abef49ffd009/eb67d511-7daf-4f6a-8351-bf224b147a4a.png)

* Autheticate yourself by entering your current password.

![Screenshot](https://images.tango.us/workflows/fbd62c6a-7f96-45ee-952f-c1e001931309/steps/7a6e25fa-5e7e-4038-b770-86e0ed0b10e2/8a6600cd-b188-4e5b-a7f6-cd29b61b6e5d.png)

* Enter new password and confirm it

![Screenshot](https://images.tango.us/workflows/fbd62c6a-7f96-45ee-952f-c1e001931309/steps/c106512e-259b-4c0b-828e-727ee233c68d/d5020d5e-8106-4fca-98b5-885ae418b2d9.png)

* Click on Update password.

![Screenshot](https://images.tango.us/workflows/fbd62c6a-7f96-45ee-952f-c1e001931309/steps/ae24aa0a-8fcf-4994-8b29-5bc06c3cbff3/59203db5-b50d-404b-ac3f-e564087bb72a.png)

### Other resources:

[Google OAuth Signup - Update Email & Password](/how-to/private-network/account/google-oauth-signup-update-email-and-password.md)


---

# 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/update-email-and-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.
