> 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/fr/base-de-connaissances/087-images-not-showing-up.md).

# Les images n’apparaissent pas

Le premier paramètre à vérifier est de voir si le compilateur est en *Normal* mode plutôt que *Rapide \[brouillon]* mode (dans le menu déroulant sous le *Recompiler* bouton). Le *Rapide \[brouillon]* mode saute certaines étapes afin d'accélérer la compilation, et n'affiche souvent pas les images incluses.

![Fast-draft-compile.png](/files/9d44aa3c502b7eb0b5ea64a3c37670fd00188dad)

Parfois, des problèmes avec le *Overleaf* Le lecteur PDF peut empêcher les images d’apparaître dans l’aperçu — bien que, si tout est correct dans le code, les images devraient quand même apparaître dans le fichier PDF téléchargé. Pour résoudre ce problème, vous pouvez changer le lecteur PDF de *Overleaf* à *Navigateur* en suivant les instructions trouvées [ici](/latex/fr/base-de-connaissances/027-changing-pdf-viewer.md).

Si les images n’apparaissent toujours pas, il y a probablement un problème dans votre LaTeX. Assurez-vous d’avoir [téléversé le fichier](/latex/fr/base-de-connaissances/088-including-images-on-overleaf.md) et [indiqué l’emplacement du fichier](/latex/fr/erreurs-latex/09-file-xxx-not-found-on-input-line-xxx.md) correctement.


---

# 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/fr/base-de-connaissances/087-images-not-showing-up.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.
