> For the complete documentation index, see [llms.txt](https://apidocs.abit.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.abit.vn/gioi-thieu-ve-abit-open-api.md).

# Giới thiệu về Abit Open API

Abit Open API cung cấp các giải pháp để tương tác giữa hệ thống Abit với các hệ thống, phần mềm ngoài bao gồm các dữ liệu về sản phẩm, đơn hàng, khách hàng, tương tác với khách hàng thông qua sự cấp quyền và cho phép của khách hàng Abit

Một số API mà Abit đang hỗ trợ

<details>

<summary>Đơn hàng</summary>

Api lấy danh sách đơn hàng gần nhất, có lọc theo ngày và sắp xếp theo thời gian

</details>

<details>

<summary>Sản phẩm</summary>

Hỗ trợ lấy danh sách sản phẩm trên tài khoản của shop

</details>

<details>

<summary>Khách hàng</summary>

Api lấy danh sách khách hàng theo giới gian, cho phép lọc và sắp xếp

</details>

<details>

<summary>Chăm sóc khách hàng</summary>

API tương tác với Zalo cá nhân khách hàng

</details>


---

# 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://apidocs.abit.vn/gioi-thieu-ve-abit-open-api.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.
