# 부가 기능

- [입출고 요약](https://www.boxhero.io/docs/documentation/ko/other-features/summary.md): 기간별 입출고 내역을 한눈에 확인할 수 있는 요약 페이지입니다.
- [과거 수량 조회](https://www.boxhero.io/docs/documentation/ko/other-features/past-quantity.md): 특정 시점에 보유했던 제품 종류와 수량을 확인할 수 있습니다.
- [재고 부족 알림](https://www.boxhero.io/docs/documentation/ko/other-features/low-stock-alert.md): 재고 수량이 설정한 기준 이하로 떨어질 경우 모바일 앱으로 알림을 받을 수 있습니다.
- [재고 공유 링크](https://www.boxhero.io/docs/documentation/ko/other-features/inventory-link.md): 박스히어로에 등록된 재고 정보를 외부에 공유하는 기능입니다. 생성한 링크로 외부 사용자가 접속해 언제든 재고 현황을 확인할 수 있습니다.
- [재고 조사](https://www.boxhero.io/docs/documentation/ko/other-features/inventory-count.md): 실제 재고와 시스템 재고를 비교해 차이를 확인하고 수량을 업데이트할 수 있습니다.
- [재고 분석](https://www.boxhero.io/docs/documentation/ko/other-features/analytics.md): 박스히어로의 입고, 출고 데이터를 기반으로 재고 지표를 한눈에 확인할 수 있습니다. 복잡한 계산 없이 평균 재고량과 재고 회전율 등 주요 지표를 간편하게 확인하세요.
- [커스텀 리포트](https://www.boxhero.io/docs/documentation/ko/other-features/custom-analytics.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/other-features.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.
