> 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-and-sign-out.md).

# 로그인 및 로그아웃

#### 로그인

UpNote를 처음 실행하면 계정에 **로그인**하라는 메시지가 표시됩니다.\
처음에 **계정 없이 계속하기(Continue without an account)** 를 선택한 경우에도 아래 단계를 따라 나중에 로그인할 수 있습니다.

**데스크톱에서**

1. UpNote 창 오른쪽 상단의 <img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FYmFZfFeOplKHTpTGg53e%2Fimage.png?alt=media&#x26;token=b98cf6ea-9291-4565-9ca5-76a133c077d2" alt="" data-size="line"> 아이콘을 클릭합니다.
2. **내 계정(My Account)** 으로 이동하여 **Google/Apple로 로그인**하거나 **이메일과 비밀번호**로 로그인합니다.
3. **로그인(Sign In)** 버튼을 클릭하여 노트에 접근합니다.

**모바일에서**

1. 노트 목록 화면의 오른쪽 하단에 있는 **`...`** 아이콘을 탭한 후 **노트 동기화를 위해 로그인(Sign in to sync notes)** 을 선택합니다.
2. **Google/Apple로 로그인**하거나 **이메일과 비밀번호**로 로그인합니다.
3. **로그인(Sign In)** 버튼을 탭합니다.

**→** [계정에 로그인할 수 없어요](/ko/resources/troubleshoot-issues/cant-sign-in-to-account.md)

**→** [로그인 방법 관리하기](/ko/get-started/manage-your-account/manage-sign-in-methods.md)

***

#### 로그아웃

* **설정(Settings)** > **내 계정(My Account)** > **로그아웃(Sign out)** 으로 이동합니다.
* 로그아웃할 때 UpNote는 기기에 저장된 백업 데이터 및 버전 기록을 유지할지 삭제할지 선택하도록 요청합니다:
  * **백업 데이터 삭제(Delete backup data):** 공유 또는 공용 기기를 사용하는 경우 이 옵션을 선택하세요.
  * **백업 데이터 유지(Keep backup data):** 개인 기기에서 사용 중이며, 로컬에 백업 데이터와 노트 버전 기록을 보관하고 싶을 때 선택하세요.

***

**FAQ: 다른 기기에서 원격으로 로그아웃할 수 있나요?**

현재 UpNote는 원격 로그아웃 기능을 지원하지 않습니다.\
하지만 현재 사용 중인 기기에서 계정 비밀번호를 변경하면, 다른 기기에서 자동으로 로그아웃됩니다.\
단, 변경 사항이 모든 기기에 적용되기까지 시간이 걸릴 수 있습니다.

UpNote 팀은 향후 업데이트에서 원격 로그아웃 기능 추가를 고려하고 있습니다.


---

# 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-and-sign-out.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.
