> 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/ko/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/ko/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.
