# 기본 개념

- [제품](https://www.boxhero.io/docs/documentation/ko/concepts/items.md): 제품은 박스히어로에서 재고를 관리하는 기본 단위입니다. 제품 등록, 수정, 삭제 방법을 확인할 수 있습니다.
- [속성](https://www.boxhero.io/docs/documentation/ko/concepts/attributes.md): 속성은 제품에 추가 정보를 등록하기 위한 사용자 정의 필드입니다. 카테고리, 브랜드, 컬러, 사이즈 등 필요한 항목을 자유롭게 만들고, 파일도 첨부해 함께 관리할 수 있습니다.
- [멤버](https://www.boxhero.io/docs/documentation/ko/concepts/members.md): \[설정] > \[멤버 설정]에서 멤버를 초대하거나 삭제하고 권한을 설정할 수 있습니다. 역할에 맞는 권한을 설정해 불필요한 접근을 방지해보세요.
- [위치](https://www.boxhero.io/docs/documentation/ko/concepts/locations.md): 같은 제품을 여러 장소에 보관하는 경우, 위치 기능을 통해 전체 수량과 위치별 수량을 한눈에 확인할 수 있습니다.
- [거래처](https://www.boxhero.io/docs/documentation/ko/concepts/partners.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/concepts.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.
