> 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/ito/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/ja/ito/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.
