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

# Frequently Asked Questions

## Why Does an Account Balance Differ from the Total at the Top?

An account row shows its original-currency balance. The total at the top converts amounts to the statistics currency and applies filters.

| Check                                        | Possible difference                                                         |
| -------------------------------------------- | --------------------------------------------------------------------------- |
| **Book filter**                              | The total includes only the currently selected books                        |
| **Account groups and parent-child accounts** | Child accounts are converted to the main account's currency before totaling |
| **Statistics exclusion**                     | An excluded account is not included in the total                            |
| **Exchange-rate date**                       | Conversion results can differ by date                                       |

Future records are not included in the current balance or top total on Assets. They begin to affect balances when their scheduled time arrives.

## Why Has a Change Not Appeared on My Other Device?

Check the Apple ID, iCloud Drive, Daak's iCloud permission, and network status. For shared content, also confirm that the invitation was accepted. Then open Daak on both devices and allow time for sync.

## Why Can I Not Edit or Delete a Record?

It may belong to Savings, Installments, Fixed Deposits, or another feature, or it may be restricted by sharing permissions. Open its details and continue through the linked feature.

## Why Is a Market Price Not from Today?

Stock prices can be affected by market holidays, closing-data publication times, server queues, or data-provider issues. A cryptocurrency may also temporarily show the previous price after a network failure. One failed update never clears a saved price.

## Why Do Statistics Still Include an Archived Item?

{% hint style="info" %}
Archiving hides an entry point but does not delete history. This keeps past asset and income or expense statistics complete.
{% endhint %}

## Why Did the Number of Imported Rows Change?

Rows with invalid dates, amounts, types, or unmatched required items are skipped. Review the import result and test field mappings with a small sample first.


---

# 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/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.
