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

# Bagaimana cara menyimpan dokumen baru yang saya buat?

Kami menyimpan proyek Anda secara otomatis setiap beberapa detik, saat Anda mengetik. Jika Anda ingin mengunduh salinan untuk penggunaan offline, Anda dapat mengunduh PDF melalui ikon di atas panel pratinjau, atau mengunduh seluruh kumpulan file sumber dari menu Overleaf di kiri atas.

Jika Anda ingin menyimpan versi tertentu dari sebuah proyek untuk referensi di masa mendatang, Anda dapat melakukannya dengan memberi label pada versi di menu 'History'. Untuk informasi lebih lanjut tentang memberi label pada versi, kunjungi [Apakah saya dapat menyimpan versi pekerjaan saya?](/latex/id/topik-lainnya/49-using-the-history-feature.md)

Jika Anda telah membuka satu proyek tetapi ingin melihat proyek lain yang pernah Anda kerjakan, Anda dapat pergi ke halaman dasbor My Projects Anda melalui panah ke atas di kiri atas, dan semua dokumen Anda tercantum di sana.

Terakhir, jika akun Anda memiliki akses ke fitur premium, Anda akan memiliki akses ke integrasi Dropbox, yang menyinkronkan proyek Anda ke Dropbox secara otomatis. Informasi tambahan tentang fitur yang tersedia dengan langganan berbayar dapat ditemukan di [halaman Plans](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/id/basis-pengetahuan/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.
