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

# 系统

系统设置决定 Cherry Studio **如何随电脑启动、如何联网、以及要不要开放调试能力**。打开 `设置 → 系统`，共分三块：

<figure><img src="/files/ZwOd8z21sVDUVTppjIIz" alt=""><figcaption><p>系统设置：启动、代理模式、开发者模式</p></figcaption></figure>

### 启动

决定 Cherry Studio 是像微信一样常驻后台，还是普通软件用完即走。

| 设置项             | 作用                        | 建议                       |
| --------------- | ------------------------- | ------------------------ |
| **开机自动启动**      | 开机时自动拉起 Cherry Studio     | 主力工具可开启，开机即用             |
| **启动时最小化到托盘**   | 开机自启时静默进后台，不弹主窗口          | 配合"开机自启"使用，保持桌面整洁        |
| **显示托盘图标**      | 在系统托盘显示图标                 | 建议开启，便于快速唤出与查看状态         |
| **关闭时最小化到托盘**   | 点 `X` 时缩到托盘而非退出           | 强烈建议开启：下次"秒开"，正在进行的对话不中断 |
| **运行任务时保持系统唤醒** | 有后台任务（如定时任务、长回复）运行时阻止系统休眠 | 需要长时间无人值守跑任务时开启          |

{% hint style="info" %}
关闭 **关闭时最小化到托盘** 后，点 `X` 就是彻底退出进程。若你希望每次都完全退出，才需要关掉它。
{% endhint %}

### 代理模式

Cherry Studio 常要调用海外模型 API，网络走向由这里决定。

| 选项           | 说明                                                                                                                               |
| ------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| **系统代理**（默认） | 跟随操作系统的网络 / 代理设置。电脑上开了全局加速器时会自动使用                                                                                                |
| **自定义代理**    | 手动填写代理地址（如 `http://127.0.0.1:7890`）；还可设 **代理绕过规则**——哪些地址不走代理，默认 `localhost,127.0.0.1,::1`，支持 `*.test.com`、`192.168.0.0/16` 等模糊匹配 |
| **不使用代理**    | 强制直连                                                                                                                             |

* **禁用硬件加速**：正常保持关闭。仅当界面出现 **黑屏、白屏、闪烁、字体撕裂** 或明显卡顿时，开启并重启软件排查（强制改用 CPU 渲染）。

{% hint style="warning" %}
遇到"连接超时""API 请求失败"等红色报错时，先确认你的加速器已开启，并检查此处是否为 **系统代理**——这是最常见的原因。
{% endhint %}

### 开发者模式

* **启用开发者模式**：开启后可使用 **调用链** 功能，查看模型调用过程的数据流，便于排查问题；更改会在 **重启应用后** 生效。普通用户一般无需开启。

{% hint style="info" %}
界面语言、拼写检查在 [外观](/pre-basic/settings/display.md) 里设置；消息与备份提醒在 [通知](/pre-basic/settings/notification.md) 里设置。
{% 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/general.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.
