> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/zh/ji-cheng-yu-api/ji-cheng.md).

# 集成

***

#### **BoxHero 是否可与其他平台集成？**

是的。BoxHero 支持：

* [**Slack**](https://www.boxhero.io/docs/integrations/slack) — 针对入库/出库/调整/调拨交易的实时通知。
* [**Webhooks**](https://www.boxhero.io/docs/integrations/open-api/webhook) — 将实时事件推送到您自己的系统。
* [**开放 API**](https://rest.boxhero-app.com/docs/api) — 利用完整的程序化访问构建自定义集成。

{% hint style="info" %}
您也可以使用诸如以下的中间件工具： [Zapier](https://zapier.com/apps/boxhero/integrations) 将 BoxHero 连接到成千上万的其他应用。
{% endhint %}

#### **BoxHero 是否可与电商平台集成？**

BoxHero 与 Shopify 或 WooCommerce 等平台没有直接集成。您可以使用我们的 [**开放 API**](https://rest.boxhero-app.com/docs/api) 来将商品数据和交易明细与您的商店同步。

#### **BoxHero 是否可与会计软件集成？**

BoxHero 与 QuickBooks 或 Xero 等会计软件没有内置集成。两种方案：

* **导出到 Excel：** 批量导出库存和交易数据，以导入您的会计工具。
* **开放 API：** 使用我们的 REST API 自动同步数据。


---

# 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://www.boxhero.io/docs/faq/zh/ji-cheng-yu-api/ji-cheng.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.
