> 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/ja/psonaraizu/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/ja/psonaraizu/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.
