> 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/no/kunnskapsbase/087-images-not-showing-up.md).

# Bilder vises ikke

Den første innstillingen du bør sjekke, er om kompilatoren er i *Normal* modus i stedet for *Rask \[utkast]* modus (i rullegardinmenyen under *Rekompiler* knappen). Den *Rask \[utkast]* modus hopper over noen trinn for å gjøre kompileringen raskere, og viser ofte ikke inkluderte bilder.

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

Av og til kan problemer med *Overleaf* PDF-leseren kan føre til at bilder ikke vises i forhåndsvisningen—men hvis alt er riktig i koden, skal bildene fortsatt vises i den nedlastede PDF-filen. For å løse dette problemet kan du endre PDF-leseren fra *Overleaf* til *Nettleser* ved å bruke instruksjoner som finnes [her](/latex/no/kunnskapsbase/027-changing-pdf-viewer.md).

Hvis bildene fortsatt ikke vises, er det sannsynligvis noe galt i LaTeX-koden din. Sørg for at du har [lastet opp filen](/latex/no/kunnskapsbase/088-including-images-on-overleaf.md) og [angitt filplasseringen](/latex/no/latex-feil/09-file-xxx-not-found-on-input-line-xxx.md) riktig.


---

# 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/no/kunnskapsbase/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.
