> For the complete documentation index, see [llms.txt](https://affiliate.zanet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://affiliate.zanet.com/help-center/bat-dau/toi-quen-mat-khau-thi-phai-lam-sao.md).

# Tôi quên mật khẩu thì phải làm sao?

Bạn có thể đặt lại mật khẩu theo các bước sau:

1. Truy cập trang đăng nhập Affiliate Dashboard.
2. Chọn **Quên mật khẩu** hoặc **Forgot password**.
3. Nhập địa chỉ email đã đăng ký tài khoản.
4. Kiểm tra email và mở đường dẫn đặt lại mật khẩu.
5. Tạo mật khẩu mới theo hướng dẫn.
6. Quay lại Dashboard và đăng nhập bằng mật khẩu mới.

Nếu không nhận được email đặt lại mật khẩu, hãy:

* Kiểm tra thư mục Spam, Thư rác hoặc Quảng cáo;
* Đảm bảo đã nhập đúng email đăng ký;
* Chờ một vài phút trước khi gửi lại yêu cầu;
* Không gửi yêu cầu liên tục quá nhiều lần;
* Kiểm tra xem đường dẫn đặt lại mật khẩu đã hết hạn hay chưa.

Vì lý do bảo mật, ZANET không gửi lại mật khẩu cũ và không yêu cầu bạn cung cấp mật khẩu qua email, tin nhắn hoặc điện thoại.

Nếu vẫn không thể đặt lại mật khẩu, hãy liên hệ bộ phận hỗ trợ bằng email đã đăng ký để được xác minh tài khoản.


---

# 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://affiliate.zanet.com/help-center/bat-dau/toi-quen-mat-khau-thi-phai-lam-sao.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.
