> 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/kai-shi-shi-yong/concepts.md).

# 页面与功能入口

## iPhone 主要入口

| 入口          | 操作                  |
| ----------- | ------------------- |
| **底部 Tab**  | 打开首页、资产、预算或已配置的其它功能 |
| **右下角记账按钮** | 新增支出；长按可打开语音记账入口    |
| **左上角头像**   | 打开设置页面              |
| **首页右上角菜单** | 切换账单、统计、日历，或打开搜索    |
| **管理按钮**    | 管理当前模块，例如账户、预算或市场   |

## iPad 主要入口

iPad 使用侧边栏显示首页、统计、预算、日历、资产、其它功能和设置。页面中的新增、筛选、管理方式与 iPhone 相同。

## 调整入口

1. 打开 **Tab功能**，选择底部 Tab 中显示的功能。
2. 打开 **首页显示功能**，选择首页顶部显示的快捷入口。
3. 在配置页拖动项目调整顺序。

隐藏或移动入口只改变显示位置，不会删除已有数据。

## 常见按钮

| 图标或按钮       | 用途              |
| ----------- | --------------- |
| **+**       | 新增当前页面的内容       |
| **管理**      | 进入列表管理、排序、归档或编辑 |
| **筛选**      | 选择账本、时间、账户或其它条件 |
| **搜索**      | 查找账单并进入批量编辑     |
| **编辑**      | 修改当前对象          |
| **完成 / 保存** | 保存本次修改          |


---

# 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/kai-shi-shi-yong/concepts.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.
