> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/photo_video/images.md).

# 이미지

**이미지 블록은 언제 사용하나요?**

* 주로 이미지 데이터를 화면에서 보여줄 때 사용해요.&#x20;
* 사진 등록 기능이 필요할 때 사용해요.

**이미지 블록의 특징은 무엇인가요?**

* 한 번에 여러 장의 사진을 등록할 수 있어요. 목록 화면에서도 슬라이드로 넘기며 여러 장의 사진을 볼 수 있어요.

<div align="left"><figure><img src="/files/xOQgQSMU0iEesmbdxJlx" alt=""><figcaption></figcaption></figure></div>

2023.10.16 Jinny

## Images

Upload and edit images.

**When do I use an image block?**

* This block is used when an image needs to be added to a post.

**What are the characteristics of image blocks?**

* Multiple images can be added at once, which means that you can slide through the list page and view multiple images.

2023.07.25 Hwaran

> \#사진, #이미지, #사진 등록하기, #사진 표시하기, #이미지 등록하는 방법


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/photo_video/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.
