> 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/ji-zhang/record.md).

# 新增账单

点击任一主要页面右下角的记账按钮，会先打开新增支出页面。

## 页面结构

| 页面区域       | 具体功能                              |
| ---------- | --------------------------------- |
| **顶部中间**   | 显示当前账本，点击可切换账本                    |
| **右上角类型**  | 切换支出、收入、转账、借款、投资或换汇；也可打开模板        |
| **金额区域**   | 显示当前金额和货币，点击货币可切换                 |
| **备注与日期**  | 添加备注，或修改账单发生时间                    |
| **记账工具栏**  | 选择账户，并按设置显示费用、组合支付、标签、地点、图片、成员等功能 |
| **底部数字键盘** | 输入金额、进行简单计算，并使用右下角按钮保存            |

## 新增一笔账单

1. 点击右上角当前类型，选择 **支出、收入、转账、借款、投资或换汇**。
2. 点击顶部账本名称，确认账单所属账本。
3. 在工具栏选择账户，并在页面中选择分类等必要内容。
4. 使用底部数字键盘输入金额；需要时可直接使用加、减、乘、除。
5. 按需要填写日期、备注、标签、地点、图片或成员。
6. 点击数字键盘右下角 **保存**。

## 页面字段

| 字段        | 使用方法                |
| --------- | ------------------- |
| **金额与货币** | 点击货币切换；金额过长时会自动缩小显示 |
| **账户**    | 支出选择付款账户，收入选择收款账户   |
| **账本**    | 决定账单所属的统计、预算和共享范围   |
| **分类**    | 选择收入或支出分类，可继续选择子分类  |
| **标签**    | 一笔账单可以添加多个标签        |
| **日期**    | 可以记录过去或未来日期         |
| **备注**    | 填写商户、用途或其它说明        |
| **图片**    | 添加票据或相关图片           |
| **地点**    | 保存位置后可在记账地图查看       |
| **成员**    | 记录共同消费或成员分摊信息       |

## 费用、折扣与组合支付

| 功能        | 使用方法            |
| --------- | --------------- |
| **费用**    | 记录手续费等附加金额      |
| **折扣**    | 记录优惠后的实际金额      |
| **组合支付**  | 把同一笔消费拆分到多个支付账户 |
| **统计与预算** | 控制账单是否计入收支统计和预算 |

## 转账与换汇

转账需要选择转出账户和转入账户。两个账户币种不同时，分别填写转出、转入金额或汇率；保存后两个账户余额会同时更新，转账本身不会重复计入普通收支。

## 快速记录

| 需要            | 使用方式                                             |
| ------------- | ------------------------------------------------ |
| **语音记账**      | 长按右下角记账按钮                                        |
| **连续记账**      | 在工具栏中开启，保存后继续记录下一笔                               |
| **重复填写常用内容**  | 保存为[记账模板](/zh-cn/ji-zhang/templates.md)          |
| **按固定日期自动记录** | 建立[周期记账](/zh-cn/zhou-qi-ji-zhang/recurring.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/zh-cn/ji-zhang/record.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.
