> For the complete documentation index, see [llms.txt](https://support.premast.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.premast.com/account-management/reset-and-change-password.md).

# Reset & Change Password

### Reset Password&#x20;

If you forget your Password you can change it easily as follows:

1- Visit the login page[ here](https://app.premast.com/login)&#x20;

2- Click on Reset Password&#x20;

<figure><img src="/files/XQRxgj3nOAy5aGthBhre" alt="" width="375"><figcaption></figcaption></figure>

3- Enter your email to receive the reset password link&#x20;

<figure><img src="/files/76ziLGCjoLlTg31sJqM8" alt="" width="375"><figcaption></figcaption></figure>

4- Check your email and click on the reset link&#x20;

<figure><img src="/files/RSHwmbbXS6om3MoTBz4V" alt="" width="375"><figcaption></figcaption></figure>

5- Enter your new password and confirm it&#x20;

<figure><img src="/files/Xef21hzCvYfBnjJzAxJv" alt="" width="375"><figcaption></figcaption></figure>

6- After confirmation you will be redirected to the [login page](https://app.premast.com/login) again, so you can type your email and new password to access your dashboard&#x20;

### Change Password

To change your password&#x20;

1-Visit your [dashboard](https://app.premast.com/dashboard)

2- Click on your account&#x20;

3- Choose account settings&#x20;

<figure><img src="/files/zpYTC0Fx8Beg8FsFEUbS" alt="" width="375"><figcaption></figcaption></figure>

4- Enter the current password

5-  Add and confirm your new password&#x20;

6- click on Update&#x20;

<figure><img src="/files/EpvslmqK2ku1RitmgUyW" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://support.premast.com/account-management/reset-and-change-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.
