> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ko/write-and-edit/add-content-to-your-notes/images.md).

# Images

### On desktop

1. Click the insert button <img src="/files/Xifa42HGUcp2xshFYnVh" alt="" data-size="line">  in the [formatting bar](broken://pages/HW5x1P4soOaSshDTmAup) at the bottom the note editor and select **`Insert Image`** or use the shortcut **`Cmd/Ctrl`** + **`Shift` + `O`**<br>

   <figure><img src="/files/s3v4zutqUA0XZ1z60yOZ" alt=""><figcaption></figcaption></figure>
2. Select the image(s) you want to add from the pop up window

You can also use the shortcut **`Cmd/Ctrl`** + **`C`** and **`Cmd/Ctrl`** + **`V`** to copy and paste the image directly in your note.

### On mobile

1. Tap the image icon <img src="/files/7onQeFUBNbfZqwl38x0z" alt="" data-size="line"> in the formatting bar
2. Select the image(s) you want to paste from your phone

***

### Image Size

* You can set a default image size in **Settings > Editor > Default image size**.
* To adjust an individual image, tap/click the image and choose **Small**, **Medium**, or **Large**.

<figure><img src="/files/f48TNGj5oPw0kb6bpCaz" alt="" width="563"><figcaption></figcaption></figure>

* You can also resize manually by dragging the arrow at the bottom right corner of the image.
* If you want to align images horizontally or vertically, we recommend using a table and placing one image in each cell. Set the image size to "**Large**" so it fills the cell. This makes it easier to align and resize images by adjusting the cell widths/heights.<br>

  <figure><img src="/files/dVI2gYL5SRen1a16OlAo" alt=""><figcaption></figcaption></figure>

***

### Image Compression

When you add an image to UpNote, it is automatically compressed to ensure fast syncing across devices and to help manage server costs.

Images smaller than 1MB will not be resized. For larger images, we resize them so that the smallest dimension is 1000px, then compress the image to 90% quality.

<br>


---

# 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://help.getupnote.com/ko/write-and-edit/add-content-to-your-notes/images.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.
