> 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/overleaf-learn-latex-pt/perguntas-e-respostas/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.md).

# O BibTeX não está a funcionar; os meus \cite estão a aparecer como pontos de interrogação (?)

Isto pode acontecer por várias razões:

* Usou algum `\cite` comandos no seu documento? Apenas entradas bib que tenham sido `\cite` no texto principal aparecerão na lista bibliográfica.
* Especificou o `.bib` nome do ficheiro (sem extensões) correto para `\bibliography{...}`? É sensível a maiúsculas e minúsculas, por isso tenha cuidado com erros de escrita.
* Especificou o estilo bibliográfico com um `\bibliographystyle{...}`? Se o estilo não for [um padrão fornecido com o TeX Live](/latex/overleaf-learn-latex-pt/perguntas-e-respostas/84-which-bibtex-styles-are-available-on-overleaf.md), terá de carregar o `.bst` ficheiro para o seu projeto.
* Pode ter um erro de sintaxe no seu `.bib` ficheiro que está a impedir o bibtex de o analisar corretamente. Se for o caso, deverá haver alguma informação sobre isso nas mensagens de aviso; corrija-as em conformidade e o bibtex deverá conseguir lê-las novamente.
* O seu `.bib` ficheiro ou o principal `.tex` ficheiro está numa pasta que tem espaços ou caracteres invulgares no nome? O principal `.tex` ficheiro deve estar sempre ao nível superior, e ficheiros em pastas com espaços ou caracteres invulgares podem, por vezes, não ser encontrados pelo processo de compilação.
* Se já fez tudo isto e as citações continuam sem funcionar: Isto também pode acontecer nalguns casos limite, devido à forma como as linhas estão formatadas no ficheiro .log e à forma como a ferramenta de compilação lê o ficheiro. Adicionar `\typeout{}` logo antes do seu `\bibliography{...}` pode ajudar.

Para mais informações sobre BibTeX, veja o nosso [tutorial interativo online gratuito](/latex/overleaf-learn-latex-pt/mais-topicos/13-free-online-introduction-to-latex-part-1.md), ou consulte este [tutorial em vídeo](/latex/overleaf-learn-latex-pt/perguntas-e-respostas/49-how-to-include-a-bibliography-using-bibtex.md) e [artigos do 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/overleaf-learn-latex-pt/perguntas-e-respostas/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.
