> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/administration-new-ui/general-settings/account-settings/change-password.md).

# Change Password

Your password for [JFrog Connect](https://jfrog.com/connect/) is managed by the JFrog Platform. Therefore, to change your Connect password, you need to change it in the Platform.&#x20;

To change your Connect password, do the following:

1. In Connect, at the bottom of the left navigation pane, click **JFrog Platform**. JFrog Platform will open in a new tab in your browser.
2. In JFrog Platform, click the **User Menu** icon in the upper right corner of the page, then choose **Edit Profile**.
3. Complete the JFrog Platform procedure [Change Your Email and Password](https://jfrog.com/help/r/jfrog-platform-administration-documentation/change-your-email-and-password).

### Password Requirements

Your password must include the following:

* At least one uppercase letter.
* At least one lowercase letter.
* At least one number.
* At least one special character.
* At least eight characters. Although eight characters is the minimum, it is recommended to use 10 or more characters to have a strong password.

## What’s Next?

Learn how to [set up multi-factor authentication](/administration-new-ui/general-settings/account-settings/set-mfa.md).


---

# 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://docs.connect.jfrog.io/administration-new-ui/general-settings/account-settings/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.
