> 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/danh-muc-san-pham.md).

# Danh mục

<figure><img src="/files/UYE94ysZZ4BxnkvWrcqu" alt="Chức năng quản lý danh mục"><figcaption><p>Chức năng quản lý danh mục</p></figcaption></figure>

## Thêm mới danh mục

* Chọn nút “Thêm danh mục”

<figure><img src="/files/8vXU9wBrd1Ym1JPDtysy" alt="Nút thêm danh mục"><figcaption><p>Nút thêm danh mục</p></figcaption></figure>

* Điền tên của Danh mục

<figure><img src="/files/mTrZMYCm2X2mBAUFfxu5" alt="Chức năng tạo mới danh mục"><figcaption><p>Chức năng tạo mới danh mục</p></figcaption></figure>

* Bấm nút "Tạo danh mục" để hoàn tất

<figure><img src="/files/6OtvMEmo5319zThQRE4n" alt="Nút tạo danh mục"><figcaption><p>Nút tạo danh mục</p></figcaption></figure>

## Chỉnh sửa danh  mục

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

<figure><img src="/files/PoJ2XhQkjlr8DuPC9ssP" alt="Sửa thông tin danh mục"><figcaption><p>Sửa thông tin danh mục</p></figcaption></figure>

* Thay thế tên danh mục
* Bấm vào nút cập nhật để thay đổi tên danh mục

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

## Xoá danh mục

Khi muốn xoá danh mục khỏi hệ thống, bạn chọn vào nút Dropdown bên phải tên danh mục 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/danh-muc-san-pham.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.
