# 원치 않는 편집으로부터 노트 보호하기

UpNote에서는 **편집 보호(Edit Protection)** 기능을 사용해 실수로 노트가 수정되는 것을 방지할 수 있습니다. 이 기능을 켜면 노트가 **읽기 전용 모드**가 되며, 다시 편집하려면 편집기에서 직접 편집 모드를 활성화해야 합니다. 중요한 참고 자료, 완성된 문서, 실수로 변경되면 곤란한 내용을 관리할 때 유용합니다.

* 이 기능을 활성화하려면 **Settings(설정) > Editor(편집기)** 로 이동해 **Protect notes from unwanted edits(원치 않는 편집으로부터 노트 보호)** 옵션을 켭니다.
* 노트 오른쪽 상단의 편집 버튼을 눌러 편집 모드를 켜거나 끌 수 있습니다.

***

**💡 팁**

* 편집 보호는 기기 간 **동기화되지 않습니다.**\
  보호가 필요하다면 각 기기에서 별도로 설정해야 합니다.
* 편집 보호는 **노트 잠금(locking)** 기능과 다릅니다.\
  잠금은 내용을 숨기고 인증이 필요하지만, 편집 보호는 실수로 수정되는 것만 방지합니다.


---

# Agent Instructions: 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:

```
GET https://help.getupnote.com/ko/safety-and-control/protect-notes-from-unwanted-edits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
