> 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/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-tw/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.
