> 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/zhu-jin-xiang/savings.md).

# 貯金箱

## 貯金プランを作成する

1. **貯金箱**を開き、右上の \*\*+\*\*をタップします。
2. プラン名を入力し、プランタイプと通貨を選びます。
3. タイプに応じて目標、入金額、頻度、開始日、増加額を設定します。
4. 共同で使う場合は、編集画面で共有を設定します。
5. **保存**をタップします。

| プランタイプ | 設定内容               |
| ------ | ------------------ |
| 固定     | 各回の金額、実行頻度、目標      |
| 自由     | 各回の金額を固定せず、自由に入金する |
| 52 週間  | 初回金額と毎週の増加額        |
| 365 日  | 毎日の計画に沿って記録する      |

## 貯金を記録する

1. プランをタップして詳細を開きます。
2. 記録する回を選ぶか、入金操作をタップします。
3. 帳簿、振替元口座、貯金口座を選びます。
4. 金額と日付を確認して保存します。

プランの詳細には、完了した回数、累計金額、記録履歴が表示されます。

## 引き出し・終了・削除

| 操作          | 結果                      |
| ----------- | ----------------------- |
| **引き出し**    | 貯金口座から振り替えた金額を記録する      |
| **記録を取り消す** | プランの進捗を戻し、その回の関連取引を削除する |
| **プランを編集**  | プラン名と今後の設定を変更する         |
| **終了**      | 今後の進行を停止し、既存の記録は保持する    |
| **終了済み**    | 貯金箱画面の下部から終了したプランを表示する  |
| **プランを削除**  | プランとすべての関連取引を削除する       |

{% hint style="danger" %}
貯金プランと関連する取引を削除すると元に戻せません。共有中のプランは先に共有を停止してください。
{% 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/zhu-jin-xiang/savings.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.
