> 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/161-which-file-types-should-not-be-uploaded-to-overleaf.md).

# Jenis file apa yang tidak boleh diunggah ke Overleaf?

Sebelum mengemas file-file proyek lokal Anda ke dalam file .zip untuk diunggah ke Overleaf (untuk membuat proyek baru), Anda perlu memastikan bahwa tidak ada file/jenis file tersebut yang akan bertentangan dengan proses kompilasi/pembangunan LaTeX Overleaf.

### Sebelum mengunggah file ZIP Anda...

Jika file .zip yang diunggah berisi sebuah `main.tex` file dan sebuah `main.pdf` file, maka file "main.pdf" yang ditampilkan di proyek Overleaf Anda *daftar file* selalu merupakan file yang telah Anda *diunggah* unggah ke dalam proyek—file tersebut tidak akan diperbarui untuk menampilkan apa yang telah Anda kerjakan di proyek Anda: yaitu, file tersebut dianggap sebagai "file input" karena diunggah oleh pengguna.

Untuk menghindari kebingungan, kami merekomendasikan agar file PDF dengan nama yang sama seperti file utama proyek lokal Anda `.tex` dihapus dari proyek lokal Anda sebelum diunggah. Anda dapat mengunduh PDF yang telah diperbarui dengan mengklik tombol "Unduh PDF" di dekat tombol "Kompilasi ulang" atau, sebagai alternatif, klik menu Overleaf di kiri atas lalu "Unduh PDF".

### File proyek lokal yang perlu dihapus sebelum mengunggah file ZIP ke Overleaf

Ekstensi file berikut adalah file bantu yang dihasilkan oleh proses kompilasi, dan juga harus dihapus dari daftar file proyek Anda sebelum mengunggah ke Overleaf:

* `*.aux` (kecuali Anda menggunakan `xr` paket)
* Daftar isi, daftar gambar/tabel:`*.toc`, `*.lof`, `*.lot`
* File bantu dan output referensi dan sitasi `*.bbl` (kecuali Anda *berisi nilai data aktual yang disimpan dalam* menggunakan `.bib` file dan mengandalkan `.bbl` saja), `*.bcf`, `*.blg`
* File bantu Beamer `*.snm`, `*.out`, `*.nav`, `*.vrb`
* Glosarium/nomenklatur/akronim `*.ind`, `*.ilg`,`*.ist` (kecuali itu adalah file gaya indeks kustom Anda), `*.glg`,`*.gls`, `*.glo`, `*.acn`, `*.acr`, `*.alg`
* File SyncTeX `*.synctex.gz`
* `latexmk` file bantu file`*.run.xml`, `*.fls`
* Ekstensi file terhasilkan lainnya yang dibuat oleh berbagai paket.

Mengunggah file-file ini secara manual ke daftar proyek Anda dapat menyebabkan masalah dengan alat build, terutama `*.run.xml`!


---

# 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/161-which-file-types-should-not-be-uploaded-to-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.
