> 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/m6/hang-thuong/van-hanh-kho-nguon/baohang.md).

# 4. Bao hàng

**Mục đích:** Để quản lý các kiện hàng trong quá trình Vận chuyển Quốc tế, một bao hàng có thể được khớp một kiện hoặc nhiều kiện theo đúng tình trạng của bao hàng vật lý.

## Tạo bao hàng

* Quý khách tham khảo thêm tại video hướng dẫn: [Hướng dẫn sử dụng hệ thống từ A-Z bản update](https://youtu.be/ZHQZUob3I7g?t=701)

### Bước 1: Quý khách truy cập vào Menu

* Chọn Bao hàng (1) => Chọn Tạo bao hàng (2)
* Điền thông tin bao hàng : kích thước bao hàng, chọn kho, loại vận chuyển…(3,4,5), sau đó click **Lưu và đóng bao**

![Tạo bao](https://user-images.githubusercontent.com/85599407/128309444-db058596-6679-45ce-847b-152cd8005af8.png)

* Hệ thống sẽ chuyển hướng sang màn hình **Đóng bao**

### Bước 2: Đóng bao

* Quý khách tham khảo thêm tại video hướng dẫn: [Hướng dẫn sử dụng hệ thống từ A-Z bản update](https://youtu.be/ZHQZUob3I7g?t=741)
* Tại ô quét mã kiện, Nhân viên điền mã hoặc quét mã kiện cần đóng vào bao hàng
* Nhập cân nặng của bao và chọn **Kết thúc đóng bao** để hoàn tất.

![Quét kiện vào bao](https://user-images.githubusercontent.com/85599407/128309479-0e8225e1-465c-41a7-b999-1cfd06e90269.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/m6/hang-thuong/van-hanh-kho-nguon/baohang.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.
