> 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/zh-tw/ge-ren-hua-she-ding/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/zh-tw/ge-ren-hua-she-ding/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.
