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

# タブと機能へのアクセス

| 設定          | 影響する場所            | 表示できる内容                         |
| ----------- | ----------------- | ------------------------------- |
| **タブ機能**    | iPhone の下部ナビゲーション | ホーム、資産、予算、その他の有効な機能             |
| **ホーム表示機能** | ホーム上部のショートカット     | 貯金箱、貸し借り、精算、購入予定、分割払い、定期預金、投資など |

## 下部タブを設定する

1. **タブ機能**を開きます。
2. 下部の変更可能な位置を選びます。
3. 貯金箱、貸し借り、精算、購入予定、分割払い、定期預金、投資などから選びます。
4. ドラッグして並べ替え、前の画面に戻ります。

{% hint style="info" %}
iPad はサイドバーを使用するため、iPhone の下部タブ設定は表示されません。
{% endhint %}

## ホームのショートカットを調整する

1. **ホーム表示機能**を開きます。
2. 表示する機能を有効にします。
3. ドラッグして並べ替えます。
4. ホームに戻ると、入口が画面上部に表示されます。どのタブをホームとして使用するかは、タブ設定で変更できます。

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