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

# Hvordan lagrer jeg et nytt dokument jeg har opprettet?

Vi lagrer prosjektet ditt automatisk hvert par sekunder mens du skriver. Hvis du vil laste ned en kopi for bruk uten nett, kan du laste ned en PDF via ikonet over forhåndsvisningspanelet, eller laste ned hele settet med kildefiler fra Overleaf-menyen øverst til venstre.

Hvis du vil beholde en bestemt versjon av et prosjekt for senere referanse, kan du gjøre dette ved å merke en versjon i «Historikk»-menyen. For mer informasjon om å merke versjoner, besøk [Kan jeg lagre versjoner av arbeidet mitt?](/latex/no/flere-emner/49-using-the-history-feature.md)

Hvis du har åpnet ett prosjekt, men vil se et annet prosjekt du har arbeidet på, kan du gå til siden Mine prosjekter via opp-pilen øverst til venstre, og alle dokumentene dine er listet der.

Til slutt, hvis kontoen din har tilgang til premiumfunksjoner, får du tilgang til Dropbox-integrasjonen, som synkroniserer prosjektene dine til Dropbox automatisk. Ytterligere informasjon om funksjoner som er tilgjengelige med betalte abonnementer, finner du på vår [Planside](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/no/kunnskapsbase/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.
