# Changing password

If your SonarQube Server instance is not using a 3rd party authentication mechanism such as LDAP or an OAuth provider (GitHub, Google Account, etc.), you can change your SonarQube Server password.

To change your password:

<figure><img src="/files/nmJXXuLvItOdBwlfSkG4" alt="Updating a password in the account menu"><figcaption></figcaption></figure>

1. Select the account menu in the top right corner and choose **My Account** from the menu.
2. Go to **Security**.
3. In the **Enter a new password** section, enter your old and new password and click **Update**.


---

# 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://docs.sonarsource.com/sonarqube-server/2026.2/user-guide/managing-your-account/changing-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.
