> 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/dataset-versions/image-augmentation/add-augmentations-to-images.md).

# 이미지에 증강 추가

증강을 추가하려면, [새로운 dataset version을 생성하세요](/roboflow/roboflow-ko/datasets/dataset-versions/create-a-dataset-version.md).

프로세스의 Step 4에서 "Add Augmentation Step" 옵션을 선택합니다.

<figure><img src="/files/4c2d65492438330280817f52470b5a799931e0ff" alt=""><figcaption></figcaption></figure>

가능한 증강 옵션 목록에서 선택한 다음 Apply를 클릭합니다. 여러 증강을 dataset version에 하나씩 추가할 수 있습니다.

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

Step 5에서 증강을 통해 생성할 이미지 수를 선택합니다.

<figure><img src="/files/1c9568475e42038d8820b451851800b4c637bf44" alt=""><figcaption></figcaption></figure>


---

# 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/dataset-versions/image-augmentation/add-augmentations-to-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.
