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

# 거래 유형

## 일반 유형

| 유형          | 사용 방법                                    |
| ----------- | ---------------------------------------- |
| **지출**      | 결제 계좌와 지출 카테고리를 선택합니다. 저장하면 계좌 잔액이 줄어듭니다 |
| **수입**      | 입금 계좌와 수입 카테고리를 선택합니다. 저장하면 계좌 잔액이 늘어납니다 |
| **이체**      | 출금 계좌와 입금 계좌를 선택합니다. 두 계좌 잔액이 함께 변경됩니다   |
| **환전**      | 통화가 다른 계좌의 양쪽 금액 또는 환율을 입력합니다            |
| **잔액 업데이트** | 계좌의 실제 현재 잔액을 입력하면 Daak이 잔액 조정 거래를 생성합니다 |

## 대여·차입 및 환급

| 유형             | 위치 및 작업                             |
| -------------- | ----------------------------------- |
| **빌려주기 / 빌리기** | 대여·차입 기능 또는 거래 유형에서 열어 상대방과 계좌 입력   |
| **회수 / 상환**    | 해당 대여·차입 기록에서 이어서 작업하며 일부 금액도 기록 가능 |
| **환급 대기 지출**   | 지출 추가 시 환급 대기를 켜고 나중에 환급 화면에서 처리    |
| **환불**         | 원래 지출에서 시작하여 환불 금액과 입금 계좌 입력        |

## 계획 및 투자 유형

저축, 할부, 정기예금 및 투자는 서로 연결된 거래를 생성합니다. 저축, 출금, 할부 상환, 정기예금 이자, 매수, 매도, 분배금 및 배당금 등이 포함됩니다.

{% hint style="warning" %}
연결된 거래는 해당 계획 또는 투자 화면에서 먼저 편집하세요. 회차, 진행률, 보유 수량 또는 수익이 함께 업데이트됩니다.
{% endhint %}

## 리워드 유형

계좌 리워드를 켜면 현금 리워드, 포인트 리워드 및 포인트 사용을 기록할 수 있습니다. 이 기록은 해당 계좌의 현금 또는 포인트 통계를 업데이트합니다. 자세한 방법은 [계좌 리워드](/ko/overview/rewards.md)를 확인하세요.


---

# 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/bookkeeping/types.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.
