> 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/installment.md).

# 할부 및 정기예금

## 할부 계획 만들기

1. **할부**를 열고 오른쪽 상단의 \*\*+\*\*를 탭합니다.
2. **구매 할부** 또는 **채무 할부**를 선택합니다. 기존 지출 상세 정보에서 **할부로 전환**을 선택할 수도 있습니다.
3. 원금, 회차, 연이율, 첫 회차 날짜 및 상환 계좌를 입력합니다.
4. 상환 계산 방식과 이자 계산 방식을 선택합니다.
5. 각 회차 계획을 확인한 뒤 저장합니다.

| 설정       | 사용 방법                               |
| -------- | ----------------------------------- |
| 고정 금액    | 은행이 제공한 회차별 금액 기록                   |
| 원리금 균등   | 회차별 총상환액을 비교적 일정하게 유지               |
| 원금 균등    | 원금을 일정하게 유지하고 이자는 회차마다 변경           |
| 월 단위 이자  | 각 회차를 월 이율로 계산                      |
| 실제 일수 이자 | 각 회차의 실제 일수로 계산. 첫 회차 기간이 불규칙할 때 적합 |

## 상환 기록하기

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