# Password Management

To change your password, click on "Security" in the left navigation pane in the Motion Platform web app or mobile app.

When a password is changed:

* All currently logged in browsers/devices (except the one you are using to change the password) will be logged out
* Push notifications will stop being sent to mobile devices until they have logged in again
* If Two-Factor Authentication (2FA) is enabled, the 2FA code must be re-entered when logging in again


---

# 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://kb.motion.cloud/account+security/password-management.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.
