> 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/zi-chan/rewards.md).

# 口座リワード

## 口座リワードを有効にする

1. 口座を追加または編集します。
2. **リワード**を有効にし、必要に応じてリワード名を入力します。
3. 保存すると、口座の詳細にリワードへの入口と統計が表示されます。

## リワードを記録する

| タイプ           | 使用方法                |
| ------------- | ------------------- |
| **キャッシュリワード** | 入金口座に戻る現金を記録する      |
| **ポイントリワード**  | 口座の累計ポイントを増やす       |
| **ポイント利用**    | ポイントを減らし、交換内容を入力できる |

支出の記録時にリワードを有効にした口座を選び、**リワードを追加**を開くと、その支出と一緒にキャッシュまたはポイントのリワードを保存できます。口座の詳細から **リワード**を開き、右上の \*\*+\*\*をタップして個別に追加することもできます。

## 確認と変更

口座リワード画面では、現金とポイントを別々に集計し、記録を日付順に表示します。記録をタップすると表示、編集、削除ができます。変更後は現金とポイントの統計が再計算されます。

{% 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/zi-chan/rewards.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.
