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

# 도움말

## 데이터는 어디에 저장되나요?

Daak은 별도 계정 가입을 요구하지 않습니다. 사용자가 만든 거래, 계좌, 예산 및 계획 등의 개인 기록 데이터는 기기에 저장됩니다. iCloud를 사용할 수 있으면 사용자의 iCloud를 통해 자동으로 동기화됩니다.

| 상태                          | 데이터 저장 및 동기화 방식                                                         |
| --------------------------- | ----------------------------------------------------------------------- |
| **iCloud가 꺼져 있거나 사용할 수 없음** | 데이터가 현재 기기에만 저장됨                                                        |
| **iCloud가 켜져 있음**           | 개인 데이터가 현재 Apple ID의 iCloud 비공개 데이터베이스에 저장되고 같은 Apple ID를 사용하는 기기로 동기화됨 |
| **공유 기능 사용**                | 사용자가 직접 공유한 장부, 계좌 또는 저축 계획과 관련 데이터만 iCloud를 통해 초대된 구성원에게 제공됨           |

{% hint style="warning" %}
데이터가 현재 기기에만 저장되어 있다면 기기를 바꾸거나 App을 삭제하기 전에 백업을 만드세요.
{% endhint %}

Daak은 개인 기록 데이터를 보관하는 별도 서버를 운영하지 않으며 거래, 계좌 또는 계획을 Daak 자체 계정에 저장하지 않습니다. 시장 가격 등의 온라인 콘텐츠는 Daak 데이터 서비스에서 가져오지만 개인 기록 데이터는 포함하지 않습니다.

동기화, 공유 및 백업 방법은 [iCloud 및 공유](/ko/sync-and-sharing.md)와 [가져오기, 내보내기 및 이전](/ko/sync-and-sharing/backup-and-import.md)을 확인하세요.

## 멤버십은 어떤 계정에 연결되나요?

멤버십 구매 및 복원은 Apple App Store에서 관리합니다. 멤버십은 구매에 사용한 **App Store Apple ID**에 연결되며 특정 기기나 Daak 기록 데이터에는 연결되지 않습니다.

기기를 바꾸거나 App을 다시 설치한 후에는 구매에 사용한 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/ko/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.
