> 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/advanced-basic.md).

# 进阶教程

- [概念入门：助手 / 智能体 / 技能 / MCP / 频道](https://docs.cherryai.com.cn/advanced-basic/concepts-101.md)
- [MCP 使用教程](https://docs.cherryai.com.cn/advanced-basic/mcp.md)
- [MCP 环境安装](https://docs.cherryai.com.cn/advanced-basic/mcp/install.md)
- [配置和使用 MCP](https://docs.cherryai.com.cn/advanced-basic/mcp/config.md)
- [自动安装 MCP](https://docs.cherryai.com.cn/advanced-basic/mcp/auto-install.md)
- [内置 MCP 配置](https://docs.cherryai.com.cn/advanced-basic/mcp/builtin.md)
- [配置 Dify 知识库](https://docs.cherryai.com.cn/advanced-basic/mcp/dify.md)
- [常见问题](https://docs.cherryai.com.cn/advanced-basic/mcp/faq.md)
- [调用链使用教程](https://docs.cherryai.com.cn/advanced-basic/trace.md)
- [Code Tools 使用教程](https://docs.cherryai.com.cn/advanced-basic/code-tools.md): Tools
- [API 服务器](https://docs.cherryai.com.cn/advanced-basic/api-server.md)
- [技能](https://docs.cherryai.com.cn/advanced-basic/skills.md)
- [频道](https://docs.cherryai.com.cn/advanced-basic/agent-channels.md)
- [定时任务](https://docs.cherryai.com.cn/advanced-basic/scheduled-tasks.md)
- [全局记忆](https://docs.cherryai.com.cn/advanced-basic/memory.md)
- [OpenClaw](https://docs.cherryai.com.cn/advanced-basic/openclaw.md)
- [快捷短语](https://docs.cherryai.com.cn/advanced-basic/quick-phrase.md)
- [Agent 案例](https://docs.cherryai.com.cn/advanced-basic/agent-an-li.md)
- [金价暴跌看懵了？我用 Kimi K2.5 + Cherry Studio 做了个“复盘神器”（附 Agent 设计+完整教程）](https://docs.cherryai.com.cn/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/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.
