> 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-cn/ge-xing-hua-she-zhi/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-cn/ge-xing-hua-she-zhi/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.
