> 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/to-1/refund.md).

# 返金

返金は、元の支出に対して戻ってきた金額を記録し、実際の支出額、口座残高、関連する統計をまとめて更新します。

## 返金を記録する

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/to-1/refund.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.
