> 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/zh-cn/shu-ju-yu-gong-xiang/sync-and-sharing.md).

# iCloud 与共享

## 开启 iCloud

1. 在系统设置中登录 Apple ID，并开启 iCloud Drive。
2. 允许 Daak 使用 iCloud。
3. 打开 **iCloud**查看状态。
4. 在其它设备使用同一 Apple ID 打开 Daak，等待系统同步。

{% hint style="info" %}
同步由 iCloud 在后台完成，网络、系统状态和数据量都会影响时间，不保证修改后立即出现在其它设备。
{% endhint %}

## 共享账本

1. 打开 **账本**。
2. 进入要共享的账本编辑页。
3. 开启共享并发出邀请。
4. 对方接受后，共享账本和相关账单会出现在其设备上。

## 共享账户与存钱计划

| 对象       | 共享入口    | 说明                   |
| -------- | ------- | -------------------- |
| **账本**   | 账本编辑页   | 共享账本及其关联账单           |
| **账户**   | 账户编辑页   | 共享账户及允许访问的关联内容       |
| **存钱计划** | 存钱计划编辑页 | 共享计划及其记录             |
| **市场**   | 不支持单独共享 | 共享账本中的投资账单仍会显示在账本统计中 |

参与者能够执行哪些操作，取决于共享权限和关联对象是否可编辑。

## 同步未出现时

| 检查项目             | 检查内容                  |
| ---------------- | --------------------- |
| **Apple ID**     | 两台设备是否使用预期的 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/zh-cn/shu-ju-yu-gong-xiang/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.
