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