> 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/es/preguntas-y-respuestas/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.md).

# BibTeX no funciona; mis \cite aparecen como signos de interrogación (?)

Esto puede suceder por varias razones:

* ¿Has usado algún `\cite` comando en tu documento? Solo las entradas bib que hayan sido `\cite` en el texto principal aparecerán en la lista de bibliografía.
* ¿Especificaste el nombre correcto `.bib` de archivo (sin extensiones) para `\bibliography{...}`? Es sensible a mayúsculas y minúsculas, así que vigila los errores tipográficos.
* ¿Has especificado el estilo de bibliografía con un `\bibliographystyle{...}`? Si el estilo no es [uno estándar que viene con TeX Live](/latex/es/preguntas-y-respuestas/84-which-bibtex-styles-are-available-on-overleaf.md), tendrás que subir el `.bst` archivo a tu proyecto.
* Puede que tengas un error de sintaxis en tu `.bib` archivo que esté impidiendo que bibtex lo analice correctamente. Si es así, debería haber información al respecto en los mensajes de advertencia; corrígelos en consecuencia y bibtex debería poder leerlos de nuevo.
* ¿Tu `.bib` archivo o principal `.tex` archivo está en una carpeta que tiene espacios o caracteres inusuales en su nombre? El `.tex` archivo principal siempre debe estar en el nivel superior, y a veces los archivos en carpetas con espacios o caracteres inusuales no pueden encontrarse durante el proceso de compilación.
* Si has hecho todo lo anterior y las citas siguen sin funcionar: esto también puede ocurrir en algunos casos límite, debido a cómo se formatean las líneas en el archivo .log y a cómo la herramienta de compilación lee el archivo. Añadir `\typeout{}` justo antes de su `\bibliography{...}` puede ayudar.

Para más información sobre BibTeX, consulta nuestro [tutorial interactivo gratuito en línea](/latex/es/mas-temas/13-free-online-introduction-to-latex-part-1.md), o echa un vistazo a este [tutorial en vídeo](/latex/es/preguntas-y-respuestas/49-how-to-include-a-bibliography-using-bibtex.md) y [artículos de 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/es/preguntas-y-respuestas/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.
