# Project 병합

여러 다른 프로젝트를 함께 결합하여 모델을 학습할 수 있는 하나의 프로젝트를 만들 수 있습니다.

Project A와 Project B가 있고 이를 병합하여 Project C를 만들면, Project C는 Projects A와 B에서 결합된 고유한 이미지들로 구성됩니다. Projects A와 B는 Workspace에 그대로 남아 있으며, 제거되지 않습니다.

## **프로젝트 병합 방법**

프로젝트를 병합하려면:

1. 병합할 dataset에 포함하고 싶은 항목 중 하나의 오른쪽에 있는 세 개의 점 위에 마우스를 올립니다. 강조 표시된 버튼(가로로 된 세 개의 점)을 클릭한 다음 "Merge Datasets."를 선택합니다.
2. 각 dataset 오른쪽에 있는 체크박스를 클릭하여 병합할 datasets를 선택합니다.
3. 오른쪽 상단 모서리에서 "Merge Datasets"를 클릭합니다.
4. 새 dataset과 새 [annotation group](/roboflow/roboflow-ko/datasets/annotation-groups.md) "Merge Datasets."를 클릭합니다.

병합된 dataset에는 이미지(및 관련된 모든 annotations)가 포함됩니다 *병합 시점에 존재하던*.

![](/files/72d64ae2b56af32b5fd5859301c50aa13388885c)

병합된 dataset 외에도 원래의 datasets는 그대로 유지됩니다. 위의 예에서는 세 개의 dataset이 있습니다: 두 개의 원본과 새로 병합된 dataset입니다.

가장 좋은 점은, 병합된 dataset이 다른 사진의 복사본으로 구성되어 있으므로 추가 이미지에 대해서는 요금이 부과되지 않는다는 것입니다!


---

# Agent Instructions: 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/merge-datasets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
