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

# 画面と機能へのアクセス

## iPhone の主な操作

| 場所              | 操作                         |
| --------------- | -------------------------- |
| **下部タブ**        | ホーム、資産、予算、または設定したその他の機能を開く |
| **右下の記録ボタン**    | 支出を追加する。長押しすると音声記録を開く      |
| **左上のプロフィール画像** | 設定を開く                      |
| **ホーム右上のメニュー**  | 取引、統計、カレンダーを切り替える、または検索を開く |
| **管理ボタン**       | 口座、予算、市場など、現在の機能を管理する      |

## iPad の主な操作

iPad では、サイドバーにホーム、統計、予算、カレンダー、資産、その他の機能、設定が表示されます。追加、フィルタ、管理の方法は iPhone と同じです。

## 入口を変更する

1. **タブ機能**を開き、下部タブに表示する機能を選びます。
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/ja/hajimeni/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.
