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

# Varsayılan paper şablonundaki kurbağa resmini nasıl kaldırırım?

Overleaf'in [örnek proje (aşağıya bakın)](#how-to-create-an-example-project) bir kurbağa görüntüsü içerir—grafik dosyalarının içe aktarımını göstermek için kullanılır. Kurbağa görüntüsünü kaldırmak için, LaTeX belgesinden aşağıdaki satırları silin, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Bu kurbağa dosya ağacı menüsü aracılığıyla yüklendi.}
\end{figure}
```

Kurbağa görüntüsüne atıfta bulunan aşağıdaki metin satırını da silmeniz gerekecek:

```latex
Bir örnek için bu bölümde Şekil \ref{fig:frog} koduna bakın.
```

Aşağıdaki görüntü, silmeniz gereken öğeleri gösterir `main.tex`. Gösterilen metin Kasım 2022 itibarıyla doğrudur, ancak örnek projede yapılacak sonraki güncellemeler, kaldırmanız gereken tam satırları değiştirebilir.

![Örnek Overleaf Projesinden kurbağa görüntüsü nasıl silinir](/files/5ed3a9a2b8feb2fce1a7a39819e73ed42ab88c4c)

## Örnek bir proje nasıl oluşturulur

Proje liste görünümünüzden şunu seçin: **Yeni Proje** ve şunu seçin **Örnek Proje** dosyada depolanan kurbağa görüntüsünü içeren yeni bir proje oluşturmak için `frog.jpg`:

![Overleaf'te Örnek Bir Proje Nasıl Oluşturulur](/files/38d9710f75f065f15f78e9286cefbfeb84ad8568)


---

# 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/tr/sorular-ve-cevaplar/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.
