> 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/overview.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/overview.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.
