> 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/sync-and-sharing.md).

# 데이터 및 공유

## iCloud 켜기

1. 시스템 설정에서 Apple ID로 로그인하고 iCloud Drive를 켭니다.
2. Daak의 iCloud 사용을 허용합니다.
3. Daak에서 **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/ko/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.
