> 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/zh-tw/ji-zhang/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/zh-tw/ji-zhang/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.
