> 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/faq.md).

# 자주 묻는 질문

## 계좌 잔액과 상단 합계가 다른 이유는 무엇인가요?

계좌 행은 원래 통화 잔액을 표시합니다. 상단 합계는 금액을 통계 통화로 환산하고 필터를 적용합니다.

| 확인 항목               | 차이가 생길 수 있는 이유              |
| ------------------- | --------------------------- |
| **장부 필터**           | 상단에는 현재 선택한 장부만 포함됨         |
| **계좌 그룹 및 상·하위 계좌** | 하위 계좌를 먼저 주 계좌 통화로 환산한 뒤 합산 |
| **통계 제외**           | 제외한 계좌는 상단 금액에 포함되지 않음      |
| **환율 날짜**           | 날짜에 따라 환산 결과가 달라질 수 있음      |

미래 거래는 자산 화면의 현재 잔액과 상단 합계에 포함되지 않습니다. 거래 시간이 되면 잔액에 영향을 줍니다.

## 다른 기기에 변경 사항이 바로 표시되지 않는 이유는 무엇인가요?

Apple ID, iCloud Drive, Daak의 iCloud 권한 및 네트워크 상태를 확인하세요. 공유 콘텐츠는 초대가 수락되었는지도 확인한 뒤 두 기기에서 Daak을 열고 동기화를 기다리세요.

## 거래를 편집하거나 삭제할 수 없는 이유는 무엇인가요?

저축, 할부 또는 정기예금 등의 기능에 속해 있거나 공유 권한으로 제한되었을 수 있습니다. 상세 정보에서 연결된 기능을 열어 처리하세요.

## 시장 가격이 오늘 가격이 아닌 이유는 무엇인가요?

주식 가격은 휴장일, 종가 데이터 공개 시간, 서버 처리 대기 또는 데이터 제공업체 문제의 영향을 받을 수 있습니다. 암호화폐도 네트워크 문제로 이전 가격을 일시적으로 표시할 수 있습니다. 업데이트가 한 번 실패해도 저장된 가격은 지워지지 않습니다.

## 보관 후에도 통계에 기록이 남는 이유는 무엇인가요?

{% hint style="info" %}
보관은 기능 위치만 숨기고 과거 기록은 삭제하지 않습니다. 과거 자산과 수입·지출 통계를 완전하게 유지하기 위한 동작입니다.
{% 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/faq.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.
