# Manage password

## 1. Reset your password

If you've forgotten your password or are unable to access your account, you can reset your password from the log in screen. You can only use this method if you log in to Deepform using an email address and unique password.

If you log into Deepform using Google SSO, your email address and password is Managed by Google. You will need to change your password in your Google account.

If you log into Deepform using Apple SSO, your email address and password is Managed by Apple. You will need to change your password in your Apple account.

### Forgot password

1. Click the login button at the top of the site.
2. Click 'Reset password' from the modal.
3. Enter the Email for your account and click Continue.  If there is an account registered under that email address, Deepform will send a password reset email to your address.
4. Open the password reset email and click Reset your password.
5. Enter your new password in the Password field and then Confirm password.&#x20;
6. Click Continue to update your password.

## 2. Change password

If you are already logged in to your Deepform account and know your current password, you can change your password from your account settings.

1. Click on the account icon at the top of the browser.
2. Click on 'Settings'.
3. Click on the edit button on the account page.
4. If the "change password" button is enabled, please click the button.
5. Enter the information in the "change password" dialog form, then click the "change password" button to complete the password change.


---

# Agent Instructions: 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:

```
GET https://docs.deepform.net/account-settings/account/manage-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
