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

# Daak 사용 설명서

이 설명서는 Daak에서 바로 사용할 수 있는 기능별로 구성되어 있습니다. 원하는 항목을 선택하여 기능을 여는 위치, 화면 구성 및 사용 방법을 확인하세요.

## 주요 기능

| 기능                                     | 할 수 있는 작업                                  |
| -------------------------------------- | ------------------------------------------ |
| [기록](/ko/bookkeeping.md)               | 거래 추가, 다중 통화 및 환율, 검색, 일괄 편집, 통계, 캘린더, 템플릿 |
| [자산](/ko/overview.md)                  | 계좌 잔액, 계좌 그룹, 순자산, 잔액 추이, 신용 계좌, 계좌 리워드    |
| [예산](/ko/budget.md)                    | 총예산, 카테고리 예산, 사용 진행률, 예산 거래 내역             |
| [저금통](/ko/savings.md)                  | 고정, 유연, 52주 및 365일 저축 계획                   |
| [투자 및 시장](/ko/investment.md)           | 시장, 보유 수량, 매수, 매도, 배당 및 가격                 |
| [할부 및 정기예금](/ko/installment.md)        | 할부 상환, 조기 상환, 정기예금 원금 및 이자                 |
| [대여·차입](/ko/loan.md)                   | 빌려주기, 빌리기, 회수 및 상환                         |
| [환불 및 환급](/ko/refund/reimbursement.md) | 환급 대기 지출, 환급금 입금 및 원거래 환불                  |
| [반복 기록](/ko/recurring.md)              | 일, 주, 월 또는 사용자 지정 규칙에 따른 거래 자동 생성          |

## 설정 및 데이터

| 기능                                  | 할 수 있는 작업                        |
| ----------------------------------- | -------------------------------- |
| [개인화 설정](/ko/navigation.md)         | 하단 탭, 바로가기, 디자인, 키보드, 통계 카드 및 보안 |
| [데이터 및 공유](/ko/sync-and-sharing.md) | iCloud, 공유, 가져오기, 내보내기, 백업 및 이전  |
| [기타 기능](/ko/cards.md)               | 카드 및 사전 구매 목록                    |
| [도움말](/ko/data-and-membership.md)   | 데이터 저장, 멤버십 계정 및 자주 묻는 질문        |

{% hint style="info" %}
**자주 사용하는 기능의 위치를 변경할 수 있습니다**

저금통, 대여·차입, 환급, 할부, 정기예금, 투자 등의 기능을 하단 탭이나 홈 바로가기에 배치할 수 있습니다. 위치를 옮기거나 숨겨도 데이터는 삭제되지 않습니다.
{% endhint %}

Daak을 처음 사용한다면 [처음 설정하기](/ko/quick-start.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/readme.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.
