> For the complete documentation index, see [llms.txt](https://docs.cherry-ai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherry-ai.com/cherry-studio/preview.md).

# 功能介绍

Cherry Studio 是一款桌面级 AI 客户端，集成了**对话、智能体、绘画、翻译、知识库、笔记、文件管理**等核心能力，并通过 [API 服务器](/advanced-basic/api-server.md)、[Cherry Agent](/cherry-studio/preview/agent.md)、[频道](/advanced-basic/agent-channels.md)、[定时任务](/advanced-basic/scheduled-tasks.md) 把 AI 能力延伸到自动化与跨平台场景。

下表是本节涉及的主要功能与对应入口：

| 功能                                                    | 简述                                    | 入口           |
| ----------------------------------------------------- | ------------------------------------- | ------------ |
| [对话界面](/cherry-studio/preview/chat.md)                | 与各家模型对话，支持助手、话题、知识库、工具调用              | 顶部 Tab `首页`  |
| [助手库](/cherry-studio/preview/assistants.md)           | 浏览 / 添加 / 创建对话助手预设                    | 启动台 → `助手库`  |
| [智能体](/cherry-studio/preview/agent.md)                | 可自主执行任务的 Cherry Agent —— 读文件、跑命令、多步推理 | 顶部 Tab `智能体` |
| [绘画](/cherry-studio/preview/drawing.md)               | 接入文生图模型                               | 启动台 → `绘画`   |
| [翻译](/cherry-studio/preview/translation.md)           | 双栏快速翻译                                | 启动台 → `翻译`   |
| [小程序](/cherry-studio/preview/app.md)                  | 客户端内运行 AI 厂商网页版                       | 启动台 → `小程序`  |
| [知识库](/cherry-studio/preview/knowledge-base.md)       | 文档/网址/笔记向量化检索                         | 启动台 → `知识库`  |
| [文件](/cherry-studio/preview/files.md)                 | 集中查看对话、绘画、知识库等附件                      | 启动台 → `文件`   |
| [笔记](/cherry-studio/preview/notes.md)                 | 内置 Markdown 编辑器                       | 顶部 Tab `笔记`  |
| [快捷助手](/cherry-studio/preview/quick-assistant.md)     | 全局快捷键唤起的迷你提问窗口                        | 全局快捷键        |
| [快捷助手](/cherry-studio/preview/selection-assistant.md) | 在任意应用划词后通过浮动工具栏调用 AI                  | 全局快捷键        |

更高阶能力请参考 [进阶教程](https://github.com/CherryHQ/cherry-studio-docs/blob/main/advanced-basic/README.md) 一节。

***

### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/question-contact/suggestions.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:

```
GET https://docs.cherry-ai.com/cherry-studio/preview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
