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

# Hvordan gemmer jeg et nyt dokument, jeg har oprettet?

Vi gemmer automatisk dit projekt hvert par sekunder, mens du skriver. Hvis du vil downloade en kopi til offlinebrug, kan du downloade en PDF via ikonet over forhåndsvisningspanelet eller downloade hele sættet af kildefiler fra Overleaf-menuen øverst til venstre.

Hvis du vil beholde en bestemt version af et projekt til senere reference, kan du gøre dette ved at mærke en version i menuen 'Historik'. For mere information om at mærke versioner, besøg [Kan jeg gemme versioner af mit arbejde?](/latex/da/flere-emner/49-using-the-history-feature.md)

Hvis du har åbnet et projekt, men vil se et andet projekt, du har arbejdet på, kan du gå til dashboardet for Mine projekter via pilen øverst til venstre, og alle dine dokumenter er listet der.

Endelig, hvis din konto har adgang til premiumfunktioner, vil du have adgang til Dropbox-integrationen, som synkroniserer dine projekter med Dropbox automatisk. Yderligere information om funktioner, der er tilgængelige med betalte abonnementer, kan findes på vores [Plansiden](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/da/vidensbase/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.
