> For the complete documentation index, see [llms.txt](https://doc.moze.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.moze.app/sync/offline.md).

# 離線模式

如果你發現帳目有問題，想花點時間對帳調整，又怕改動會影響線上資料，可以點擊雲端同步選項，開啟**離線模式**。

<figure><img src="/files/ii5uKpF54b2P4xQWVYk4" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/vafJQvVyJ9IV3jyCj852" alt="" width="375"><figcaption></figcaption></figure>

等你整理好帳目，確定要把這份資料同步到雲端，再次開啟雲端同步即可。

<figure><img src="/files/OJnNop2pC4XCDjUzGcZI" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/kIvt09EmDHZGRkdEsngE" alt="" width="375"><figcaption></figcaption></figure>

在離線模式下，你也可以隨時回復到雲端的最新資料；點擊這個選項後，雲端同步也會自動開啟。

<figure><img src="/files/8Es8DKwFNULqIneGkdOm" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://doc.moze.app/sync/offline.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.
