> 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-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://overleaf-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.
