# Building and Labeling Datasets

- [Image Segmentation](https://docs.universaldatatool.com/building-and-labeling-datasets/image-segmentation.md): Segment instances on image datasets using the Universal Data Tool
- [Image Classification](https://docs.universaldatatool.com/building-and-labeling-datasets/image-classification.md): Classify or tag images using the Universal Data Tool
- [Text Classification](https://docs.universaldatatool.com/building-and-labeling-datasets/text-classification.md): Classify text using the Universal Data Tool
- [Named Entity Recognition](https://docs.universaldatatool.com/building-and-labeling-datasets/named-entity-recognition.md): Label words or phrases within text using the Universal Data Tool
- [Entity Relations / Part of Speech Tagging](https://docs.universaldatatool.com/building-and-labeling-datasets/entity-relations-part-of-speech-tagging.md): Named Entity Linking (PoS tagging) with the Universal Data Tool. Draw relationships between words or phrases within text.
- [Audio Transcription](https://docs.universaldatatool.com/building-and-labeling-datasets/audio-transcription.md): Transcribe audio with the Universal Data Tool
- [Data Entry](https://docs.universaldatatool.com/building-and-labeling-datasets/data-entry.md): Do any type of data entry with the Universal Data Tool
- [Video Segmentation](https://docs.universaldatatool.com/building-and-labeling-datasets/video-segmentation.md): Segment objects or parts of a video with the Universal Data Tool
- [Composite Interfaces](https://docs.universaldatatool.com/building-and-labeling-datasets/composite-interfaces.md): Use multiple UDT interfaces together with a Composite Interface.
- [Landmark / Pose Annotation](https://docs.universaldatatool.com/building-and-labeling-datasets/landmark-annotation.md): Pose / Landmark / Keypoints annotation in the Universal Data Tool


---

# 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/building-and-labeling-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.
