> 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/zhang-hu-yu-ji-fei/settings/preferences.md).

# 偏好设置

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

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

### 访问偏好设置

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

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

### 默认聊天模式

“默认聊天模式”会设置新 Copilot 聊天开始时使用的模式。

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

你的选项有“自动”，它会立即生成；“询问”，它会在运行前向你显示设置和所需的积分成本；以及“计划”，它会在不生成内容的情况下写出计划。请参阅 [聊天模式](/docs/zh/ru-men/copilot/chat-modes.md) 了解每种模式的作用。

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

如果你经常处理视频，或者使用共享积分余额，将默认模式设为“询问”意味着每个新聊天都会在花费任何内容之前先显示成本。

### 浏览器通知

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

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

### 提示

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

以上就是你在 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/zhang-hu-yu-ji-fei/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.
