# Data in Ango Hub

At its core, Ango Hub is a platform that receives data as input (the data to be labeled) and produces data as output (the annotations).

It is useful to draw the distinction between assets and annotations, the two main data types within Ango Hub:

| Data Type          | Definition                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Asset              | <p>An <strong>asset</strong> is a piece of data that needs to be or has been annotated.</p><p>Examples of assets are:</p><ul><li>An image file</li><li>An audio file</li><li>A text file</li><li>A PDF file</li></ul><p><a href="/pages/-MjiVNVPrOR3Ud5Vmh5I">More on assets in Ango Hub</a>.</p>                                                                                                      |
| Annotation (label) | <p>Assume labelers need to draw a rectangle (a box) around cars in your pictures. Each rectangle the labeler creates is an individual <strong>annotation</strong> or <strong>label</strong>.</p><p>Examples of annotations are:</p><ul><li>Bounding boxes</li><li>Polygons</li><li>Points</li><li>Classification</li></ul><p><a href="/pages/-Mk6IAzMOULSinPId1QW">More on labels in Ango Hub</a>.</p> |

When dealing with data in Ango Hub, you will first import [assets](/core-concepts/assets.md). If you have any, you can also import annotations you already have. Once the labeling tasks are done, you will export the labels from Ango Hub.

The following pages explain the process of importing and exporting data to and from Ango Hub:

* [Importing and Exporting Annotations](/data/importing-and-exporting-annotations.md)
* [Importing Assets](/data/importing-assets.md)


---

# 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/data-in-ango-hub.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.
