> 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).

# 进阶教程

- [进阶能力地图](https://docs.cherryai.com.cn/advanced-basic/capability-map.md): 从目标出发选择当前能力
- [对话进阶](https://docs.cherryai.com.cn/advanced-basic/chat.md): 多模型、分支、长对话与产物
- [多模型对比与消息分支](https://docs.cherryai.com.cn/advanced-basic/chat/model-compare-branches.md)
- [长对话、上下文与排队消息](https://docs.cherryai.com.cn/advanced-basic/chat/context-queue.md)
- [产物、引用与导出](https://docs.cherryai.com.cn/advanced-basic/chat/artifacts-export.md)
- [Agent 工作区](https://docs.cherryai.com.cn/advanced-basic/agent-workspace.md): 从创建到交付的完整工作方式
- [创建 Agent 与模型分工](https://docs.cherryai.com.cn/advanced-basic/agent-workspace/create-agent.md)
- [工作目录、任务与文件](https://docs.cherryai.com.cn/advanced-basic/agent-workspace/workspaces-tasks-files.md)
- [模型分工与 Agent 绘画](https://docs.cherryai.com.cn/advanced-basic/agent-workspace/models-image.md)
- [内置工具、知识库、技能与 MCP](https://docs.cherryai.com.cn/advanced-basic/agent-workspace/tools-knowledge-skills-mcp.md)
- [权限、记忆与后台任务](https://docs.cherryai.com.cn/advanced-basic/agent-workspace/permissions-memory-background.md)
- [知识与内容工作流](https://docs.cherryai.com.cn/advanced-basic/knowledge-content.md): 知识库、笔记、绘画与翻译
- [构建知识库与召回测试](https://docs.cherryai.com.cn/advanced-basic/knowledge-content/knowledge-base.md)
- [笔记、知识库与 Agent](https://docs.cherryai.com.cn/advanced-basic/knowledge-content/notes-knowledge-agent.md)
- [图片生成、编辑与增强](https://docs.cherryai.com.cn/advanced-basic/knowledge-content/painting-workflow.md)
- [文件、图片与长文翻译](https://docs.cherryai.com.cn/advanced-basic/knowledge-content/translation-workflow.md)
- [扩展 Agent 的能力](https://docs.cherryai.com.cn/advanced-basic/extensions.md): 技能、MCP 与能力边界
- [技能与能力库](https://docs.cherryai.com.cn/advanced-basic/extensions/skills.md)
- [MCP 与外部工具](https://docs.cherryai.com.cn/advanced-basic/extensions/mcp.md)
- [MCP 排错](https://docs.cherryai.com.cn/advanced-basic/extensions/mcp/troubleshooting.md)
- [自动化与外部触达](https://docs.cherryai.com.cn/advanced-basic/automation.md): 频道、定时任务、心跳与运行记录
- [频道](https://docs.cherryai.com.cn/advanced-basic/automation/channels.md)
- [定时任务、心跳与运行记录](https://docs.cherryai.com.cn/advanced-basic/automation/scheduled-heartbeat.md)
- [高效工作台](https://docs.cherryai.com.cn/advanced-basic/workbench.md): 多窗口、输入工具与全局搜索
- [多窗口与标签页](https://docs.cherryai.com.cn/advanced-basic/workbench/multi-window-tabs.md)
- [输入工具栏与效率工具](https://docs.cherryai.com.cn/advanced-basic/workbench/composer-efficiency.md)
- [全局搜索](https://docs.cherryai.com.cn/advanced-basic/workbench/global-search.md)
- [截图、标注与 OCR](https://docs.cherryai.com.cn/advanced-basic/workbench/screenshot-ocr.md)
- [开发与诊断](https://docs.cherryai.com.cn/advanced-basic/developer-tools.md): API 网关与调用链诊断
- [API 网关](https://docs.cherryai.com.cn/advanced-basic/developer-tools/api-gateway.md)
- [调用链与开发者模式](https://docs.cherryai.com.cn/advanced-basic/developer-tools/trace.md)
- [编码搭档（Code CLI）](https://docs.cherryai.com.cn/advanced-basic/developer-tools/code-cli.md)
- [应用案例](https://docs.cherryai.com.cn/advanced-basic/cases.md): 把多个能力组合成完整工作流
- [多模型研究复盘](https://docs.cherryai.com.cn/advanced-basic/cases/research-review.md)
- [长文档审阅](https://docs.cherryai.com.cn/advanced-basic/cases/long-document-review.md)
- [Agent 项目文件交付](https://docs.cherryai.com.cn/advanced-basic/cases/project-delivery.md)
- [品牌配图套件](https://docs.cherryai.com.cn/advanced-basic/cases/brand-image-kit.md)
- [私有知识库问答](https://docs.cherryai.com.cn/advanced-basic/cases/private-knowledge-qa.md)
- [笔记生成周报](https://docs.cherryai.com.cn/advanced-basic/cases/notes-weekly-report.md)
- [多语言资料整理](https://docs.cherryai.com.cn/advanced-basic/cases/multilingual-materials.md)
- [频道与定时日报](https://docs.cherryai.com.cn/advanced-basic/cases/automated-daily-report.md)
- [多窗口研究工作台](https://docs.cherryai.com.cn/advanced-basic/cases/multi-window-research.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.
