# Importing Data

- [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


---

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