> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/062-how-do-i-save-a-new-document-i-ve-created.md).

# 如何保存我新创建的文档？

我们会在您输入时每隔几秒自动保存您的项目。如果您想下载一份供离线使用的副本，可以通过预览窗格上方的图标下载 PDF，或者从左上角的 Overleaf 菜单中下载完整的源文件集。

如果您想为将来的参考保留项目的某个特定版本，可以在“历史记录”菜单中为该版本添加标签来实现。有关为版本添加标签的更多信息，请访问 [我可以保存我工作的版本吗？](/latex/zh-cn/geng-duo-zhu-ti/49-using-the-history-feature.md)

如果您已经打开了一个项目，但想查看您做过的另一个项目，您可以通过左上角的上箭头进入“我的项目”仪表板页面，那里会列出您所有的文档。

最后，如果您的账户可以使用高级功能，您将可以使用 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://ayakaleaf-pro.ayaka.space/latex/zh-cn/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.
