> For the complete documentation index, see [llms.txt](https://user-help.runmags.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user-help.runmags.com/introduction/getting-in-and-navigating/password-reset.md).

# Password reset

We work very hard to keep RunMags secure and we encourage you to create a password that nobody can guess, so no dictionary words or family names. Be cryptic or use multi-word pass phrases – easy to remember, hard to crack.

If you forget your password you can easily reset it from our login screen at [app.runmags.com](https://app.runmags.com). Simply click on the link that say Forgot password? and it will take you to a form where you enter your email address so we can send you a link for resetting your password. Make sure you enter the email address you use with RunMags.

Don’t share your password with anybody and don’t write your password on a sticky note and attach it to your computer. Users must choose a strong password and automatic lockouts are enforced when incorrect passwords are repeatedly entered. If you leave your computer unattended for an extended period, you will be automatically logged out.

More about our system security at <https://www.runmags.com/security/>


---

# 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://user-help.runmags.com/introduction/getting-in-and-navigating/password-reset.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.
