# 연동

- [API](https://www.boxhero.io/docs/documentation/ko/integrations/open-api.md): 박스히어로 공개 API를 활용하면 외부 서비스에서도 박스히어로 데이터를 조회하고 관리할 수 있습니다.
- [Webhook](https://www.boxhero.io/docs/documentation/ko/integrations/open-api/webhook.md): 웹훅은 박스히어로에서 특정 이벤트가 발생했을 때, 실시간으로 알림을 받아볼 수 있는 기능입니다.
- [Slack](https://www.boxhero.io/docs/documentation/ko/integrations/slack.md): 슬랙에 박스히어로를 연동하면 재고 변동 시 알림을 받아볼 수 있습니다.


---

# 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/ko/integrations.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.
