> 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/ko/overview/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/ko/overview/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.
