> 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/manage-sign-in-methods.md).

# 로그인 방법 관리하기

UpNote 계정은 다음의 로그인 방법 중 하나로 접근할 수 있습니다:

1. 이메일과 비밀번호
2. [Google로 로그인](/ko/get-started/manage-your-account/sign-in-with-2fa.md)
3. [Apple로 로그인](/ko/get-started/manage-your-account/sign-in-with-2fa.md)

언제든지 로그인 방법을 추가하거나 변경할 수 있으며, 변경 사항은 모든 기기에 적용됩니다.

***

#### 로그인 방법 추가하기

* **`설정(Settings)`** > **`내 계정(My Account)`** > **`로그인 방법 관리(Manage Sign-in Methods)`** 로 이동합니다.
* Google 또는 Apple 로그인을 추가하려면 **`연결(Connect)`** 버튼을 클릭하고 현재 비밀번호를 입력합니다.

  <figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F0L74j8ewsNghDD7t6qy8%2Fimage.png?alt=media&#x26;token=b99eb756-3748-4874-ae98-44f33198229a" alt=""><figcaption></figcaption></figure>
* 이메일과 비밀번호 로그인 방식을 추가하려면 **`연결(Connect)`** 버튼을 클릭합니다.\
  이미 잠금 비밀번호가 설정되어 있다면 입력 후 계속 진행하세요.\
  이후 새 이메일과 비밀번호를 입력하여 해당 로그인 방법을 계정에 추가할 수 있습니다.

***

#### 로그인 방법 제거하기

* **`설정(Settings)`** > **`내 계정(My Account)`** > **`로그인 방법 관리(Manage Sign-in Methods)`** 로 이동합니다.
* 제거하려는 로그인 방법 옆의 **`연결 해제(Disconnect)`** 버튼을 클릭합니다.\
  단, 로그인 방법을 하나 제거하려면 최소 2개의 로그인 방법이 계정에 연결되어 있어야 합니다.


---

# 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/manage-sign-in-methods.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.
