> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/documentation/ja/konseputo.md).

# コンセプト

- [アイテム](https://www.boxhero.io/docs/documentation/ja/konseputo/items.md): アイテムは、BoxHeroで管理する製品の基本単位です。データセンターからアイテムを簡単に追加、編集、削除できます。BoxHeroなら、在庫を正確かつ最新の状態に保つのが簡単です。
- [ロケーション](https://www.boxhero.io/docs/documentation/ja/konseputo/locations.md): BoxHeroの「ロケーション」は、倉庫、店舗、保管室など、在庫が保管されている物理的な場所を指します。BoxHeroを使えば、ロケーションごとの在庫を簡単に追跡・管理できます。
- [属性](https://www.boxhero.io/docs/documentation/ja/konseputo/attributes.md): 属性を使うと、カテゴリ、ブランド、サイズ、色など、BoxHeroの各アイテムに追加情報を付けられます。これらの項目を作成・利用して、アイテムをより簡単に整理・管理できます。
- [メンバー](https://www.boxhero.io/docs/documentation/ja/konseputo/members.md): BoxHeroでチームメンバーを管理しましょう。新しいメンバーの招待、役割と権限の割り当て、必要に応じたメンバーの削除ができます。
- [取引先](https://www.boxhero.io/docs/documentation/ja/konseputo/partners.md): 在庫注文を追跡するために、取引先パートナー——仕入先と顧客の両方——を管理しましょう。名前や連絡先などの詳細を保存して、いつでも確認できます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.boxhero.io/docs/documentation/ja/konseputo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
