# Datasets

- [Creating a Project](https://docs.binaexperts.com/datasets/creating-a-project.md): Creating a Project in BinaExperts
- [Uploading Data](https://docs.binaexperts.com/datasets/uploading-data.md): Uploading Data in BinaExperts.
- [Uploading Video](https://docs.binaexperts.com/datasets/uploading-data/uploading-video.md): Uploading Video in BinaExperts.
- [Manage Batches](https://docs.binaexperts.com/datasets/manage-batches.md): An Introduction to Batches in BinaExperts.
- [Create a Dataset Version](https://docs.binaexperts.com/datasets/create-a-dataset-version.md): Creating a dataset version allows you to prepare your data for training a model.
- [Preprocessing Images](https://docs.binaexperts.com/datasets/preprocessing-images.md): Image preprocessing steps are essential to prepare data for models.
- [Creating Augmented Images](https://docs.binaexperts.com/datasets/creating-augmented-images.md): Creating augmented images is a critical step to enhance model performance by improving its ability to generalize to unseen data.
- [Add Tags to Images](https://docs.binaexperts.com/datasets/add-tags-to-images.md): Enhance your dataset organization with image tagging.
- [Manage Categories](https://docs.binaexperts.com/datasets/manage-categories.md): Lock, remap, or delete classes in your project
- [Export Versions](https://docs.binaexperts.com/datasets/export-versions.md): Export data from BIAN for training.
- [Health Check](https://docs.binaexperts.com/datasets/health-check.md): Assess and improve the quality of your dataset.
- [Merge Projects and Datasets](https://docs.binaexperts.com/datasets/merge-projects-and-datasets.md): Combine projects and datasets that exist within the same organization.
- [Delete an Image](https://docs.binaexperts.com/datasets/delete-an-image.md): Delete an image from a BinaExpert project.
- [Delete a Project](https://docs.binaexperts.com/datasets/delete-a-project.md): Learn how to delete a project from your account in BINA


---

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