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

# 기록 및 통계 설정

**개인화 설정**에서 다음 항목을 사용할 수 있습니다.

## 기록 설정

| 설정                | 사용 방법                            |
| ----------------- | -------------------------------- |
| **키보드 설정**        | 숫자 배열, 00 배열, 키 높이 및 키보드 스타일 선택  |
| **기록 도구 막대**      | 날짜, 태그, 장소, 사진 등의 바로가기 표시 여부 설정  |
| **수입·지출 카테고리 기억** | 설정에 따라 최근 또는 자주 사용하는 카테고리를 우선 표시 |
| **진동 피드백**        | 기록 시 진동 피드백 켜기 또는 끄기             |

## 거래 표시

| 설정           | 효과                  |
| ------------ | ------------------- |
| **거래 숨기기**   | 거래 목록에서 숨길 거래 유형 선택 |
| **메모 우선 표시** | 거래 행에서 메모 내용을 먼저 표시 |
| **요일**       | 날짜 그룹 제목에 요일도 함께 표시 |

{% 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/navigation/experience.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.
