# Importing Annotations

Ango Hub provides a way to import existing annotations to the platform. This can be useful if you are migrating from another tool or if you wish to import existing model outputs. Your annotations will need to be converted to the [Ango Hub Import Format](/data/importing-and-exporting-annotations/importing-annotations/ango-import-format.md).

{% hint style="info" %}
To import pre-annotations in 3D Multi-Sensor Fusion projects, please refer to [this page](https://docs.imerit-prod.io/project-setup/pre-process-data#step-4-create-a-folder-for-pre-labelled-annotations).&#x20;
{% endhint %}

## Importing annotations as pre-labels on assets that have already been imported <a href="#how-to-import-labels-into-ango-hub" id="how-to-import-labels-into-ango-hub"></a>

{% hint style="danger" %}
Only tasks in the *Start* stage can be pre-labeled.
{% endhint %}

{% hint style="warning" %}
**By default, in new projects importing pre-labels is disabled.**

You can only pre-label tasks that are in the [*Start* stage](/core-concepts/workflow.md#start). And by default, tasks skip the *Start* stage, as they are auto-forwarded to the stage following *Start*.

Thus, to import pre-labels, you **must** disable auto-forward in your *Start* stage. To do so, go to the *Workflow* tab and click on the *Start* stage. Then, deactivate the toggle named "*Auto Forward*". Then save the workflow. More details on the *Start* stage [here](/core-concepts/workflow.md#start).
{% endhint %}

1. Convert your existing labels to the Ango Hub Import Format. [More information on the format here.](/data/importing-and-exporting-annotations/importing-annotations/ango-import-format.md)
2. Ensure you have disabled *Auto Forward* in the *Start* stage of your workflow, or tasks will be automatically sent to the stage following it, preventing them from being pre-labeled.
3. [Import or upload your assets](/data/importing-assets.md).
4. From the Assets tab, click on the *Import* button.

![](/files/iWy7slrb7DWCo0vAEaL6)

5. From the dialog that pops up, click on the dashed rectangle in the middle to open your system’s file explorer and pick an import file. Alternatively, drag and drop the import file on the dashed rectangle.

<figure><img src="/files/fvWVKIBQPrDxEXke9oxG" alt="" width="563"><figcaption></figcaption></figure>

*By clicking on Sample JSON, you can obtain a ready-made skeleton you can use to import annotations in your project, using the labeling tools you have already added.*

6. When you are finished pre-labeling tasks, go to the Workflow tab again and click on the *Start* stage. Then, click on *Send All Tasks to Next Stage*. This will push all tasks in Start to the stage following it, plugging them into the workflow.

<figure><img src="/files/xHHEUHdUtOhR2zuJFqMQ" alt="" width="318"><figcaption></figcaption></figure>

If the import was successful, the dialog will close and your assets will gain a blue “label” mark to indicate that they have been pre-labeled.

![](/files/-MkCPcysR9wRDa9kjfs4)

## Importing annotations as pre-labels during asset import <a href="#how-to-import-labels-into-ango-hub" id="how-to-import-labels-into-ango-hub"></a>

Please see the following docs page:

{% content-ref url="/pages/byf100mx9Jv2tlrIGvLZ" %}
[Importing Annotations during Asset Import](/data/importing-assets/importing-annotations-during-asset-import.md)
{% endcontent-ref %}


---

# 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.imerit.net/data/importing-and-exporting-annotations/importing-annotations.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.
