> 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/kr/account-and-billing/settings/security.md).

# 보안

Morphic의 보안 기능을 사용하면 로그인 방법을 관리하고 계정 접근을 제어할 수 있습니다.

Morphic에서 보안을 관리하는 방법에 대한 간단한 안내입니다:

### 보안에 액세스하기

1. 대시보드 보기에서 왼쪽 상단 모서리의 Org 로고를 클릭합니다.
2. 드롭다운에서 설정을 선택합니다.
3. 왼쪽 사이드바의 'Account' 아래에서 'Security'를 클릭하세요.

또는 바로 이동하세요: [studio.morphic.com/settings/security](https://studio.morphic.com/settings/security)

### 패스키

패스키를 사용하면 비밀번호 없이 로그인할 수 있으며, 지문, 얼굴, 기기 PIN 등 이미 기기의 잠금을 해제하는 수단을 사용합니다. 비밀번호를 입력하는 것보다 더 빠르고, 추측되거나 재사용될 비밀번호도 없습니다.

1. 'Security'를 여세요
2. 'Add passkey'를 클릭하세요
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/kr/account-and-billing/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.
