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

# 기록

**홈**을 열어 거래를 확인하고 통계 또는 캘린더로 전환하며 오른쪽 하단에서 거래를 추가할 수 있습니다.

## 화면 구성

| 화면 영역             | 기능                                                    |
| ----------------- | ----------------------------------------------------- |
| **왼쪽 상단 프로필 이미지** | 설정 열기                                                 |
| **상단 기간 및 장부**    | 현재 기간과 장부 표시. 장부 이름을 탭하여 데이터 필터 열기                    |
| **홈 바로가기**        | 저금통, 할부, 투자, 템플릿 등 활성화한 기능 열기                         |
| **금액 요약**         | 현재 범위의 지출, 수입 및 잔액 표시. 주, 월 또는 연도 범위에서는 잔액을 탭하여 내역 확인 |
| **거래 목록**         | 날짜별 거래와 일일 수입·지출 표시. 행을 탭하여 상세 정보 열기                  |
| **홈 오른쪽 상단 메뉴**   | 거래, 통계, 캘린더 전환 또는 검색 열기                               |
| **오른쪽 하단 기록 버튼**  | 지출 추가. 길게 눌러 음성 기록 열기                                 |

## 거래 확인 및 관리하기

1. 상단의 장부 이름을 탭하고 모든 장부 또는 특정 장부를 선택한 뒤 주, 월, 연도 또는 사용자 지정 기간을 설정합니다.
2. 거래 목록에서 날짜별 거래와 수입·지출 금액을 확인합니다.
3. 거래 행을 탭하여 상세 정보를 엽니다. 편집 가능한 거래는 계속 수정할 수 있습니다.
4. 거래 행을 왼쪽으로 쓸어 현재 거래에서 사용할 수 있는 빠른 작업을 실행합니다.
5. 현재 기간을 벗어난 후 **오늘로 돌아가기**를 탭하여 현재 기간으로 돌아갑니다.

## 표시 내용 전환하기

오른쪽 상단의 현재 보기 이름을 탭하여 다음 항목으로 전환할 수 있습니다.

| 보기      | 표시 내용                         |
| ------- | ----------------------------- |
| **거래**  | 금액 요약 및 날짜별 거래                |
| **통계**  | 금액, 추이, 카테고리, 계좌, 태그 등의 통계 카드 |
| **캘린더** | 날짜별 수입, 지출 및 거래               |
| **검색**  | 키워드와 조건으로 거래를 찾고 일괄 편집 열기     |

## 기록 기능

| 목적                             | 사용할 화면                                           |
| ------------------------------ | ------------------------------------------------ |
| 지출, 수입, 이체, 대여·차입, 투자 또는 환전 기록 | [거래 추가](/ko/bookkeeping/record.md)               |
| 거래 유형별 계좌 영향 확인                | [거래 유형](/ko/bookkeeping/types.md)                |
| 거래 검색, 필터, 일괄 수정 또는 삭제         | [검색, 필터 및 일괄 편집](/ko/bookkeeping/manage.md)      |
| 수입·지출 추이, 카테고리 및 태그 통계 확인      | [통계 및 분석](/ko/bookkeeping/statistics.md)         |
| 날짜별 거래 확인                      | [기록 캘린더](/ko/bookkeeping/calendar.md)            |
| 자주 쓰는 내용 빠르게 반복 입력             | [기록 템플릿](/ko/bookkeeping/templates.md)           |
| 장부, 카테고리 및 태그 관리               | [장부, 카테고리 및 태그](/ko/bookkeeping/organization.md) |
| 다중 통화, 환율 및 환전 사용              | [다중 통화 및 환율](/ko/bookkeeping/currency.md)        |

{% hint style="info" %}
**홈 표시 기능**에서 홈에 표시할 기능과 순서를 선택할 수 있습니다.
{% 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/bookkeeping.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.
