# Dataset

- [What is a dataset?](https://docs.datagym.ai/documentation/dataset/what-is-a-dataset.md): Let me introduce you: a dataset
- [Create a new dataset](https://docs.datagym.ai/documentation/dataset/create-a-new-dataset.md): How to create a new dataset
- [Update a dataset](https://docs.datagym.ai/documentation/dataset/update-a-dataset.md): How to update a dataset
- [Connect with AWS S3](https://docs.datagym.ai/documentation/dataset/connect-with-aws-s3.md): How to connect DataGym.ai with AWS S3
- [Delete a dataset](https://docs.datagym.ai/documentation/dataset/delete-a-dataset.md)
- [Manage images](https://docs.datagym.ai/documentation/dataset/manage-images.md): How to upload images
- [Upload to DataGym.ai](https://docs.datagym.ai/documentation/dataset/manage-images/upload-to-datagym.md): How to upload images to DataGym
- [Add public links](https://docs.datagym.ai/documentation/dataset/manage-images/add-public-links.md): How to add public image links to DataGym.
- [Synchronize with AWS S3](https://docs.datagym.ai/documentation/dataset/manage-images/synchronize-with-aws-s3.md): How to synchronize with AWS S3
- [Connect to a project](https://docs.datagym.ai/documentation/dataset/connect-to-a-project.md): How to connect the dataset to a project
- [Use the review mode](https://docs.datagym.ai/documentation/dataset/use-the-review-mode.md): How to enable reviews and add some reviewer.


---

# 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.datagym.ai/documentation/dataset.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.
