# Chatbox

- [Bắt đầu](https://dev.botbanhang.vn/chatbox/bat-dau.md): Hướng dẫn truy cập Chatbox.
- [Facebook Messenger](https://dev.botbanhang.vn/chatbox/label-staff-api.md)
- [Staff API (Nhân viên)](https://dev.botbanhang.vn/chatbox/label-staff-api/staff-api-nhan-vien.md): API tự động chỉ định nhân viên.Ví dụ: Khi bạn Inbox gửi hàng loạt, bạn muốn chỉ định cho 1 nhân viên xử lý độc lập, hoặc khi bạn lên từng camp facebook ads cho từng nhân viên được chỉ định.
- [Label API (Gẵn nhãn)](https://dev.botbanhang.vn/chatbox/label-staff-api/label-api-gan-nhan.md): API tự động gắn nhãn, được sử dụng trong các trường hợp, khi bạn chạy Ads Facebook, bạn muốn gắn nhãn tự động thay vì nhân viên gắn thủ công.
- [Lead API](https://dev.botbanhang.vn/chatbox/website.md): Lead conversation giúp bạn quản lý tập trung các data Lead từ các kênh : Website / Landing Page / Selling Page / Tiktok / Server API ... về 1 nơi.
- [Lead API Backend](https://dev.botbanhang.vn/chatbox/website/untitled.md): Hướng dẫn dành cho Developer tích hợp Backend như : Node.js, PHP, .Net , Python...


---

# Agent Instructions: 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:

```
GET https://dev.botbanhang.vn/chatbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
