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

# 搜尋、篩選與批次編輯

## 搜尋帳單

1. 開啟 **首頁**。
2. 點一下右上角目前模式名稱，選擇 **搜尋**。
3. 輸入關鍵字；需要更精確時，再設定時間、帳本、帳戶、分類、標籤、幣別或帳單類型。
4. 點一下搜尋結果進入帳單詳細資料。

統計卡片、預算金額和帳戶明細中的金額也可以點一下，直接開啟對應的帳單清單。

## 編輯單筆帳單

1. 點一下帳單資料列進入詳細資料。
2. 點一下右上角 **編輯**。
3. 修改金額、帳戶、分類、日期或其他內容。
4. 儲存後，帳戶餘額和相關統計會重新計算。

在帳單清單向左滑動，也可以使用目前帳單允許的編輯或刪除操作。

## 批次編輯

1. 在搜尋頁面點一下 **批次編輯**。
2. 選擇要處理的帳單。
3. 選擇批次修改欄位或批次刪除。
4. 檢查選取數量後確認。

{% hint style="warning" %}
無法編輯的唯讀帳單不會進入可編輯範圍。分期、定存、存錢等相關帳單需要遵循所屬功能的規則。
{% endhint %}

## 刪除帳單

一般帳單刪除後，會同時撤銷它造成的餘額和統計變動。與計畫相關的帳單可能會同時刪除計畫及其全部相關帳單，確認頁會顯示實際刪除範圍。

{% hint style="danger" %}
顯示 **無法復原** 的刪除操作不能透過封存恢復，請先確認相關內容。
{% 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/manage.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.
