> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti.md).

# 常见问题

- [何时使用 Shade Cloud](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/he-shi-shi-yong-shade-cloud.md)
- [Shade 与其他云 NAS 系统的比较](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/shade-yu-qi-ta-yun-nas-xi-tong-de-bi-jiao.md)
- [我们的存储与子处理方](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/wo-men-de-cun-chu-yu-zi-chu-li-fang.md): 查看我们的子处理方和存储提供商
- [Shade 提供试用吗？](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/shade-ti-gong-shi-yong-ma.md): 注册后可享受 7 天免信用卡试用
- [索引素材需要多长时间？](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/suo-yin-su-cai-xu-yao-duo-chang-shi-jian.md): 我们的索引设计可处理数百万个素材
- [我的文件索引失败了](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/wo-de-wen-jian-suo-yin-shi-bai-le.md): 这种情况通常不应该发生，但如果发生了，请直接联系我们
- [我的 Wi‑Fi 需要多好？](https://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti/wo-de-wifi-xu-yao-duo-hao.md): 说明 Shade 在标准网络连接下也能良好运行的指南。


---

# 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://academy.shade.inc/help-center/help-center-zh/chang-jian-wen-ti.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.
