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

# カレンダー

**ホーム**を開き、右上の現在の表示名をタップして **カレンダー**を選びます。

## 日別の取引を見る

1. カレンダーの日付には、その日の収入と支出の概要が表示されます。
2. 日付をタップすると、下部にその日のすべての取引が表示されます。
3. 取引行をタップして詳細を開き、編集または削除できます。
4. 取引行を左にスワイプすると、利用できるクイック操作が表示されます。

## 月と帳簿を変更する

上部の帳簿名をタップしてフィルタを開き、すべての帳簿または特定の帳簿を選び、月を切り替えます。現在の月から移動した後は、**今日に戻る**をタップします。

{% hint style="info" %}
カレンダーと取引一覧は同じデータを使用します。取引の日付、金額、帳簿を変更すると、カレンダーの概要も更新されます。
{% 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/calendar.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.
