> 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/pertanyaan-and-jawaban/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.md).

# BibTeX tidak berfungsi; \cite saya muncul sebagai tanda tanya (?)

Ini dapat terjadi karena beberapa alasan:

* Apakah Anda menggunakan `\cite` perintah dalam dokumen Anda? Hanya entri bib yang telah `\cite` dirujuk di teks utama yang akan muncul dalam daftar bibliografi.
* Apakah Anda menentukan `.bib` nama file (tanpa ekstensi) untuk `\bibliography{...}`? Ini peka huruf besar/kecil, jadi hati-hati terhadap salah ketik.
* Apakah Anda menentukan gaya bibliografi dengan `\bibliographystyle{...}`? Jika gayanya bukan [gaya standar yang disertakan dengan TeX Live](/latex/id/pertanyaan-and-jawaban/84-which-bibtex-styles-are-available-on-overleaf.md), Anda perlu mengunggah `.bst` file ke proyek Anda.
* Mungkin ada kesalahan sintaks di `.bib` file Anda yang mencegah bibtex menguraikannya dengan benar. Jika demikian, seharusnya ada informasi tentang ini di pesan peringatan; perbaiki sesuai petunjuk dan bibtex seharusnya dapat membacanya lagi.
* Apakah `.bib` file atau main `.tex` file Anda berada di folder yang memiliki spasi atau karakter tidak biasa dalam namanya? Main `.tex` file harus selalu berada di tingkat teratas, dan file di folder dengan spasi atau karakter tidak biasa kadang tidak dapat ditemukan oleh proses kompilasi.
* Jika Anda telah melakukan semua hal di atas dan sitasi masih tidak berfungsi: Ini juga dapat terjadi dalam beberapa kasus khusus, karena cara baris diformat di file .log dan cara alat build membaca file tersebut. Menambahkan `\typeout{}` tepat sebelum `\bibliography{...}` mungkin membantu.

Untuk informasi lebih lanjut tentang BibTeX, ikuti [tutorial interaktif online gratis](/latex/id/topik-lainnya/13-free-online-introduction-to-latex-part-1.md), atau lihat [tutorial video ini](/latex/id/pertanyaan-and-jawaban/49-how-to-include-a-bibliography-using-bibtex.md) dan [artikel Wikibook](https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management).


---

# 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/pertanyaan-and-jawaban/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.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.
