> 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/vi/co-so-tri-thuc/087-images-not-showing-up.md).

# Hình ảnh không hiển thị

Thiết lập đầu tiên cần kiểm tra là liệu trình biên dịch có đang ở *Chế độ bình thường* thay vì *Nhanh \[bản nháp]* chế độ (trong menu thả xuống bên dưới *Biên dịch lại* nút). *Nhanh \[bản nháp]* Chế độ này bỏ qua một số bước để tăng tốc quá trình biên dịch, và thường không hiển thị các hình ảnh được chèn.

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

Đôi khi, các sự cố với *Overleaf* Trình xem PDF có thể khiến hình ảnh không xuất hiện trong bản xem trước—mặc dù nếu mọi thứ đều đúng trong mã, các hình ảnh vẫn nên xuất hiện trong tệp PDF đã tải xuống. Để giải quyết vấn đề này, bạn có thể đổi trình xem PDF từ *Overleaf* sang *Trình duyệt* bằng cách sử dụng hướng dẫn được tìm thấy [ở đây](/latex/vi/co-so-tri-thuc/027-changing-pdf-viewer.md).

Nếu hình ảnh vẫn không xuất hiện, rất có thể có điều gì đó không đúng trong LaTeX của bạn. Hãy đảm bảo rằng bạn đã [tải lên tệp](/latex/vi/co-so-tri-thuc/088-including-images-on-overleaf.md) và [chỉ định vị trí tệp](/latex/vi/loi-latex/09-file-xxx-not-found-on-input-line-xxx.md) đúng cách.


---

# 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/vi/co-so-tri-thuc/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.
