# 概念

- [物品](https://www.boxhero.io/docs/documentation/zh/gai-nian/items.md): 物品是你在 BoxHero 中管理的产品基本单位。你可以通过数据中心轻松添加、编辑或移除物品。BoxHero 让你轻松保持库存准确并及时更新。
- [地点](https://www.boxhero.io/docs/documentation/zh/gai-nian/locations.md): BoxHero 中的“地点”表示库存存放的实际位置，例如仓库、门店或库房。你可以使用 BoxHero 按地点轻松跟踪和管理库存。
- [属性](https://www.boxhero.io/docs/documentation/zh/gai-nian/attributes.md): 属性可让你为 BoxHero 中的每个物品添加额外详情，例如类别、品牌、尺寸、颜色等。你可以创建并使用这些字段，更轻松地整理和管理物品。
- [成员](https://www.boxhero.io/docs/documentation/zh/gai-nian/members.md): 在 BoxHero 中管理你的团队成员。你可以邀请新成员、分配角色和权限，并根据需要移除成员。
- [合作伙伴](https://www.boxhero.io/docs/documentation/zh/gai-nian/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/zh/gai-nian.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.
