> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-tw/zhi-shi-ku/062-how-do-i-save-a-new-document-i-ve-created.md).

# 我該如何儲存我建立的新文件？

我們會在您輸入時，每隔幾秒自動儲存您的專案。如果您想下載一份供離線使用的副本，您可以透過預覽窗格上方的圖示下載 PDF，或從左上角的 Overleaf 選單下載完整的原始檔案組。

如果您想保留某個專案的特定版本以供日後參考，您可以在「History」選單中為該版本加上標籤來做到這一點。關於為版本加上標籤的更多資訊，請參閱 [我可以儲存我作品的版本嗎？](/latex/zh-tw/geng-duo-zhu-ti/49-using-the-history-feature.md)

如果您已開啟一個專案，但想查看您曾經做過的另一個專案，您可以透過左上角的向上箭頭前往「My Projects」儀表板頁面，所有您的文件都會列在那裡。

最後，如果您的帳戶可使用進階功能，您將可使用 Dropbox 整合功能，這會自動將您的專案同步到 Dropbox。有關付費訂閱可用功能的其他資訊，請見我們的 [方案頁面](https://www.overleaf.com/plans).


---

# 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://overleaf-pro.ayaka.space/latex/zh-tw/zhi-shi-ku/062-how-do-i-save-a-new-document-i-ve-created.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.
