> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/other/email/how-tos/reset-the-password-for-an-account.md).

# Reset the password for an account

***

## Reset the password for an email account using the control panel

To reset the password for an email account, navigate to the account's overview in the email service. Then, click on **Actions** next to the email address at the top of the page and select **Reset password**.

<figure><img src="/files/qknzqCdIhPDAtx43Fz70" alt=""><figcaption></figcaption></figure>

In the next dialog box, you need to confirm that you want to reset the email account's password. Click  **Reset password** to complete the reset.

<figure><img src="/files/pJ1ikSnfm4shKDmd8Azv" alt=""><figcaption></figcaption></figure>

The new password is now displayed in a dialog box. You must write down the password as it will not be possible to view it again. Once you have noted the new password, click **Close**. If you click **Reset password** again, a new password will be generated.

<figure><img src="/files/Xbw0T9ChxcGfWs6FzbE9" alt=""><figcaption></figcaption></figure>

## Reset the password for an email account using the API

Use the [email/resetpassword](https://github.com/GleSYS/API-docs/wiki/API-Documentation#emailresetpassword) endpoint to reset the password for an email account.


---

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

```
GET https://docs.glesys.com/products/other/email/how-tos/reset-the-password-for-an-account.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.
