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

# 初回設定

## 1. 帳簿を作成する

1. **帳簿**を開きます。
2. 右上の **追加**をタップします。
3. 帳簿名を入力し、通貨と必要な設定を選びます。
4. **保存**をタップします。

日常用の帳簿が 1 つあれば使い始められます。家庭、旅行、仕事を分けて集計したい場合は、後から帳簿を追加してください。

## 2. 口座を追加する

1. **資産**を開き、右上の **管理**をタップします。
2. **口座を追加**をタップします。
3. 口座名、種類、通貨、現在残高を入力します。
4. 保存すると、資産画面と取引作成時の口座選択に表示されます。

{% hint style="warning" %}
**現在残高**には、Daak を使い始める当日の実際の残高を入力してください。その残高に含まれている過去の取引を重複して入力しないでください。残高は口座に属します。帳簿は取引の整理、フィルタ、共有に使用し、残高は設定しません。
{% endhint %}

## 3. 最初の取引を記録する

1. 画面右下の **記録ボタン**をタップします。
2. **支出**または**収入**を選びます。
3. 金額を入力し、口座、帳簿、カテゴリを選びます。
4. 数字キーボード右下の **保存**をタップします。

## 4. 結果を確認する

| 画面           | 確認する内容                  |
| ------------ | ----------------------- |
| **ホーム > 取引** | 保存した取引の内容が正しいか          |
| **資産**       | 支払口座または入金口座の残高が正しく変化したか |
| **ホーム > 統計** | 収支金額とカテゴリ分布が正しく更新されたか   |

{% hint style="success" %}
ここまで完了すれば、通常の記録を始められます。予算、貯金箱、分割払い、投資などは必要に応じて設定してください。
{% 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/hajimeni/quick-start.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.
