> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/ko/navigation/security-and-reminders.md).

# 데이터 보호 및 알림

## 데이터 보호

**개인화 설정**을 열어 다음 항목을 사용할 수 있습니다.

| 설정                     | 효과                          |
| ---------------------- | --------------------------- |
| **백그라운드 흐림**           | App이 백그라운드로 전환될 때 화면 내용 가리기 |
| **비밀번호**               | App을 열 때 Daak 비밀번호 입력 요구    |
| **Face ID / Touch ID** | 기기 생체 인증으로 잠금 해제            |
| **인증 간격**              | App을 떠난 후 다시 인증할 때까지의 시간 설정 |

## 기록 알림

1. **기록 알림**을 엽니다.
2. 알림을 추가하고 제목과 내용을 입력합니다.
3. 매일, 매주 또는 매월을 선택하고 알림 시간을 설정합니다.
4. 저장한 뒤 알림이 활성화되었는지 확인합니다.

## 시작일

**시작일**을 열어 주 시작일과 월 시작일을 변경할 수 있습니다. 변경 후 홈, 통계, 예산 등의 화면은 새로운 시작일에 따라 기간을 나눕니다.

{% hint style="warning" %}
기록 알림을 켰지만 알림이 오지 않으면 iOS 설정에서 Daak의 알림 권한을 확인하세요.
{% endhint %}


---

# 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.daak2.com/ko/navigation/security-and-reminders.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.
