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

# ¿Cómo elimino la imagen de la rana de la plantilla predeterminada de paper?

de Overleaf [proyecto de ejemplo (véase abajo)](#how-to-create-an-example-project) incluye una imagen de una rana, utilizada para demostrar la importación de archivos gráficos. Para eliminar la imagen de la rana, borra las siguientes líneas del documento de LaTeX, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Esta rana se subió a través del menú del árbol de archivos.}
\end{figure}
```

También tendrás que eliminar la siguiente línea de texto que hace referencia a la imagen de la rana:

```latex
Consulta el código de la Figura \ref{fig:frog} en esta sección para ver un ejemplo.
```

La imagen a continuación muestra los elementos que debes eliminar de `main.tex`. El texto mostrado es correcto a fecha de noviembre de 2022, pero actualizaciones posteriores al proyecto de ejemplo podrían cambiar las líneas exactas que necesitas eliminar.

![Cómo eliminar la imagen de la rana del Proyecto de Ejemplo de Overleaf](/files/5876363f18a133bd482d7f61ab55ac2b1980d607)

## Cómo crear un Proyecto de Ejemplo

Desde la vista de la lista de tus proyectos, selecciona **Nuevo proyecto** y elige **Proyecto de Ejemplo** para crear un nuevo proyecto que contenga la imagen de la rana almacenada en el archivo `frog.jpg`:

![Cómo crear un proyecto de ejemplo en Overleaf](/files/bc9b4740dc231a4672d77640211eec3850ae0141)


---

# 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/es/preguntas-y-respuestas/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.
