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

# 登出／刪除帳號

點擊右上角帳號圖示，有**登出**和**刪除帳號**兩個選項。

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

登出後就無法存取雲端備份和相關數據，記帳資料會離線存放在你的裝置上，記得定時備份，確保資料安全。

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

如果你不再需要雲端同步，或不打算繼續用 MOZE 記帳，可以選擇刪除帳號，系統會清空雲端的所有數據。建議操作前先做好備份，以防萬一。

<figure><img src="/files/2enLd9AnmskmBzTPIufk" 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/logout.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.
