# Import annotation from other Dataset version

If you want to create a different version of your dataset, and make some operation on your dataset in other to balance your data for example you can use our annotation import features.&#x20;

For example, here I have a version of my Dataset with 11 classes.

![](/files/-McF8xNaUhrrKpcrPIM0)

But I really want to create a new version of my dataset where the labels pedestrian and people will be merged, and where car, van, motor and truck will also be merged as 'vehicules.

To do so let's create a [new version of this dataset](/picsellia/getting-started-2/create-a-new-dataset-version-with-merged-labels.md).

Then c[onfigure the labels ](/picsellia/data-management/configure-your-labels.md)that you want for your new dataset version, let's say : **people and vehicules.**

![](/files/-Me-g_bMsKhyokqYNfdG)

You can now go the Annotations sections of your Dataset Settings

![](/files/-McFAVT_azt8jMWEDma7)

Chose the annotations to import as human and the ones to import as vehicules&#x20;

Then click on execute instructions 🚀

Now you have annotations for your dataset/first with all the labels from dataset/second merged :)&#x20;

![](/files/-McFDkMVBJ0C7Wv0OYPb)


---

# 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://picsellia.gitbook.io/picsellia/data-management/import-annotation-from-other-dataset-version.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.
