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