> 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/yu-suan/budget.md).

# 予算

**予算**を開くと、1 つの帳簿の予算、またはすべての帳簿の予算概要を確認できます。

## 予算を作成する

1. 右上の **管理**をタップします。
2. 予算を設定する帳簿を選びます。
3. 週、月、年、カスタムの予算期間を選び、総予算額を設定します。
4. 必要に応じて支出カテゴリまたはサブカテゴリごとの予算を設定します。
5. 保存し、予算画面に戻って使用状況を確認します。

| 設定         | 使用方法                                         |
| ---------- | -------------------------------------------- |
| **固定**     | すべての期間で同じ予算設定を使用する。同じ金額とカテゴリ構成を長期間使う場合に適している |
| **自由**     | 期間ごとに予算を保存する。期間によって金額が異なる場合に適している            |
| **カスタム**   | 名前と開始日・終了日を指定した予算プランを作成する                    |
| **予算をコピー** | コピー元期間の総予算とカテゴリ予算をコピー先期間へ複製する                |

## 予算画面を使用する

| 操作           | 結果                       |
| ------------ | ------------------------ |
| 上部の帳簿と期間をタップ | 帳簿、週、月、年、カスタム予算期間を切り替える  |
| 総予算額をタップ     | 今期の予算に含まれる支出を表示する        |
| カテゴリ予算をタップ   | 使用額、残額、関連する取引を表示する       |
| サブカテゴリをタップ   | 詳細なカテゴリ予算を展開または管理する      |
| 右下の記録ボタンをタップ | 取引を追加し、条件に合う支出をすぐ予算に反映する |
| 今日に戻るをタップ    | 現在の予算期間へ戻る               |

## 予算の集計ルール

支出は、正しい帳簿とカテゴリを使用し、予算に含める設定にする必要があります。振替は通常の支出として計上されません。返金は元の支出の実際の金額を調整します。

{% hint style="warning" %}
予算を変更しても、予算額だけが変わり、既存の取引は変更されません。カテゴリを予算に含めない場合は、カテゴリ予算の編集画面で除外できます。
{% 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/yu-suan/budget.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.
