> 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/m3/taokhieunai.md).

# B2. Tạo khiếu nại cho khách hàng

**Mục đích**: Chức năng này cho phép quý khách có thể tạo khiếu nại dịch vụ cho toàn bộ đơn hàng hoặc tạo riêng cho các mã sản phẩm trên đơn.

**Bước 1**: Tại màn hình **Danh sách khiếu nại** chọn nút "**Tạo khiếu nại**" (1)

![image](https://user-images.githubusercontent.com/85599407/183595059-2f2933fc-805a-48d0-83c2-62c5fdd8d850.png)

**Bước 2**: Tại màn hình **Tạo khiếu nại**, => chọn loại Khiếu nại (2) => Điền mã đơn cần khiếu nại (3) => Chọn lý do khiếu nại (4) => up ảnh Khiếu nại (5) => Mô tả/điền chi tiết nội dung Khiếu nại (6) => chọn phương án xử lý (7) => Đề xuất (8) => Bấm tạo Khiếu nại (9).

![image](https://user-images.githubusercontent.com/85599407/183596167-7d8b5dbf-7419-4f38-bd4a-3348af206fa4.png)

**Lưu ý**: Một số lý do khiếu nại quý khách cần cung cấp thêm các thông tin như: mô tả, hình ảnh đính kèm, số lượng sản phẩm còn thiếu hoặc số tiền đề xuất. Nếu không điền đủ thông tin thì quý khách sẽ không tạo được khiếu nại.

Sau khi tạo khiếu nại thành công, hệ thống sẽ hiển thị thông báo "**Thành công**" và chuyển hướng tới màn hình danh sách khiếu nại, tại đây sẽ hiển thị các khiếu nại đã được tạo:

![image](https://user-images.githubusercontent.com/85599407/183597251-fbdb2b09-9629-4c36-b16f-3e7098fac518.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/m3/taokhieunai.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.
