# Universal Data Tool Docs

## Mission

The Universal Data Tool exists to empower anyone, even those without a data science or engineering background, to build the next generation of powerful, useful and impactful Artificial Intelligence applications by providing tooling and standards for the creation, collaboration, labeling and formatting of datasets. **The Universal Data Tool is built to be accessible, easy-to-use, human-friendly and developer-friendly.**

![Some of the dataset types available with the UDT](https://708390366-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFuZsfsLW71orr4EXRY%2F-MIFkYEZAnyme7Xcy83d%2F-MIFm-xyd-D_rKcy7qo6%2F91648687-729a3b80-ea38-11ea-92f2-7ce94ae04da6.gif?alt=media\&token=498a47d1-28bf-4aab-9f18-6cb5e790139e)

## Editing these Docs

You can edit this documentation by opening a [PR to the markdown docs on Github](https://github.com/UniversalDataTool/docs). Contributions are welcome and very appreciated!

## Getting Help

We have a [Slack channel](https://universaldatatool.slack.com)! Feel free to come in and ask questions. You can also [open an issue on Github](https://github.com/UniversalDataTool/universal-data-tool/issues).


---

# 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/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.
