# Projects Merge करें

आप अलग-अलग Projects को एक साथ जोड़कर एक एकल Project बना सकते हैं, जिसमें आप एक model train कर सकते हैं।

यदि आपके पास Project A और Project B हैं और उन्हें मिलाकर Project C बनाते हैं, तो Project C में Projects A और B से जोड़ी गई unique images होंगी। Projects A और B अभी भी Workspace में मौजूद रहेंगे; उन्हें हटाया नहीं जाएगा।

## **Projects को Merge कैसे करें**

Projects को merge करने के लिए:

1. जिस datasets को आप merged dataset में शामिल करना चाहते हैं, उनमें से किसी एक के दाईं ओर मौजूद तीन dots पर अपना mouse hover करें। Highlight किए गए button (तीन horizontal dots) पर क्लिक करें, और "Merge Datasets" चुनें।
2. जिन datasets को आप merge करना चाहते हैं, उन्हें प्रत्येक dataset के दाईं ओर मौजूद checkboxes पर क्लिक करके चुनें।
3. ऊपरी-दाईं ओर "Merge Datasets" पर क्लिक करें।
4. अपने नए dataset और नए [annotation group](/roboflow/roboflow-hi/datasets/annotation-groups.md) का नाम दें और "Merge Datasets" पर क्लिक करें।

Merged dataset में images (और उनसे जुड़ी कोई भी annotations) शामिल होंगी *जो merge किए जाने के समय मौजूद थीं*.

![](/files/81edf48aa32ec47f0bb66891b17802273abcb75a)

Merged dataset के अलावा, आप original datasets को भी बनाए रखते हैं। ऊपर दिए गए उदाहरण में, तीन datasets हैं: दो original datasets और नया merged dataset।

सबसे अच्छी बात यह है कि क्योंकि merged dataset अन्य photos की copies से बना होता है, इसलिए extra images के लिए आपसे कोई charge नहीं लिया जाएगा!


---

# 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-hi/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.
