> 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/cau-hoi-and-tra-loi/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.md).

# Làm thế nào để bỏ hình con ếch khỏi mẫu giấy mặc định?

của Overleaf [dự án ví dụ (xem bên dưới)](#how-to-create-an-example-project) bao gồm một hình ảnh con ếch—được dùng để minh họa việc nhập các tệp đồ họa. Để xóa hình ảnh con ếch, hãy xóa các dòng sau khỏi tài liệu LaTeX, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Con ếch này đã được tải lên thông qua menu cây tệp.}
\end{figure}
```

Bạn cũng sẽ cần xóa dòng văn bản sau đây, dòng này có nhắc đến hình ảnh con ếch:

```latex
Xem mã cho Hình \ref{fig:frog} trong phần này để biết một ví dụ.
```

Hình ảnh bên dưới cho thấy các mục bạn cần xóa khỏi `main.tex`. Văn bản hiển thị là chính xác tính đến tháng 11 năm 2022, nhưng các bản cập nhật sau đó đối với dự án ví dụ có thể thay đổi chính xác những dòng bạn cần xóa.

![Cách xóa hình ảnh con ếch khỏi Dự án ví dụ Overleaf](/files/9cd3c90caf6721967ce2f692a1944d4b394a3834)

## Cách tạo một Dự án ví dụ

Ngay trong chế độ xem danh sách dự án của bạn, hãy chọn **Dự án mới** và chọn **Dự án ví dụ** để tạo một dự án mới chứa hình ảnh con ếch được lưu trong tệp `frog.jpg`:

![Cách tạo một Dự án ví dụ trên Overleaf](/files/a0d07aa16d49eddd96655e4137961de802d12986)


---

# 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/cau-hoi-and-tra-loi/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.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.
