# Universal Data Tool

## Universal Data Tool

- [Universal Data Tool Docs](https://docs.universaldatatool.com/master.md): Learn install, use, and build datasets with the Universal Data Tool.
- [Installation](https://docs.universaldatatool.com/installation.md)
- [Running On-Premise](https://docs.universaldatatool.com/running-on-premise.md): Run the Universal Data Tool on your infrastructure.
- [Collaborative Labeling](https://docs.universaldatatool.com/collaborative-labeling.md): Label a dataset with a team of labellers or friends.
- [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
- [Upload or Open Directories](https://docs.universaldatatool.com/importing-data/upload-or-open-directories.md): Open directories or upload files to your Universal Data Tool dataset
- [Import File URLs](https://docs.universaldatatool.com/importing-data/import-file-urls.md): You can import a list of urls or paste urls directly into the Universal Data Tool
- [Import COCO Images](https://docs.universaldatatool.com/importing-data/coco-images.md): Easily import the COCO dataset from within the UDT
- [Import from Google Drive](https://docs.universaldatatool.com/importing-data/import-from-google-drive.md): Import folders from Google Drive directly for dataset labeling and annotation
- [Import from AWS S3 Bucket](https://docs.universaldatatool.com/importing-data/import-from-aws-s3-bucket.md): Import samples from an S3 bucket directly into the Universal Data Tool!
- [Import from CSV or JSON](https://docs.universaldatatool.com/importing-data/import-from-csv-or-json.md): Import files from CSV or JSON
- [Import using AWS Cognito](https://docs.universaldatatool.com/importing-data/import-using-aws-cognito.md): Import and save samples to S3 buckets using AWS Cognito
- [Import Text Snippets](https://docs.universaldatatool.com/importing-data/import-text-snippets.md): Upload text data by pasting or importing a file of text snippets
- [What is the .udt.json format?](https://docs.universaldatatool.com/the-format-.udt-json/what-is-the-.udt.json-format.md)
- [What is the .udt.csv format?](https://docs.universaldatatool.com/the-format-.udt-json/what-is-the-.udt.csv-format.md)
- [Jupyter Notebook Integration](https://docs.universaldatatool.com/machine-learning/jupyter-notebooks.md): Use the Universal Data Tool directly within a Jupyter Notebook
- [Import Datasets into Pandas](https://docs.universaldatatool.com/machine-learning/import-datasets-into-pandas.md): Pandas gives you a nice way to view, filter and convert UDT datasets.
- [Fast.ai](https://docs.universaldatatool.com/machine-learning/fastai.md)
- [Fast.ai Image Classification](https://docs.universaldatatool.com/machine-learning/fastai/import-datasets-for-fast.ai-image-classification.md): Quickly import \*.udt.csv files into fast.ai for image classification.
- [Fast.ai Image Segmentation](https://docs.universaldatatool.com/machine-learning/fastai/fast.ai-image-segmentation.md)
- [Integrate with the Javascript Library](https://docs.universaldatatool.com/integrate-with-any-web-page/integrate-with-the-javascript-library.md): Use the Universal Data Tool in any javascript application using a \<script /> import tage.
- [Getting Started with React](https://docs.universaldatatool.com/integrate-with-any-web-page/getting-started-with-react.md): Use the Universal Data Tool in React Applications.
- [Getting Started with UDT Courses](https://docs.universaldatatool.com/train-your-workforce/getting-started-with-udt-courses.md): Create Training Courses for Labeling Datasets
- [Frequently Asked Questions](https://docs.universaldatatool.com/frequently-asked-questions.md): FAQ for the Universal Data Tool


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.universaldatatool.com/master.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.
