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

# よくある質問

## 口座残高と上部の集計が異なるのはなぜですか？

口座行には元の通貨の残高が表示されます。上部では統計通貨に換算し、フィルタを適用して集計します。

| 確認項目            | 差が生じる理由                 |
| --------------- | ----------------------- |
| **帳簿フィルタ**      | 上部には現在選択している帳簿だけが含まれる   |
| **口座グループと親子口座** | 子口座を先にメイン口座の通貨へ換算して集計する |
| **統計から除外**      | 除外した口座は上部の金額に含まれない      |
| **為替レートの日付**    | 日付によって換算結果が異なる場合がある     |

未来の取引は、資産画面の現在残高と上部の集計に含まれません。取引の時刻になると残高へ反映されます。

## 別のデバイスに変更がすぐ表示されないのはなぜですか？

Apple ID、iCloud Drive、Daak の iCloud 権限、ネットワーク状態を確認してください。共有内容の場合は招待が承認されていることも確認し、両方のデバイスで Daak を開いて同期を待ちます。

## 取引を編集または削除できないのはなぜですか？

貯金、分割払い、定期預金などの機能に属しているか、共有権限で制限されている可能性があります。詳細から関連する機能を開いて処理してください。

## 市場価格が今日のものではないのはなぜですか？

株価は休場日、終値データの公開時刻、サーバーの処理待ち、データ提供元の問題によって遅れることがあります。暗号資産もネットワークの問題により、一時的に前回の価格を表示する場合があります。1 回の更新失敗で保存済みの価格が消去されることはありません。

## アーカイブ後も統計に記録が残るのはなぜですか？

{% 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/herupu/faq.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.
