> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/help-center/podigee-hosting/how-do-i-reset-my-password.md).

# How do I reset my password?

Request a password reset link from the sign-in page and set a new password for your Podigee account.

Open the sign-in page, select **Forgot your password?**, and enter your email address. Podigee sends you an email with the subject **Information for resetting your password**. The link in the email opens the **New password** page.

{% tabs %}
{% tab title="Classic view" %}
![Forgot password page of the classic view with the Email field, the Reset password button, and the link click here to log in](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-e91c63d60ee805f596f708ae6d1944034f2842d7%2Fdoc-help-016-classic-reset-request.png?alt=media)

The reset page asks for the email address of the account and sends the reset link.

### What to know

* Each new request replaces the previous link. Use the link from the newest email only.
* A link is valid for 2 days. If you see "Password reset link expired. Please reset your password again.", request a new link.
* Podigee always confirms the request, even when no account uses that email address. Check the address you entered and your spam folder.
* If you see "Unfortunately we could not deliver this e-mail. Please contact our support.", contact Podigee Support.

For the details, see the Documentation page "Reset your password".
{% endtab %}

{% tab title="Podigee workspace" %}

1. Open the **Reset your password.** page from the sign-in page of the Podigee workspace.
2. Enter your address in **Email address** and select **Send reset link**. Podigee shows **If an account exists, a reset link is on its way.**
3. Open the link in the email. On the **Choose a new password.** page, enter the new password in the **Password** field. Repeat the password in the **Confirm password** field, then select **Reset Password**.

![Reset your password page of the Podigee workspace with the Email address field and the Send reset link button](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-07bf12f2caf1ef98ba9ef58bb81059dd2644cafb%2Fdoc-help-016-reset-request.png?alt=media)

The password reset request page in the Podigee workspace.

What is different:

* The request button reads **Send reset link**, and the new-password page reads **Choose a new password.**
* If the two password fields do not match, Podigee shows **We could not save the new password. Please check both fields.**
  {% endtab %}
  {% endtabs %}


---

# 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.podigee.com/help-center/podigee-hosting/how-do-i-reset-my-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.
