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

# Data and Membership

## Where Is My Data Stored?

Daak does not require a separate account. Personal finance data that you create, including records, accounts, budgets, and plans, is stored on your device. When iCloud is available, it syncs automatically through your own iCloud account.

| Status                                | Storage and sync behavior                                                                                                          |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| **iCloud is disabled or unavailable** | Data is stored only on the current device                                                                                          |
| **iCloud is enabled**                 | Private data is stored in the current Apple ID's private iCloud database and syncs to devices using the same Apple ID              |
| **Sharing is used**                   | Only books, accounts, savings plans, and related data you actively share are made available to invited participants through iCloud |

{% hint style="warning" %}
If data exists only on the current device, create a backup before replacing the device or deleting the App.
{% endhint %}

Daak does not operate a separate server for your personal finance data and does not store your records, accounts, or plans in a Daak account. Online content such as market prices comes from Daak's data service but does not include your personal finance data.

For sync, sharing, and backup instructions, see [iCloud and Sharing](/data-and-sharing/sync-and-sharing.md) and [Import, Export, and Migration](/data-and-sharing/backup-and-import.md).

## Which Account Is Membership Linked To?

Apple App Store manages membership purchases and restoration. Membership is linked to the **App Store Apple ID** used for the purchase, not to one device or to your Daak finance data.

After replacing a device or reinstalling the App, sign in with the App Store Apple ID used for the purchase and tap **Restore Purchases** on the membership page.

| Account                | Purpose                                         |
| ---------------------- | ----------------------------------------------- |
| **iCloud Apple ID**    | Stores, syncs, and shares personal finance data |
| **App Store Apple ID** | Purchases, renews, and restores membership      |

{% hint style="info" %}
These Apple IDs do not need to be the same. If data is missing, check the iCloud account. If membership is not restored, check the App Store account.
{% 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/help/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.
