> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/english-zh/bo-ke/chang-jian-wen-ti-ni-wen-wo-men-da.md).

# 常见问题 - 你问，我们答

在过去几个月自从 CUBE OS v0.4 测试版发布以来，我们在 Facebook、Discord 和各个社区群组中收到了许多用户提出的有趣问题。有些人询问硬件，有些关于兼容性，还有人关心 CUBE OS 与 iHost 的区别。与其逐一回复，我们想：为何不让每个人都更容易获得这些答案？

这就是为什么我们开始 **“你问，我答”**。每两周，我们将汇总社区中最常见的问题，并在此分享清晰的答复。我们的目标很简单：帮助更多用户在无需翻阅无尽文档或论坛帖的情况下了解 CUBE OS。

<figure><img src="/files/e4dfa1297e85f2eadd8f4eeaefd2dae233c25d63" alt=""><figcaption></figcaption></figure>


---

# 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://cube.ewelink.cc/english-zh/bo-ke/chang-jian-wen-ti-ni-wen-wo-men-da.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.
