> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/latex/uk/zapitannya-ta-vidpovidi/33-how-do-i-remove-the-frog-picture-from-the-default-paper-template.md).

# Як видалити зображення жаби зі стандартного шаблону paper?

Overleaf [прикладного проєкту (див. нижче)](#how-to-create-an-example-project) містить зображення жаби — використовується для демонстрації імпорту графічних файлів. Щоб видалити зображення жаби, вилучіть такі рядки з документа LaTeX, `main.tex`:

```latex
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{frog.jpg}
\caption{\label{fig:frog}Цю жабу було завантажено через меню дерева файлів.}
\end{figure}
```

Вам також потрібно буде видалити такий рядок тексту, який містить посилання на зображення жаби:

```latex
Див. код для рисунка \ref{fig:frog} у цьому розділі як приклад.
```

На зображенні нижче показано елементи, які потрібно видалити з `main.tex`. Текст, показаний тут, є правильним станом на листопад 2022 року, але наступні оновлення прикладного проєкту можуть змінити точні рядки, які потрібно видалити.

![Як видалити зображення жаби з прикладного проєкту Overleaf](/files/6cb1d293d95bdc7bbba77d5eea55ac8dbda81b19)

## Як створити прикладний проєкт

У поданні списку ваших проєктів виберіть **Новий проєкт** і виберіть **Прикладний проєкт** щоб створити новий проєкт, який містить зображення жаби, збережене у файлі `frog.jpg`:

![Як створити прикладний проєкт на Overleaf](/files/11bd14e9443fb38fb691867b16ee303baa286076)


---

# 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://ayakaleaf-pro.ayaka.space/latex/uk/zapitannya-ta-vidpovidi/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.
