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

# Daak ユーザーガイド

このガイドは、Daak で利用できる機能ごとにまとめています。使いたい機能を選ぶと、開き方、画面の内容、具体的な操作を確認できます。

## 主な機能

| 機能                                     | できること                                    |
| -------------------------------------- | ---------------------------------------- |
| [記録](/ja/ji-lu/bookkeeping.md)         | 取引の追加、複数通貨と為替レート、検索、一括編集、統計、カレンダー、テンプレート |
| [資産](/ja/zi-chan/overview.md)          | 口座残高、口座グループ、純資産、残高推移、クレジット口座、口座リワード      |
| [予算](/ja/yu-suan/budget.md)            | 総予算、カテゴリ予算、使用状況、予算対象の取引明細                |
| [貯金箱](/ja/zhu-jin-xiang/savings.md)    | 固定、自由、52 週間、365 日の貯金プラン                  |
| [投資と市場](/ja/to/investment.md)          | 市場、保有数量、売買、分配金、配当、価格                     |
| [分割払いと定期預金](/ja/ito/installment.md)    | 分割払い返済、繰上返済、定期預金の元金と利息                   |
| [貸し借り](/ja/shiri/loan.md)              | 貸付、借入、回収、返済                              |
| [返金と精算](/ja/to-1/reimbursement.md)     | 精算待ちの支出、精算金の入金、元の支出に対する返金                |
| [定期記録](/ja/ding-qi-ji-lu/recurring.md) | 日・週・月またはカスタムルールによる取引の自動作成                |

## 設定とデータ

| 機能                                       | できること                              |
| ---------------------------------------- | ---------------------------------- |
| [パーソナライズ](/ja/psonaraizu/navigation.md)  | 下部タブ、ショートカット、外観、キーボード、統計カード、セキュリティ |
| [データと共有](/ja/dtato/sync-and-sharing.md)  | iCloud、共有、インポート、エクスポート、バックアップ、移行   |
| [その他の機能](/ja/sonono/cards.md)            | カード、購入予定リスト                        |
| [ヘルプ](/ja/herupu/data-and-membership.md) | データの保存先、会員アカウント、よくある質問             |

{% hint style="info" %}
**よく使う機能への入口は変更できます**

貯金箱、貸し借り、精算、分割払い、定期預金、投資などは、下部タブまたはホームのショートカットに配置できます。移動または非表示にしてもデータは削除されません。
{% endhint %}

初めて使う場合は、[初回設定](/ja/hajimeni/quick-start.md)から始めてください。


---

# 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/readme.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.
