> 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/cun-qian-guan/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/zh-tw/cun-qian-guan/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.
