> 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/ji-lu/templates.md).

# 記録テンプレート

同じ口座、カテゴリ、金額、メモをよく使用する場合は、テンプレートを作成できます。

## テンプレートを作成する

1. **記録テンプレート**を開きます。入口がない場合は、**ホーム表示機能**または**タブ機能**で有効にします。
2. 右上の \*\*+\*\*をタップします。
3. 取引タイプ、口座、帳簿、カテゴリ、金額、メモをあらかじめ入力します。
4. テンプレートを保存します。

## テンプレートを使用する

1. 一覧からテンプレートを選びます。
2. 今回の金額、口座、日付を確認します。
3. 必要に応じて他の項目を変更します。
4. 数字キーボード右下の **保存**をタップして取引を作成します。

{% hint style="info" %}
テンプレートは取引を自動作成しません。決まった日に自動作成する場合は、[定期記録](/ja/ding-qi-ji-lu/recurring.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/ji-lu/templates.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.
