# 集成

- [API](https://www.boxhero.io/docs/documentation/zh/ji-cheng/open-api.md): BoxHero 的 API 允许开发者将我们的库存管理能力与外部应用程序集成，以便高效检索和交互数据。
- [Webhook](https://www.boxhero.io/docs/documentation/zh/ji-cheng/open-api/webhook.md): Webhook 是一种功能，可让你在 BoxHero 中发生某些事件时接收实时通知。
- [Slack](https://www.boxhero.io/docs/documentation/zh/ji-cheng/slack.md): BoxHero 与 Slack 集成，让你的团队及时了解库存更新。获取关键事件的实时通知，并直接在 Slack 工作区中保持联系。


---

# 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/documentation/zh/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.
