> 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/data-and-membership.md).

# データと会員情報

## データはどこに保存されますか？

Daak では専用アカウントの登録は不要です。作成した取引、口座、予算、プランなどの個人データはデバイス内に保存されます。iCloud が利用できる場合は、自分の iCloud を通じて自動的に同期されます。

| 状態                      | 保存と同期の方法                                                              |
| ----------------------- | --------------------------------------------------------------------- |
| **iCloud が無効または利用できない** | データは現在のデバイスだけに保存される                                                   |
| **iCloud が有効**          | 個人データは現在の Apple ID の iCloud プライベートデータベースに保存され、同じ Apple ID のデバイスへ同期される |
| **共有機能を使用**             | 自分で共有した帳簿、口座、貯金プランと関連データだけが、iCloud を通じて招待した参加者に提供される                  |

{% hint style="warning" %}
データが現在のデバイスだけに保存されている場合は、デバイスの交換や App の削除前にバックアップを作成してください。
{% endhint %}

Daak は個人の記録データ用の独自サーバーを持たず、取引、口座、プランを Daak のアカウントへ保存しません。市場価格などのオンライン情報は Daak のデータサービスから取得しますが、個人の記録データは含まれません。

同期、共有、バックアップの操作については、[iCloud と共有](/ja/dtato/sync-and-sharing.md)および[インポート・エクスポート・移行](/ja/dtato/backup-and-import.md)を参照してください。

## 会員資格はどのアカウントに紐づきますか？

会員資格の購入と復元は Apple App Store が管理します。会員資格は購入に使用した **App Store Apple ID** に紐づき、特定のデバイスや Daak の記録データには紐づきません。

デバイスの交換または再インストール後は、購入に使用した App Store Apple ID でサインインし、会員画面で **購入を復元**をタップしてください。

| アカウント                  | 用途                  |
| ---------------------- | ------------------- |
| **iCloud Apple ID**    | 個人の記録データを保存、同期、共有する |
| **App Store Apple ID** | 会員資格を購入、更新、復元する     |

{% hint style="info" %}
2 つの Apple ID は同じでなくても構いません。データが表示されない場合は iCloud アカウントを、会員資格を復元できない場合は App Store アカウントを確認してください。
{% 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/data-and-membership.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.
