> 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/knowledge-base/062-how-do-i-save-a-new-document-i-ve-created.md).

# How do I save a new document I've created?

We save your project automatically every few seconds, as you type. If you'd like to download a copy for offline use, you can download a pdf via the icon above the preview pane, or download the full set of source files from the Overleaf menu in the upper left.

If you want to keep a particular version of a project for future reference, you can do this by labelling a version in the 'History' menu. For more information about labelling versions, visit [Can I save versions of my work?](/latex/more-topics/49-using-the-history-feature.md)

If you've opened one project but want to see another project you've worked on, you can go to your My Projects dashboard page via the up arrow on the top left, and all your documents are listed there.

Finally, if your account has access to premium features, you will have access to the Dropbox integration, which syncs your projects to Dropbox automatically. Additional information about features available with paid subscriptions can be found at our [Plans page](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/knowledge-base/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.
