> 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.md).

# Saya telah membuat dokumen LaTeX di tempat lain—bisakah saya mengimpornya ke Overleaf?

Ya, Anda bisa. Anda dapat membuat dokumen baru dan menyalin & menempel teks dari file tex Anda yang sudah ada. Jika dokumen Anda berisi beberapa file, Anda dapat mengompresnya menjadi zip, dan mengunggah file .zip menggunakan salah satu opsi unggah di [dasbor proyek](https://www.overleaf.com/dash) (lihat gambar di bawah).

![Buat proyek baru dari Dasbor dengan mengunggah file .zip](/files/9e5eda563e81e1767b740123089c51a3d9ea9c5b)

Sebagai alternatif, Anda dapat terlebih dahulu membuat proyek kosong (atau membuatnya dari template di Galeri). Saat editor proyek dimuat, klik tombol “Unggah” di bagian atas daftar file. Anda kemudian dapat memilih file yang ingin Anda unggah dari komputer Anda, baik dengan terlebih dahulu mengeklik tombol "Pilih dari komputer Anda" untuk membuka browser file, atau cukup seret dan lepaskan file dari Explorer/Finder Anda ke pengunggah. GIF animasi ini menunjukkan cara melakukannya:

![Mengunggah beberapa file ke sebuah proyek](/files/c614a95c70f5450ae614ddcb1aeb027bedc03318)

Anda mungkin juga ingin mengubah dokumen utama proyek, dengan mengeklik ikon menu Overleaf di atas panel daftar file.

### Bisakah saya menggunakan git untuk mendorong proyek baru?

Jika Anda menggunakan git, Anda juga dapat [git push file Anda](https://www.overleaf.com/help/230-how-do-i-push-a-new-project-to-overleaf-via-git) ke proyek Overleaf Anda.

### Apakah ada API untuk memuat proyek baru?

Anda juga dapat menggunakan salah satu opsi yang diberikan di [halaman pengembang kami](https://www.overleaf.com/devs) untuk mengimpor langsung dari situs web Anda ke Overleaf.


---

# 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/085-i-have-created-a-latex-document-elsewhere-can-i-import-it-into-overleaf.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.
