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

# iCloud and Sharing

## Enable iCloud

1. Sign in to an Apple ID in system Settings and enable iCloud Drive.
2. Allow Daak to use iCloud.
3. Open **iCloud** in Daak to check its status.
4. Open Daak on another device signed in to the same Apple ID and wait for the system to sync.

{% hint style="info" %}
iCloud sync happens in the background. Network conditions, system state, and data volume affect timing, so a change is not guaranteed to appear immediately on another device.
{% endhint %}

## Share a Book

1. Open **Book**.
2. Open the edit page for the book you want to share.
3. Enable sharing and send an invitation.
4. After the recipient accepts, the shared book and related records appear on their device.

## Share Accounts and Savings Plans

| Item             | Sharing access              | Description                                                                |
| ---------------- | --------------------------- | -------------------------------------------------------------------------- |
| **Book**         | Book edit page              | Shares the book and its related records                                    |
| **Account**      | Account edit page           | Shares the account and permitted related content                           |
| **Savings Plan** | Savings plan edit page      | Shares the plan and its records                                            |
| **Market**       | Cannot be shared separately | Investment records in a shared book still appear in that book's statistics |

What a participant can do depends on sharing permissions and whether the related item is editable.

## If Sync Does Not Appear

| Check                  | What to confirm                              |
| ---------------------- | -------------------------------------------- |
| **Apple ID**           | Both devices use the intended iCloud account |
| **iCloud Drive**       | iCloud Drive is enabled in system Settings   |
| **Daak permission**    | Daak is allowed to use iCloud                |
| **Network**            | The current network can access iCloud        |
| **Sharing invitation** | The invitation was sent and accepted         |

{% hint style="warning" %}
Do not repeatedly create books or accounts with the same name while sync is incomplete. Wait for sync before deciding whether to repeat an action.
{% 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/data-and-sharing/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.
