> 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-cn/ge-xing-hua-she-zhi/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-cn/ge-xing-hua-she-zhi/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.
