> 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/gong-neng-tan-suo.md).

# 功能探索

- [功能列表](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/gong-neng-lie-biao.md)
- [Matter 网桥 - 连接应用](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/matter-wang-qiao-lian-jie-ying-yong.md)
- [Amazon Alexa](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/matter-wang-qiao-lian-jie-ying-yong/amazon-alexa.md)
- [Apple Home 与 Siri](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/matter-wang-qiao-lian-jie-ying-yong/apple-home-yu-siri.md)
- [Google Home](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/matter-wang-qiao-lian-jie-ying-yong/google-home.md)
- [SmartThings](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/matter-wang-qiao-lian-jie-ying-yong/smartthings.md)
- [自动化与场景](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/zi-dong-hua-yu-chang-jing.md): 了解如何在 CUBE OS 中创建自动化和手动场景，让你的智能家居更智能、更自主。
- [投屏仪表盘](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/tou-ping-yi-biao-pan.md)
- [远程访问与通知](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/yuan-cheng-fang-wen-yu-tong-zhi.md)
- [Docker 与插件](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/docker-yu-cha-jian.md)
- [安防系统](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/an-fang-xi-tong.md): 了解如何在 CUBE OS 中配置和使用内置安防模式，以保护你的智能家居。
- [管理你的设备](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/guan-li-ni-de-she-bei.md)
- [备份与恢复](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/bei-fen-yu-hui-fu.md)
- [重置密码](https://cube.ewelink.cc/english-zh/gong-neng-tan-suo/zhong-zhi-mi-ma.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://cube.ewelink.cc/english-zh/gong-neng-tan-suo.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.
