> 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/pl/baza-wiedzy/087-images-not-showing-up.md).

# Obrazy się nie wyświetlają

Pierwszym ustawieniem do sprawdzenia jest to, czy kompilator jest w *Normalny* trybie zamiast *Szybki \[szkic]* trybie (w menu rozwijanym pod *Ponowna kompilacja* przyciskiem).  *Szybki \[szkic]* tryb pomija niektóre kroki, aby przyspieszyć kompilację, i często nie pokazuje dołączonych obrazów.

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

Czasami problemy z *Overleaf* przeglądarka PDF może powodować, że obrazy nie pojawiają się w podglądzie — chociaż jeśli wszystko jest poprawne w kodzie, obrazy nadal powinny pojawić się w pobranym pliku PDF. Aby rozwiązać ten problem, możesz zmienić przeglądarkę PDF z *Overleaf* na *Przeglądarka* korzystając z instrukcji znajdujących się [tutaj](/latex/pl/baza-wiedzy/027-changing-pdf-viewer.md).

Jeśli obrazy nadal się nie pojawiają, prawdopodobnie coś jest nie tak w Twoim LaTeX-ie. Upewnij się, że [przesłałeś plik](/latex/pl/baza-wiedzy/088-including-images-on-overleaf.md) i [określiłeś lokalizację pliku](/latex/pl/bledy-latex/09-file-xxx-not-found-on-input-line-xxx.md) poprawnie.


---

# 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/pl/baza-wiedzy/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.
