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

# 検索・フィルタ・一括編集

## 取引を検索する

1. **ホーム**を開きます。
2. 右上の現在の表示名をタップし、**検索**を選びます。
3. キーワードを入力します。さらに絞り込む場合は、期間、帳簿、口座、カテゴリ、タグ、通貨、取引タイプを設定します。
4. 検索結果をタップして取引の詳細を開きます。

統計カード、予算金額、口座明細の金額をタップして、その結果に含まれる取引一覧を直接開くこともできます。

## 1 件の取引を編集する

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/ja/ji-lu/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.
