> 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-zhang-dan/settings.md).

# 设置

设置是你管理组织、账单和积分，以及个人账户的地方。左侧边栏分为三个部分：'组织'、'账单与使用情况' 和 '账户'。

### 前往设置

你也可以随时直接前往设置，地址是 [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)，或者从你当前所在的任何页面打开它。

**从 Canvas（登录后的默认视图）**

* 登录后，你会默认进入 Canvas。
* 要打开设置，请点击左上角的个人资料标志。这将打开组织/账户下拉菜单。
* 在下拉菜单中，选择设置。

**从 Canvas 前往仪表盘**

* 在同一个下拉菜单中（点击 Morphic 标志打开），选择返回仪表盘。
* 这会带你进入仪表盘视图，在那里你可以看到所有项目文件。

**从仪表盘**

* 在仪表盘视图中，点击左上角的组织标志。
* 在下拉菜单中，选择设置。

### 每个设置页面

每个页面都有自己的链接，因此你可以直接前往，或者把它分享给队友。

| 部分      | 页面     | 用途               | 直接链接                                                       |
| ------- | ------ | ---------------- | ---------------------------------------------------------- |
| 组织      | 常规     | 你的组织名称和常规信息      | [打开](https://studio.morphic.com/settings/general)          |
| 组织      | 成员     | 邀请队友、设置角色、移除成员   | [打开](https://studio.morphic.com/settings/members)          |
| 组织      | 套餐     | 比较套餐、升级或更改你的套餐   | [打开](https://studio.morphic.com/settings/plans)            |
| 组织      | 模型访问权限 | 选择你的组织可以使用哪些模型   | [打开](https://studio.morphic.com/settings/model-access)     |
| 账单与使用情况 | 套餐详情   | 你当前的套餐、付款方式和取消订阅 | [打开](https://studio.morphic.com/settings/billing/plans)    |
| 账单与使用情况 | 积分     | 购买积分并查看积分活动      | [打开](https://studio.morphic.com/settings/billing/credits)  |
| 账单与使用情况 | 积分上限   | 限制每位成员可消耗的积分数量   | [打开](https://studio.morphic.com/settings/billing/limits)   |
| 账单与使用情况 | 发票     | 你的发票历史记录         | [打开](https://studio.morphic.com/settings/billing/invoices) |
| 账户      | 个人资料   | 你的姓名、邮箱、头像以及账户删除 | [打开](https://studio.morphic.com/settings/profile)          |
| 账户      | 偏好设置   | 你的默认聊天模式和浏览器通知   | [打开](https://studio.morphic.com/settings/preferences)      |
| 账户      | 安全     | 你的登录和安全选项        | [打开](https://studio.morphic.com/settings/security)         |

### 更改语言

你可以在 Canvas 或仪表盘中更改 Morphic 的界面语言。

Morphic 目前支持以下界面语言：

* EN – 英语
* DE – 德语
* FR – 法语
* JP – 日语
* KO – 韩语
* ZH – 中文（简体）

**从 Canvas（登录后的默认视图）**

1. 在 Canvas 视图中，点击左上角的 Morphic 标志。它会打开组织/账户下拉菜单。
2. 在下拉菜单中，点击语言。
3. 从列表中选择你偏好的语言。
4. 界面会立即切换到所选语言。

**从仪表盘**

1. 在仪表盘视图中，点击左上角的组织标志。它会打开组织/账户下拉菜单。
2. 在下拉菜单中，点击语言。
3. 从列表中选择你偏好的语言。
4. 界面会立即切换到所选语言。

<figure><img src="/files/f86ce4119dcecaa4747e0af5f8e4d17b6c1fc4a0" alt=""><figcaption><p>更改界面语言</p></figcaption></figure>

<figure><img src="/files/cf0ac1e1f58f24c77796319ed76ac02cdfaa3701" alt="Language selection dropdown"><figcaption><p>语言选择选项</p></figcaption></figure>

这就是你在 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-zhang-dan/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.
