> 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/loan.md).

# 대여·차입

## 빌려주기 또는 빌리기 기록하기

1. **대여·차입**을 열고 오른쪽 상단의 \*\*+\*\*를 탭합니다.
2. **빌려주기** 또는 **빌리기**를 선택합니다.
3. 금액, 상대방 이름, 장부, 계좌 및 날짜를 입력합니다.
4. 저장하면 상대방별 받을 금액 또는 갚을 금액이 합산됩니다.

## 회수 또는 상환 기록하기

1. 상대방 또는 대여·차입 기록을 탭하여 상세 정보를 엽니다.
2. **회수** 또는 **상환**을 선택합니다.
3. 이번 금액을 입력하고 입금 계좌 또는 결제 계좌를 선택합니다.
4. 저장하면 남은 금액이 자동으로 업데이트됩니다.

| 작업             | 결과                        |
| -------------- | ------------------------- |
| **일부 회수 / 상환** | 이번 금액을 기록하고 남은 미처리 잔액 유지  |
| **전체 회수 / 상환** | 해당 대여·차입 잔액 정산 완료         |
| **거래 보기**      | 상세 정보의 거래 행을 탭하여 해당 기록 열기 |

## 수정 및 삭제

대여·차입 거래 상세 정보에서 금액, 날짜, 계좌 또는 상대방을 편집할 수 있습니다.

{% 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/loan.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.
