> For the complete documentation index, see [llms.txt](https://docs.vmass.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vmass.vn/quan-ly/khach-hang.md).

# Khách hàng

<figure><img src="/files/Yt4tLa5BSidLetg3FHRB" alt="Chức năng quản lý khách hàng"><figcaption><p>Chức năng quản lý khách hàng</p></figcaption></figure>

## Tạo mới khách hàng

<figure><img src="/files/ERD8eKybHgSl0Uzem3pn" alt="Chức năng tạo mới khách hàng"><figcaption><p>Chức năng tạo mới khách hàng</p></figcaption></figure>

* Chọn nút "Thêm"

<figure><img src="/files/LPWkQopn6mwZZZVozllG" alt="Nút thêm khách hàng"><figcaption><p>Nút thêm khách hàng</p></figcaption></figure>

* Điền các mục được liệt kê trong form khách hàng

> Tên khách hàng:
>
> Số điện thoại:
>
> Email:
>
> Địa chỉ:
>
> Công nợ (nếu có): Thêm công nợ cho khách hàng (nếu có) tại ô này
>
> Tags: Đây là các danh từ để mô tả khách hàng như: Khách mới, khách VIP...

* Bấm nút "Tạo khách hàng"

<figure><img src="/files/M6KFeSNMNe8BYbwBeJPV" alt="Nút tạo khách hàng mới"><figcaption><p>Nút tạo khách hàng mới</p></figcaption></figure>

## Sửa thông tin khách hàng

* Bấm vào Button Dropdown phía bên phải tên nhân viên, chọn "Sửa thông tin"

<figure><img src="/files/PHRlPUjTOsNnO5Jtsx4M" alt="Sửa thông tin khách hàng"><figcaption><p>Sửa thông tin khách hàng</p></figcaption></figure>

* Điền các thông tin cần thay đổi của nhân viên
* Bấm vào nút "Cập nhật" để lưu thay đổi

<figure><img src="/files/dDYZlMTsLfdXNXjbDCsd" alt="Nút cập nhật"><figcaption><p>Nút cập nhật</p></figcaption></figure>

## Xoá khách hàng

Khi muốn xoá khách hàng khỏi hệ thống, bạn chọn vào nút Dropdown bên phải tên khách hàng và chọn "Xoá". Sau đó xác nhận đồng ý xoá trên hộp thoại hiện ra là xong.


---

# 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://docs.vmass.vn/quan-ly/khach-hang.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.
