> 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-tw/zi-liao-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-tw/zi-liao-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.
