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