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

# 安全

Morphic 的安全功能可让你管理登录方式并控制对账户的访问权限。

下面是如何在 Morphic 上管理安全设置的简要教程：

### 访问安全设置

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

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

### 通行密钥

通行密钥可让你无需密码即可登录，使用已经用于解锁设备的方式，例如指纹、面容或设备 PIN。它比输入密码更快，而且没有密码可被猜测或重复使用。

1. 打开“安全”
2. 点击“添加通行密钥”
3. 按照浏览器或设备上的提示进行确认

### 需要知道的事

* 你的设备会存储通行密钥，因此请在你经常登录的每台设备上都添加一个。
* 通行密钥与你用于解锁该设备的方式绑定，因此不会有密码被猜测、重复使用或钓鱼窃取的风险。

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