> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/account-and-billing/settings/preferences.md).

# 偏好设置

如何设置新 Copilot 聊天开始时的模式，以及浏览器是否在生成完成时通知你。

Morphic 的偏好设置让你可以设定自己的默认值。这些设置只适用于你本人，而不是整个组织，因此更改它们不会影响你的团队成员。

下面是如何在 Morphic 上设置偏好的简要教程：

### 访问偏好设置

1. 在仪表板视图中，点击左上角的组织标志。
2. 在下拉菜单中，选择“设置”。
3. 在左侧边栏的“账户”下，点击“偏好设置”。

或者直接前往： [studio.morphic.com/settings/preferences](https://studio.morphic.com/settings/preferences)

### 默认聊天模式

“默认聊天模式”会设置新 Copilot 聊天启动时所使用的模式。

1. 打开“偏好设置”
2. 点击“默认聊天模式”旁边的下拉菜单
3. 选择你想要的模式

你的选项有“Auto”，它会立即生成；“Ask”，它会在开始前向你显示设置和积分消耗；以及“Plan”，它只生成计划而不执行生成。参见 [聊天模式](/docs/zh/getting-started/copilot/chat-modes.md) 了解各自的功能。

这只会影响新的聊天。你仍然可以在任何聊天中切换模式，更改单个聊天不会改变你的默认设置。

如果你经常处理视频，或者使用共享积分余额，将默认值设为“Ask”意味着每个新聊天都会在扣费前向你显示成本。

### 浏览器通知

“浏览器通知”会告诉你的浏览器在生成完成时提醒你，这样你就可以在长时间渲染完成的同时切换到另一个标签页工作。

1. 打开“偏好设置”
2. 开启或关闭“浏览器通知”

### 提示

* 你第一次开启通知时，浏览器会请求权限。如果之后你看不到通知，请检查浏览器设置中是否已允许 Morphic 发送通知。
* 这些设置仅属于你自己。更改它们不会影响你组织中的其他任何人。
* 如果你处理视频，或者使用共享余额，将默认值设为“Ask”意味着每个新聊天都会在扣费前显示成本。

这就是你在 Morphic 上设置偏好的方法。它决定了新聊天的行为方式，以及你如何得知已完成的工作。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/zh/account-and-billing/settings/preferences.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.
