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

# 정기예금

## 정기예금 만들기

1. **정기예금**을 열고 오른쪽 상단의 \*\*+\*\*를 탭합니다.
2. 이름, 원금, 연이율 및 시작일을 입력합니다.
3. 원금 계좌, 기간 및 이자 지급 방식을 선택합니다.
4. 자동으로 생성된 이자 계획을 확인한 뒤 저장합니다.

| 이자 지급 방식         | 사용 방법                  |
| ---------------- | ---------------------- |
| **만기 원리금 일시 지급** | 만기에 원금과 이자를 한 번에 확인    |
| **월 이자 지급**      | 매월 확인 대기 이자 회차 하나 생성   |
| **분기 이자 지급**     | 매 분기 확인 대기 이자 회차 하나 생성 |
| **연 이자 지급**      | 매년 확인 대기 이자 회차 하나 생성   |

## 이자 확인하기

1. 정기예금을 탭하여 상세 정보를 엽니다.
2. 지급일이 된 이자 회차를 선택합니다.
3. 실제 입금 금액, 계좌 및 날짜를 확인합니다.
4. 저장하면 이자 거래가 생성되고 계획 내역이 업데이트됩니다.

{% hint style="warning" %}
예상 이자와 은행의 실제 입금액이 다르면 이자를 확인할 때 실제 입금액을 입력하세요.
{% endhint %}

## 편집 및 삭제

편집 화면에서 계획 정보와 아직 확인하지 않은 이자 일정을 조정할 수 있습니다. 중도 종료하려면 계획을 열고 **중도 종료**를 선택합니다. 종료한 계획은 정기예금 화면 하단의 **종료됨**에서 확인할 수 있습니다.

{% 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/fixed-deposit.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.
