# Import COCO Images

You can quickly import images and annotations from the [Common Objects in Context dataset](https://cocodataset.org) from within the Universal Data Tool.

## 1. Create a New Dataset

Navigate to [udt.dev](https://udt.dev) and click "New File"

![Click "New File" on udt.dev](/files/-MI11H2GNT530d7n2r1Q)

## 2. Import from COCO using Dialog

Go to Samples > Import > Import from COCO.

![Select "Import from COCO" on the Samples > Import page](/files/-MI11dzYZT2SBd89ERP9)

Type in any classifications you want. Select "Replace Interface" if you want to replace the interface from the Setup Page with an interface compatible with your labels.

![Add any labels you want, look at the preview images, and click Add Samples](/files/-MI129u50zhImeSruatC)

## 3. (optional) Add more labels!

You can now go to "Samples > Label" and view labels, edit labels or delete samples.

![Example interface from the Cat and Dog dataset created above](/files/-MI12qdjR9VFS8oKuXsy)


---

# 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.universaldatatool.com/importing-data/coco-images.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.
