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