> 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/feature/import-export.md).

# 匯入＆匯出

## 匯入 <a href="#import" id="import"></a>

如果你先前用過其他記帳 App，而且它支援 CSV 匯出，就可以參考 MOZE 的[匯入說明](https://docs.google.com/spreadsheets/d/11otNPygy8Ba2LSV8hJyzwa2XW7q4OdWjsQ5Uvjbk9rw/edit?gid=0#gid=0)，把舊資料整理成 MOZE 的格式後匯入。

{% hint style="warning" %}
請記得在匯入之前先備份，萬一匯入的資料有誤，還可以還原重來。
{% endhint %}

{% file src="/files/Ip2rqEYGmyI64EFMEIOz" %}
匯入說明繁中版
{% endfile %}

{% file src="/files/X15xv9D9KHxqokrGo6MU" %}
匯入說明簡中版
{% endfile %}

{% file src="/files/jVMh5Wghb3oO00MB6qo4" %}
匯入說明英文版
{% endfile %}

<img src="/files/VYIEonnthgWLfNMJtLGV" alt="" width="375">

&#x20;

<img src="/files/t1Pv9j8Qq9RbSEkxOsjz" alt="匯入可從檔案 App 或是其他 App" width="375">

&#x20;

<img src="/files/EZxwufOCWfUPy9Z2quFW" alt="匯入說明" width="375">

&#x20;

<img src="/files/-MHFjFFIMOdewqcDhB4z" alt="匯入過程請避免任何中斷" width="375">

## 匯出 <a href="#export" id="export"></a>

如果你想在電腦上查看帳目明細，MOZE 支援匯出 CSV 檔，讓你對資料做進一步的分析處理。

<img src="/files/GdEKjJ3JDagMRSDAhzmO" alt="" width="375">

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

{% hint style="danger" %}
請注意，匯出的 CSV 檔只包含單純的文字記錄，不包含記錄之間的關聯和進階屬性，例如應收應付收還款、信用卡繳款、週期事件、分期事件、發票號碼、圖片等資訊都不會保留。**請不要把匯出的檔案重新編輯後再匯入回來，這樣會造成資料錯誤**。
{% 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://doc.moze.app/feature/import-export.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.
