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

# Jak usunąć obrazek żaby z domyślnego szablonu artykułu?

Overleafa [przykładowy projekt (zobacz poniżej)](#how-to-create-an-example-project) zawiera obraz żaby — używany do demonstracji importowania plików graficznych. Aby usunąć obraz żaby, usuń z dokumentu LaTeX następujące wiersze, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Ta żaba została przesłana za pomocą menu drzewa plików.}
\end{figure}
```

Będziesz także musiał usunąć następujący wiersz tekstu, który odwołuje się do obrazu żaby:

```latex
Zobacz kod dla Rysunku \ref{fig:frog} w tej sekcji jako przykład.
```

Poniższy obraz pokazuje elementy, które musisz usunąć z `main.tex`. Tekst pokazany jest poprawny na listopad 2022, ale kolejne aktualizacje przykładowego projektu mogą zmienić dokładne wiersze, które trzeba usunąć.

![Jak usunąć obraz żaby z przykładowego projektu Overleaf](/files/cb8fbe314dafc767094d37270b8f45ff471ba4ec)

## Jak utworzyć przykładowy projekt

Na widoku listy projektów wybierz **Nowy projekt** i wybierz **Przykładowy projekt** aby utworzyć nowy projekt zawierający obraz żaby zapisany w pliku `frog.jpg`:

![Jak utworzyć przykładowy projekt w Overleaf](/files/d8f6c0be0e83669c9ccb13ac032c478eaf3170ee)


---

# 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/pytania-i-odpowiedzi/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.
