# Inserting images

## Inserting images

Generally there are a few steps to inserting images and figures in Overleaf:

1. Provide the image file.
2. Provide the LaTeX code for including the image in the document.
3. Provide additional code or options for treating the image as a figure that can be captioned and referenced.

## Uploading images and writing LaTeX code

You can add images or figures by uploading the required files and then writing the LaTeX code to display them.

{% content-ref url="/pages/jEhcEMwgDZf9tNXqz1bs" %}
[Uploading images](/writing-and-editing/inserting-images/uploading-images.md)
{% endcontent-ref %}

{% content-ref url="/pages/UfGLoFZUJ5jNjLyDvId1" %}
[LaTeX code for including images in your document](/writing-and-editing/inserting-images/latex-code-for-including-images-in-your-document.md)
{% endcontent-ref %}

## Simpler ways to add images

You can use the Insert Figure button, copy and paste an image, or drag and drop an image from your local device to add a figure to your document.

{% content-ref url="/pages/gXhDoBzWTbnlCDRe7TLL" %}
[Using the Insert figure button](/writing-and-editing/inserting-images/using-the-insert-figure-button.md)
{% endcontent-ref %}

{% content-ref url="/pages/ANhkXBgwYsu3wMXS9GZ7" %}
[Pasting images into your project](/writing-and-editing/inserting-images/pasting-images-into-your-project.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.overleaf.com/writing-and-editing/inserting-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
