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

# 软件设置

Cherry Studio 的设置面板覆盖 **模型配置、工具能力、界面偏好、效率工具与系统行为** 等所有选项。设置左侧按 **模型 / 工具 / 偏好 / 效率 / 系统** 五大块分组，本节按同样的分组给出地图，方便你按需跳转。

### 模型

| 设置项    | 文档                                                       | 内容                             |
| ------ | -------------------------------------------------------- | ------------------------------ |
| 模型服务   | [模型服务](/pre-basic/providers.md)                          | Provider 添加、密钥、API 地址、多 Key 轮询 |
| 默认模型   | [默认模型设置](/pre-basic/settings/default-models.md)          | 全局默认对话 / 命名 / 翻译等模型            |
| 本地模型   | [本地模型](/pre-basic/settings/local-models.md)              | 内置、离线运行的嵌入模型与 OCR 模型           |
| API 网关 | [API 网关](/advanced-basic/developer-tools/api-gateway.md) | 对外暴露本地 OpenAI 兼容 API           |

### 工具

| 设置项  | 文档                                             | 内容                           |
| ---- | ---------------------------------------------- | ---------------------------- |
| MCP  | [MCP 与外部工具](/advanced-basic/extensions/mcp.md) | Model Context Protocol 工具接入  |
| 技能   | [技能与能力库](/advanced-basic/extensions/skills.md) | 为助手或 Agent 加装专项能力            |
| 网络搜索 | [联网模式](/pre-basic/settings/websearch.md)       | 免费联网、Tavily、火山引擎、SearXNG 等   |
| 文档处理 | [文档处理](/pre-basic/settings/doc-process.md)     | PDF / 复杂版式文档的结构化解析（MinerU 等） |
| OCR  | [OCR](/pre-basic/settings/ocr.md)              | 图片 / 扫描件的文字识别引擎              |

### 偏好

| 设置项  | 文档                                           | 内容                   |
| ---- | -------------------------------------------- | -------------------- |
| 外观   | [外观](/pre-basic/settings/display.md)         | 主题、主题色、缩放、语言、话题布局    |
| 通知   | [通知](/pre-basic/settings/notification.md)    | 助手消息、备份、知识库完成提醒      |
| 数据   | [数据设置](/pre-basic/settings/data-settings.md) | WebDAV / S3 备份与第三方集成 |
| 用量统计 | [用量统计](/pre-basic/settings/usage.md)         | 成本、Token、请求与每日活动统计   |

### 效率

| 设置项  | 文档                                                        | 内容                      |
| ---- | --------------------------------------------------------- | ----------------------- |
| 频道   | [频道](/advanced-basic/automation/channels.md)              | Agent 接入飞书 / Telegram 等 |
| 定时任务 | [定时任务](/advanced-basic/automation/scheduled-heartbeat.md) | Agent 按 Cron 定时运行       |
| 快捷键  | [快捷键设置](/pre-basic/settings/key-shortcut.md)              | 全部快捷键的修改与启停             |
| 快捷助手 | [快捷助手](/cherry-studio/preview/quick-assistant.md)         | 全局悬浮的迷你对话窗              |
| 划词助手 | [划词助手](/cherry-studio/preview/selection-assistant.md)     | 选中文字即时翻译 / 解释 / 改写      |

### 系统

| 设置项  | 文档                                              | 内容                       |
| ---- | ----------------------------------------------- | ------------------------ |
| 系统   | [系统](/pre-basic/settings/general.md)            | 启动、托盘、代理、硬件加速、开发者模式      |
| 环境依赖 | [环境依赖](/pre-basic/settings/env-dependencies.md) | uv / bun 等运行时与二进制工具的安装管理 |
| 关于我们 | —                                               | 版本信息、检查更新、许可协议与社区链接      |

{% hint style="info" %}
设置改动会 **实时生效**，无需重启。涉及 Provider / 模型 / 默认模型这类核心项时，建议先在 `设置 → 数据` 中做一次备份。
{% endhint %}

***

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

如果您在配置或使用过程中遇到任何疑问、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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/pre-basic/settings.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.
