> 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/kuai-su-shang-shou/settings.md).

# 设置

设置页面可让你管理通用设置、成员和组织设置、套餐与账单，以及你在 Morphic 上的个人资料。

### 前往设置

**直接链接**

* 你可以随时通过此链接直接进入设置： [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)

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

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

**从 Canvas 前往 Dashboard**

* 在同一个下拉菜单中（通过点击 Morphic 标志打开），选择“返回 Dashboard”。
* 这会将你带到 Dashboard 视图，在那里你可以查看所有项目文件。

**从 Dashboard**

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

### 更改语言

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

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

* EN – 英语
* JP – 日本語（日语）
* KO – 한국어（韩语）
* ZH – 中文（简体）（简体中文）

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

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

**从 Dashboard**

1. 在 Dashboard 视图中，点击左上角的组织标志。它将打开组织/账户下拉菜单。
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>

如果您遇到任何问题或有任何疑问，请随时联系我们。我们很乐意为您提供帮助。请通过以下地址写信给我们： [**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/kuai-su-shang-shou/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.
