> 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/ding-qi-ji-lu/recurring.md).

# 定期記録

決まった日に繰り返す収支は、定期記録ルールとして作成できます。

## ルールを作成する

1. **定期記録**を開き、\*\*+\*\*をタップします。
2. 取引タイプを選び、金額、口座、帳簿、カテゴリを入力します。
3. 開始日、実行頻度、終了条件を設定します。
4. 保存すると、Daak がルールに従って今後の取引を作成します。

| ルール設定     | 選択肢               |
| --------- | ----------------- |
| **実行頻度**  | 日、週、月などの間隔        |
| **特別な日付** | 毎月末、最終営業日など       |
| **終了条件**  | 継続、指定日に終了、指定回数で終了 |

## ルールを管理する

| 操作          | 影響範囲                       |
| ----------- | -------------------------- |
| **記録を表示**   | ルールによって作成済みの取引を表示する        |
| **ルールを変更**  | 今後作成する取引に使う設定を変更する         |
| **ルールを無効化** | 既存の取引を削除せず、今後の作成を停止する      |
| **ルールを削除**  | ルールと今後の作成を削除し、作成済みの取引は保持する |

{% hint style="info" %}
定期ルールを変更しても、作成済みの過去の取引は書き換えられません。ルールを削除すると、既存の取引はルールとの関連が解除され、通常の過去取引として残ります。
{% endhint %}

{% hint style="info" %}
よく使う内容をすばやく入力するだけで、自動作成が不要な場合は[記録テンプレート](/ja/ji-lu/templates.md)を使用してください。
{% 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/ding-qi-ji-lu/recurring.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.
