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

# 資料與會員

## 資料儲存在哪裡？

Daak 不要求註冊獨立帳號。你建立的帳單、帳戶、預算、計畫等個人記帳資料會儲存在裝置本機；iCloud 可用時，會透過你自己的 iCloud 自動同步。

| 狀態                  | 資料儲存與同步方式                                               |
| ------------------- | ------------------------------------------------------- |
| **未開啟或無法使用 iCloud** | 資料只儲存在目前裝置                                              |
| **開啟 iCloud**       | 私人資料儲存至目前 Apple ID 的 iCloud 私有資料庫，並同步到使用同一 Apple ID 的裝置 |
| **使用共享功能**          | 只有主動共享的帳本、帳戶或存錢計畫及其相關資料，會透過 iCloud 提供給受邀成員              |

{% hint style="warning" %}
資料只儲存在目前裝置時，更換裝置或刪除 App 前應先建立備份。
{% endhint %}

Daak 沒有獨立的記帳資料伺服器，不會將你的帳單、帳戶或計畫儲存到 Daak 自建帳號中。市場價格等線上內容會從 Daak 的資料服務取得，但不會包含你的個人記帳資料。

需要瞭解同步、共享和備份操作時，請查看 [iCloud 與共享](/zh-tw/zi-liao-yu-gong-xiang/sync-and-sharing.md)和[匯入、匯出與移轉](/zh-tw/zi-liao-yu-gong-xiang/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" %}
兩個 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/zh-tw/bang-zhu/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.
