> For the complete documentation index, see [llms.txt](https://tutorial.hnsoft.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot.md).

# Hướng dẫn sử dụng Bot

- [Tổng quan khái niệm](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/tong-quan-khai-niem.md)
- [Bắt đầu nhanh](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/bat-dau-nhanh.md)
- [Danh sách lệnh của bot](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot.md)
- [Xuất file Excel template chứa tất cả sản phẩm, dùng để điền link đối thủ.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/xuat-file-excel-template-chua-tat-ca-san-pham-dung-de-dien-link-doi-thu..md)
- [Import link đối thủ từ file Excel vào bot.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/import-link-doi-thu-tu-file-excel-vao-bot..md)
- [Liệt kê tất cả sản phẩm hoặc tìm kiếm theo từ khóa.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/liet-ke-tat-ca-san-pham-hoac-tim-kiem-theo-tu-khoa..md)
- [Xem thông tin chi tiết của một sản phẩm, bao gồm tất cả biến thể.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/xem-thong-tin-chi-tiet-cua-mot-san-pham-bao-gom-tat-ca-bien-the..md)
- [Kiểm tra và so sánh giá đối thủ cho một sản phẩm cụ thể.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/kiem-tra-va-so-sanh-gia-doi-thu-cho-mot-san-pham-cu-the..md)
- [Quản lý ghép màu thủ công khi bot ghép sai tên màu giữa nhà bán lẻ và Shopify.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/quan-ly-ghep-mau-thu-cong-khi-bot-ghep-sai-ten-mau-giua-nha-ban-le-va-shopify..md)
- [Chạy kiểm tra giá toàn bộ sản phẩm từ tất cả các nhà bán lẻ.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/chay-kiem-tra-gia-toan-bo-san-pham-tu-tat-ca-cac-nha-ban-le..md)
- [Đồng bộ toàn bộ sản phẩm và biến thể từ Shopify store về database của bot.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/dong-bo-toan-bo-san-pham-va-bien-the-tu-shopify-store-ve-database-cua-bot..md)
- [Bật/tắt theo dõi sản phẩm đã qua sử dụng cho từng nhà bán lẻ.](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/danh-sach-lenh-cua-bot/bat-tat-theo-doi-san-pham-da-qua-su-dung-cho-tung-nha-ban-le..md)
- [Ví dụ quy trình làm việc](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/vi-du-quy-trinh-lam-viec.md)
- [Thiết lập ban đầu](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/vi-du-quy-trinh-lam-viec/thiet-lap-ban-dau.md)
- [Theo dõi giá](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/vi-du-quy-trinh-lam-viec/theo-doi-gia.md)
- [Quản lý màu sắc biến thể](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/vi-du-quy-trinh-lam-viec/quan-ly-mau-sac-bien-the.md)
- [Xuất/nhập links các shop đối thủ](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/vi-du-quy-trinh-lam-viec/xuat-nhap-links-cac-shop-doi-thu.md)
- [Các lỗi thường gặp](https://tutorial.hnsoft.vn/huong-dan-su-dung-bot/cac-loi-thuong-gap.md)


---

# 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://tutorial.hnsoft.vn/huong-dan-su-dung-bot.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.
