> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic.md).

# 進階教程

- [概念入門：助手 / 智能體 / 技能 / MCP / 頻道](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/concepts-101.md)
- [MCP 使用教程](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/mcp.md)
- [MCP 環境安裝](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/mcp/install.md)
- [配置同使用 MCP](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/mcp/config.md)
- [自動安裝 MCP](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/mcp/auto-install.md)
- [內置 MCP 配置](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/mcp/builtin.md)
- [配置 Dify 知識庫](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/mcp/dify.md)
- [常見問題](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/mcp/faq.md)
- [調用鏈使用教程](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/trace.md)
- [Code Tools 使用教程](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/code-tools.md): Tools
- [API 伺服器](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/api-server.md)
- [技能](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/skills.md)
- [頻道](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/agent-channels.md)
- [定時任務](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/scheduled-tasks.md)
- [全局記憶](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/memory.md)
- [OpenClaw](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/openclaw.md)
- [快捷短語](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/quick-phrase.md)
- [Agent 案例](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/agent-an-li.md)
- [金價暴跌睇到懵咗？我用 Kimi K2.5 + Cherry Studio 做咗個「復盤神器」（附 Agent 設計+完整教程）](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/agent-an-li/gold-price-case.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://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic.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.
