> 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/navigation.md).

# Tab 與功能入口

| 設定         | 影響位置        | 可顯示的內容                   |
| ---------- | ----------- | ------------------------ |
| **Tab 功能** | iPhone 底部導覽 | 首頁、資產、預算及已啟用的其他功能        |
| **首頁顯示功能** | 首頁頂部快速入口    | 存錢罐、借款、報銷、預購、分期、定存、投資等功能 |

## 設定底部 Tab

1. 開啟 **Tab 功能**。
2. 選擇底部可設定的位置。
3. 選擇存錢罐、借款、報銷、預購、分期、定存或投資等功能。
4. 拖曳調整順序並返回。

{% hint style="info" %}
iPad 使用側邊欄，不顯示 iPhone 的底部 Tab 設定。
{% endhint %}

## 調整首頁快速入口

1. 開啟 **首頁顯示功能**。
2. 啟用要顯示的功能。
3. 拖曳調整順序。
4. 返回首頁，入口會顯示在頁面頂部；首頁使用哪一個 Tab，可在 Tab 設定中調整。

{% 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/navigation.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.
