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

# 계정 삭제하기

아래 단계를 따라 UpNote 계정을 삭제할 수 있습니다:

1. 어느 플랫폼에서든 UpNote 앱에 로그인합니다.
2. **`설정(Settings)`** > **`내 계정(My Account)`** > **`계정 삭제(Delete Account)`** 로 이동합니다.
3. 이메일과 비밀번호를 입력합니다.
4. **`계정 삭제(Delete Account)`** 버튼을 클릭하거나 탭합니다.\
   이 작업을 수행하면 계정과 모든 관련 데이터가 서버에서 즉시 삭제되며, 복구할 수 없습니다.

***

**FAQ: 삭제한 계정을 복구할 수 있나요?**

계정을 삭제할 때, 계정 및 모든 관련 데이터가 **영구적으로 삭제되며 되돌릴 수 없다는 경고**가 표시됩니다.

그러나 **데스크톱에 백업 파일이 남아 있는 경우**,\
기존 이메일 주소로 새 계정을 다시 만든 뒤\
**설정(Settings) > 일반(General) > 백업(Backup) > 백업 복원(Restore backup)** 경로를 통해 백업을 복원할 수 있습니다.


---

# 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/delete-account.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.
