> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ko/get-started/manage-your-account/sign-in-with-2fa.md).

# 2단계 인증(2FA)으로 로그인하기

UpNote 계정에서 **2단계 인증(2FA)** 을 사용하려면\
\&#xNAN;**“Google로 로그인(Sign in with Google)”** 또는 **“Apple로 로그인(Sign in with Apple)”** 방식을 사용하는 것을 강력히 권장합니다.

* **Apple로 로그인(Sign in with Apple)** 은 [2단계 인증](https://support.apple.com/kb/HT204915)이 기본적으로 내장되어 있어 매우 안전합니다.\
  Apple 기기를 사용하는 경우 언제든지 Face ID나 Touch ID를 통해 로그인 및 재인증할 수 있습니다.
* **Google로 로그인(Sign in with Google)** 을 사용하는 경우, 이미 Google 계정에 2단계 인증이 활성화되어 있을 수 있습니다.\
  설정되어 있지 않다면 [이 가이드](https://support.google.com/accounts/answer/185839?hl=ko\&co=GENIE.Platform%3DAndroid)를 따라 2단계 인증을 설정할 수 있습니다.

현재 **이메일과 비밀번호**로 로그인 중이라면,\
**설정(Settings)** > **내 계정(My Account)** > **로그인 방법 관리(Manage Sign-in Methods)** 에서\
\&#xNAN;**“Google로 로그인”** 또는 **“Apple로 로그인”** 방식을 추가할 수 있습니다.

**→** [로그인 방법 추가하기](mailto:undefined)

**→** [로그인 방법 제거하기](/ko/get-started/manage-your-account/manage-sign-in-methods.md#undefined-1)


---

# 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://help.getupnote.com/ko/get-started/manage-your-account/sign-in-with-2fa.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.
