# Changing Your Password

Forgotten your ActiveNow password? You can reset it in a few steps — all you need is access to the email address associated with your account.

## How to reset your password

1. Go to the login page: <https://app.activenow.io/users/sign_in>
2. Click *Forgot your password?*
3. Enter your email address and click *Reset password*.
4. Check your inbox — we'll send you a link to set a new password.
5. Click the link in the email, enter your new password, confirm it, then click *Change password*.

{% hint style="info" %}
Your password must be at least 6 characters long.
{% endhint %}

![Password reset process in ActiveNow — email form and new password setup screen](/files/fY2atVQg5x19jUHvniiN)

{% hint style="info" %}
The password reset link is single-use and expires after a limited time. If it has expired, return to the login page and click *Forgot your password?* again.
{% endhint %}


---

# 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://help.activenow.io/en/general/changing-your-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.
