> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/datasets/manage-datasets/download-an-image.md).

# 이미지 다운로드

데이터셋에서 단일 이미지를 다운로드할 수 있습니다.

그러려면 먼저 Roboflow Annotate에서 다운로드하려는 이미지를 엽니다:

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

그런 다음 오른쪽 상단 모서리에 있는 세 개의 점을 클릭합니다:

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

"Download Image" 버튼을 클릭하세요.

그런 다음 이미지가 컴퓨터에 다운로드됩니다.

## 변환된 이미지 다운로드

또한 a에서 개별 변환된 이미지를 다운로드할 수도 있습니다. [Dataset Version](/roboflow/roboflow-ko/datasets/dataset-versions.md). 버전의 이미지 상세 보기에서 전처리되었거나 증강된 이미지를 볼 때, 작업 메뉴에서 "Download Image"를 클릭하여 해당 특정 변환 버전의 이미지를 다운로드하세요.


---

# 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.roboflow.com/roboflow/roboflow-ko/datasets/manage-datasets/download-an-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.
