> 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/bang-zhu-yu-zhi-chi.md).

# 帮助与支持

***

## 精选主题

{% columns %}
{% column %}
{% content-ref url="/pages/bffa580aafa4b897253f71c43f6252f87a948188" %}
[账单](/docs/faq/zh/zhang-dan/tao-can-yu-jia-ge.md)
{% endcontent-ref %}

{% content-ref url="/pages/06f04f41b43d0b9da91cdc9626746146a829f021" %}
[账户管理](/docs/faq/zh/zhang-hu-guan-li/ge-ren-zi-liao-yu-she-zhi.md)
{% endcontent-ref %}

{% content-ref url="/pages/c4a2d4388def055e1d795b328acedfa9dd6007c6" %}
[团队管理](/docs/faq/zh/tuan-dui-guan-li/guan-li-cheng-yuan.md)
{% endcontent-ref %}

{% content-ref url="/pages/09fce573055a931b83b7762db5f5f5fba6294c90" %}
[库存与交易](/docs/faq/zh/ku-cun-yu-jiao-yi/wu-pin-yu-shu-xing.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/cb0392a7aa3be709a491e0f20f6aa7de1a1aebba" %}
[条码标签](/docs/faq/zh/tiao-ma-biao-qian/she-ji-biao-qian.md)
{% endcontent-ref %}

{% content-ref url="/pages/0785e7e71f34ebe44b45a6534e3e58f8d2b07a4a" %}
[报表](/docs/faq/zh/bao-biao/ku-cun-bao-biao.md)
{% endcontent-ref %}

{% content-ref url="/pages/f4362f6db457ed4a462e75b0e0f319acb24c7485" %}
[集成与 API](/docs/faq/zh/ji-cheng-yu-api/ji-cheng.md)
{% endcontent-ref %}

{% content-ref url="/pages/3bf9f913710db60aa1818769ec40259116cf09e3" %}
[安全与隐私](/docs/faq/zh/an-quan-yu-yin-si/shu-ju-bao-hu.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
**找不到您要找的内容？** [联系支持](https://www.boxhero.io/docs/resources/contact) 我们会提供帮助。
{% endhint %}


---

# 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/bang-zhu-yu-zhi-chi.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.
