> For the complete documentation index, see [llms.txt](https://econtract-docs.matbao.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://econtract-docs.matbao.in/thong-tin-tai-khoan/doi-mat-khau.md).

# Đổi mật khẩu

### Thay đổi mật khẩu

![Hình minh họa trang 6 - ảnh 1](https://econtract-images.matbaoflow.io.vn/d/1LHlXSx0f7a8c1atFj1hWeDglKO99c81V/)

Thực hiện theo các bước sau:

1. Ở góc trên bên phải, nhấn tên khách hàng.
2. Chọn **Tài khoản** → **Đổi mật khẩu**.
3. Nhập **Mật khẩu cũ**.
4. Nhập **Mật khẩu mới**.
5. Nhập lại mật khẩu tại trường **Xác nhận mật khẩu mới**.
6. Kiểm tra thông tin, rồi nhấn **Cập nhật**.

Hệ thống thông báo đổi mật khẩu thành công khi thông tin hợp lệ.

Nếu có lỗi, hệ thống hiển thị thông báo để bạn chỉnh sửa. Các lỗi thường gặp gồm mật khẩu cũ không đúng, mật khẩu xác nhận không khớp hoặc thiếu thông tin bắt buộc.

{% hint style="info" %}
Các trường có dấu `*` là bắt buộc.
{% endhint %}

{% hint style="warning" %}
Mật khẩu xác nhận phải trùng khớp với mật khẩu mới.

Sử dụng mật khẩu mạnh. Kết hợp chữ hoa, chữ thường, số và ký tự đặc biệt.
{% endhint %}


---

# 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://econtract-docs.matbao.in/thong-tin-tai-khoan/doi-mat-khau.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.
