> 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/single-image.md).

# 단일 이미지

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

* 단 하나의 이미지만 올릴 수 있도록 제한을 둘 때 사용해요.&#x20;

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

* 단일 이미지 블록은 단 하나의 이미지만 등록 및 편집이 가능해요. 예를 들면, 목록 화면에서 보여지는 대표 이미지(썸네일)를 떠올리면 돼요.

<div align="left"><figure><img src="/files/b6gKaASh0hvroGVvLpwJ" alt="" width="563"><figcaption></figcaption></figure></div>

2023.07.24 Jinny

## Single Image

Upload and edit images.

**When do I use a single image block?**

* This block is used to limit the number of images one can post to only one.

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

* This block allows you to show and edit only one image. An example would be the representative image (thumbnail) shown on the list page.

2023.07.24 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/single-image.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.
