# 集成

***

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

是的。BoxHero 支持：

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

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

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

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

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

BoxHero 没有与 QuickBooks 或 Xero 等会计软件的内置集成。有两个选项：

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


---

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