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

# 시작하기

## 1. 장부 만들기

1. **장부**를 엽니다.
2. 오른쪽 상단의 **추가**를 탭합니다.
3. 장부 이름을 입력하고 통화와 필요한 설정을 선택합니다.
4. **저장**을 탭합니다.

일상용 장부 하나만으로도 바로 시작할 수 있습니다. 가정, 여행 또는 업무를 별도로 집계하려면 나중에 장부를 추가하세요.

## 2. 계좌 추가하기

1. **자산**을 열고 오른쪽 상단의 **관리**를 탭합니다.
2. **계좌 추가**를 탭합니다.
3. 계좌 이름, 유형, 통화 및 현재 잔액을 입력합니다.
4. 저장하면 자산 화면과 거래 기록 시 사용하는 계좌 선택기에 표시됩니다.

{% hint style="warning" %}
**현재 잔액**에는 Daak을 사용하기 시작한 날의 실제 계좌 잔액을 입력하세요. 해당 잔액에 이미 포함된 과거 거래를 다시 입력하지 마세요. 잔액은 계좌에 속하며, 장부는 거래를 분류하고 필터링하며 공유할 뿐 잔액을 저장하지 않습니다.
{% endhint %}

## 3. 첫 거래 기록하기

1. 화면 오른쪽 하단의 **기록 버튼**을 탭합니다.
2. **지출** 또는 **수입**을 선택합니다.
3. 금액을 입력하고 계좌, 장부 및 카테고리를 선택합니다.
4. 숫자 키보드 오른쪽 하단의 **저장**을 탭합니다.

## 4. 결과 확인하기

| 화면         | 확인할 내용                             |
| ---------- | ---------------------------------- |
| **홈 > 거래** | 방금 저장한 거래 내용이 올바른지 확인              |
| **자산**     | 결제 또는 입금 계좌 잔액이 올바르게 변경되었는지 확인     |
| **홈 > 통계** | 수입, 지출 및 카테고리 분포가 올바르게 업데이트되었는지 확인 |

{% hint style="success" %}
위 설정을 마치면 정상적으로 거래를 기록할 수 있습니다. 예산, 저금통, 할부, 투자 등의 기능은 필요할 때 추가로 설정하세요.
{% 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/quick-start.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.
