> 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/zh-tw/ge-ren-hua-she-ding/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/zh-tw/ge-ren-hua-she-ding/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.
