> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/platform-user-guide-book/user-registration-and-account-confirmation/user-profile/change-or-update-profile-password.md).

# Change or Update profile Password

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc7dy7CmxfvfYuKq75WTb_78jMYc0qTWbum3dolaCw9ciYXj-9VVMdi1R_LhIHpUgqc24YixDtwYbBH3tMfMbc2GVrqeES2xnjjEuE5aU5h9-jIXUJyO6YVbN-KoS5zZP5mnYw6xg?key=M-g4csUEzYvWKn331EzU-Woy" alt=""><figcaption><p>Update password</p></figcaption></figure>

1. **Access Profile Settings:** Navigate to your profile settings by clicking on your avatar or username in the top-right corner.
2. **Open the Authentication Section:** Click on the **Authentication** tab to access the password update form.
3. **Enter Current Password:** Input your current password in the designated field.
4. **Enter New Password:** Provide your new password in the respective field.
5. **Confirm New Password:** Re-enter the new password in the confirmation field to verify.
6. **Save Changes:** Click the **Save** button to update your password.

{% hint style="info" %}
*Make Sure to use a strong password:*&#x20;

* be at least 10 characters long;
* include at least one uppercase letter (from A to Z);
* include at least one digit from the first 10 base numbers (from 0 to 9);
* include at least one non-alphabetic character (e.g., !,$,#,%).
  {% endhint %}

<br>


---

# 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:

```
GET https://docs.g-iot.io/platform-user-guide-book/user-registration-and-account-confirmation/user-profile/change-or-update-profile-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.
