> 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/faq/zh/ku-cun-yu-jiao-yi.md).

# 库存与交易

- [商品与属性](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/shang-pin-yu-shu-xing.md): 了解如何设置商品、配置属性，以及处理诸如追踪单位、照片、序列号和到期日期等常见场景。
- [地点](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/di-dian.md): 有关 BoxHero 中仓库位置的常见问题——它们如何运作、与团队有何不同，以及如何用它们来管理多个地点的库存。
- [订单](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/ding-dan.md): 有关 BoxHero 的采购与销售功能中采购订单、销售订单、退货和发票自定义的常见问题答案。
- [库存变动](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/ku-cun-bian-dong.md): 如何使用 BoxHero 的库存交易记录入库、出库、调整或在仓库位置之间移动的库存。
- [库存盘点](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/ku-cun-pan-dian.md): 有关执行库存盘点、编辑任务表以及管理盘点项目的常见问题。
- [交易历史](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/jiao-yi-li-shi.md): 如何查找、编辑、导出和管理过去的交易，以及这些更改如何影响您团队当前的库存水平。
- [低库存提醒](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/di-ku-cun-ti-xing.md): 有关安全库存水平、低库存提醒以及 BoxHero 中通知设置的常见问题答案。
- [库存链接](https://www.boxhero.io/docs/faq/zh/ku-cun-yu-jiao-yi/ku-cun-lian-jie.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/faq/zh/ku-cun-yu-jiao-yi.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.
