> 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/nl/vragen-en-antwoorden/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.md).

# Hoe verwijder ik de kikkerafbeelding uit het standaard paper-sjabloon?

van Overleaf [voorbeeldproject (zie hieronder)](#how-to-create-an-example-project) bevat een afbeelding van een kikker—gebruikt om het importeren van grafische bestanden te demonstreren. Om de kikkerafbeelding te verwijderen, verwijdert u de volgende regels uit het LaTeX-document, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Deze kikker is geüpload via het bestandsboommenu.}
\end{figure}
```

U moet ook de volgende tekstregel verwijderen die naar de kikkerafbeelding verwijst:

```latex
Zie de code voor Figuur \ref{fig:frog} in deze sectie voor een voorbeeld.
```

De afbeelding hieronder toont de items die u moet verwijderen uit `main.tex`. De getoonde tekst is correct per november 2022, maar latere updates van het voorbeeldproject kunnen de exacte regels die u moet verwijderen wijzigen.

![Hoe u de kikkerafbeelding uit het voorbeeldproject van Overleaf verwijdert](/files/06bf0956a534d35f640f415a188cf6931f49c971)

## Hoe u een voorbeeldproject maakt

Selecteer in uw projectenlijst **Nieuw project** en kies **Voorbeeldproject** om een nieuw project te maken dat de kikkerafbeelding bevat die is opgeslagen in het bestand `frog.jpg`:

![Hoe u een voorbeeldproject op Overleaf maakt](/files/a27bcd6fb367c79005f5c2ac13c4352268a1c96d)


---

# 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/nl/vragen-en-antwoorden/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.
