> 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/m10/taotaikhoan.md).

# B1. Tạo tài khoản

### Bước 1: Đăng ký tài khoản

Để đăng ký tài khoản , Quý khách vui lòng truy cập link:: <https://app.authen.me/register>

Khi màn hình hiện thị như ảnh, Quý khách điền đầy đủ các thông tin dưới đây:

* Username: Tên user khách muốn đặt
* Email: Địa chỉ email đăng ký
* Fullname: Họ tên đầy đủ
* Password: Mật khẩu đăng nhập tài khoản
* Confirm password: Xác nhận lại mật khẩu đăng nhập tài khoản

![Đăng ký tài khoản](https://user-images.githubusercontent.com/73226975/123076709-973a2680-d443-11eb-8930-1376be344c7d.png)

Sau khi điền đầy đủ các thông tin, Quý khách ấn vào **Register** (Xác nhận đăng ký) để lập tài khoản.

### Bước 2: Xác nhận tài khoản

Đăng ký tài khoản authen.me thành công, Quý khách vui lòng đăng nhập tài khoản và nhấn vào phần *Hãy xác thực e-mail của bạn để sử dụng đầy đủ các chức năng* **Xác thực tại đây**

![Đăng nhập](https://user-images.githubusercontent.com/73226975/123077242-116aab00-d444-11eb-94e6-0dde85d0fa18.png)

![image](https://user-images.githubusercontent.com/73226975/123077786-905fe380-d444-11eb-8d70-d62f9a993f31.png)

Tiếp đó, đăng nhập vào email đã đăng ký và thao tác 1 trong 2 cách sau:

*Cách 1*: Nhấn vào **Verify** trong mai để xác nhận.

*Cách 2*: Copy link gắn kèm trong mai và paste vào tab mới để đăng nhập tài khoản đã được xác nhận

![image](https://user-images.githubusercontent.com/73226975/123077960-b6858380-d444-11eb-9cb0-b1cbeba70214.png)

Sau khi hoàn thành bước xác nhận tài khoản, Quý khách đăng nhập lại vào hệ thống để trải nghiệm sảm phẩm.


---

# 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/m10/taotaikhoan.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.
