> 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/dtato/sync-and-sharing.md).

# iCloud と共有

## iCloud を有効にする

1. システム設定で Apple ID にサインインし、iCloud Drive を有効にします。
2. Daak に iCloud の使用を許可します。
3. Daak で **iCloud**を開き、状態を確認します。
4. 同じ Apple ID を使用する別のデバイスで Daak を開き、同期を待ちます。

{% hint style="info" %}
iCloud の同期はバックグラウンドで行われます。ネットワーク、システムの状態、データ量によって時間が変わるため、変更が他のデバイスへすぐに表示されるとは限りません。
{% endhint %}

## 帳簿を共有する

1. **帳簿**を開きます。
2. 共有する帳簿の編集画面を開きます。
3. 共有を有効にして招待を送ります。
4. 相手が承認すると、共有帳簿と関連する取引が相手のデバイスに表示されます。

## 口座と貯金プランを共有する

| 対象        | 共有する場所     | 説明                           |
| --------- | ---------- | ---------------------------- |
| **帳簿**    | 帳簿の編集画面    | 帳簿と関連する取引を共有する               |
| **口座**    | 口座の編集画面    | 口座と許可された関連内容を共有する            |
| **貯金プラン** | 貯金プランの編集画面 | プランと記録を共有する                  |
| **市場**    | 個別共有には非対応  | 共有帳簿の投資取引は、その帳簿の統計に引き続き表示される |

参加者が実行できる操作は、共有権限と関連項目を編集できるかどうかによって決まります。

## 同期内容が表示されない場合

| 確認項目             | 確認内容                               |
| ---------------- | ---------------------------------- |
| **Apple ID**     | 2 台のデバイスで意図した iCloud アカウントを使用しているか |
| **iCloud Drive** | システムで iCloud Drive が有効になっているか      |
| **Daak の権限**     | Daak に iCloud の使用を許可しているか          |
| **ネットワーク**       | 現在のネットワークから iCloud に接続できるか         |
| **共有の招待**        | 招待が送信され、承認されているか                   |

{% hint style="warning" %}
同期が完了していない間は、同じ名前の帳簿や口座を繰り返し作成しないでください。同期を待ってから、操作をやり直す必要があるか判断してください。
{% 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/dtato/sync-and-sharing.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.
