> 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-cn/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-cn/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.
