> For the complete documentation index, see [llms.txt](https://hd.gobiz.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hd.gobiz.vn/he-thong-khach-hang/khach-hang-ky-gui/dang-ky-dang-nhap-tai-khoan.md).

# 1. Đăng ký và Đăng nhập tài khoản

* **ĐĂNG KÝ TÀI KHOẢN**:

Để có thể đặt hàng Quý khách vui lòng truy cập Trang chủ website đặt hàng, trên menu click vào mục **Đăng ký**

Quý khách vui lòng điền đầy đủ thông tin:

* Tài khoản đăng nhập (Username): Viết liền không dấu, không chứa khoảng trắng.
* Họ và tên.
* Email đăng ký.
* Số điện thoại liên hệ.
* Nhập mật khẩu.
* Xác nhận lại mật khẩu.
* Mã giới thiệu (nếu có)
* Click vào ô đồng ý chính sách.
* Xác nhận đăng ký.

![Màn hình đăng ký hệ thống](https://user-images.githubusercontent.com/73226975/99615643-5a8df300-2a4e-11eb-99a5-5f0ac90fe07d.png)

* **ĐĂNG NHẬP TÀI KHOẢN**:

  Sau khi hoàn tất quá trình đăng ký, Quý khách tiến hành đăng nhập hệ thống bằng cách nhập tên tài khoản và mật khẩu.

![Màn hình đăng nhập tài khoản](https://user-images.githubusercontent.com/73226975/99616329-9e352c80-2a4f-11eb-900f-71e5a635b363.png)

![Giao diện đăng nhập thành công](https://user-images.githubusercontent.com/73226975/99618718-75636600-2a54-11eb-8cad-8aba902f7f62.png)

* **ĐĂNG XUẤT TÀI KHOẢN**:

Để **Đăng xuất** tài khoản, Quý khách click vào khu vực mục hình đại diện hoặc phần hiển thị số dư ví như hình minh họa sau:

![Đăng xuất tài khoản](https://user-images.githubusercontent.com/73226975/103862249-5054b080-50f1-11eb-9dc6-987df77e5c10.png)


---

# 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://hd.gobiz.vn/he-thong-khach-hang/khach-hang-ky-gui/dang-ky-dang-nhap-tai-khoan.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.
