> 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/nl/vragen-en-antwoorden/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.md).

# BibTeX werkt niet; mijn \cite's worden weergegeven als vraagtekens (?)

Dit kan om een aantal redenen gebeuren:

* Heb je enige `\cite` opdrachten in je document gebruikt? Alleen bib-vermeldingen die zijn `\cite` in de hoofdtekst zijn genoemd, verschijnen in de bibliografielijst.
* Heb je de juiste `.bib` bestandsnaam (zonder extensies) opgegeven voor `\bibliography{...}`? Het is hoofdlettergevoelig, dus let op typefouten.
* Heb je de bibliografiestijl opgegeven met een `\bibliographystyle{...}`? Als de stijl niet [een standaardstijl is die met TeX Live wordt meegeleverd](/latex/nl/vragen-en-antwoorden/84-which-bibtex-styles-are-available-on-overleaf.md), dan moet je het `.bst` bestand naar je project uploaden.
* Er staat mogelijk een syntaxisfout in je `.bib` bestand waardoor bibtex het niet correct kan parsen. Als dat zo is, zou daar informatie over moeten staan in de waarschuwingsberichten; los die dienovereenkomstig op en bibtex zou ze opnieuw moeten kunnen lezen.
* Staat je `.bib` bestand of hoofd `.tex` bestand in een map met spaties of bijzondere tekens in de naam? Het hoofd `.tex` bestand moet altijd op het hoogste niveau staan, en bestanden in mappen met spaties of bijzondere tekens kunnen soms niet worden gevonden door het compileproces.
* Als je al het bovenstaande hebt gedaan en de citaten nog steeds niet werken: dit kan ook in sommige uitzonderingsgevallen gebeuren, vanwege hoe regels zijn opgemaakt in het .log-bestand en hoe de buildtool het bestand leest. Het toevoegen van `\typeout{}` vlak voor je `\bibliography{...}` kan helpen.

Voor meer informatie over BibTeX, bekijk onze [gratis interactieve online tutorial](/latex/nl/meer-onderwerpen/13-free-online-introduction-to-latex-part-1.md), of bekijk deze [videotutorial](/latex/nl/vragen-en-antwoorden/49-how-to-include-a-bibliography-using-bibtex.md) en [Wikibook-artikelen](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/nl/vragen-en-antwoorden/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.
