# Management

- [Datasets](https://docs.mindkosh.com/management/datasets.md): Use datasets to manage your raw data.
- [Uploading data](https://docs.mindkosh.com/management/datasets/uploading-data.md): Ingest data through the UI, SDK or connect your own cloud storage.
- [Connecting with AWS storage](https://docs.mindkosh.com/management/datasets/connecting-with-aws-storage.md): See how you can add your AWS credentials to connect your own AWS S3 buckets to your datasets on Mindkosh.
- [Connecting with Azure storage](https://docs.mindkosh.com/management/datasets/connecting-with-azure-storage.md): See how you can add your Microsoft Azure credentials to connect your own Azure buckets to your datasets on Mindkosh.
- [Connecting with Google cloud storage](https://docs.mindkosh.com/management/datasets/connecting-with-google-cloud-storage.md): See how you can add your Google cloud storage credentials to connect your own Google storage buckets to your datasets on Mindkosh.
- [Organization](https://docs.mindkosh.com/management/organization.md): Easily manage your annotation team on Mindkosh
- [Projects](https://docs.mindkosh.com/management/projects.md): Manage your annotation projects on Mindkosh
- [Tasks](https://docs.mindkosh.com/management/tasks.md): Annotate data on Mindkosh using tasks
- [Batches](https://docs.mindkosh.com/management/batches.md)
- [Class labels](https://docs.mindkosh.com/management/class-labels.md): How to add label classes and define an ontology for an annotation task
- [Exporting annotations](https://docs.mindkosh.com/management/exporting-annotations.md): Guide on how to export completed annotations in various formats like COCO and YOLO on the Mindkosh Annotation platform
- [Mindkosh Lidar annotation format](https://docs.mindkosh.com/management/exporting-annotations/mindkosh-lidar-annotation-format.md): Description of the Mindkosh annotation format for cuboid, polyline and segmentation annotation for point clouds.
- [Quality management](https://docs.mindkosh.com/management/quality-management.md): How to use Quality management tools on Mindkosh to create high quality datasets
- [Permissions](https://docs.mindkosh.com/management/quality-management/permissions.md)
- [Access levels](https://docs.mindkosh.com/management/access-levels.md)
- [Annotator](https://docs.mindkosh.com/management/access-levels/annotator.md)
- [User](https://docs.mindkosh.com/management/access-levels/user.md)
- [Admin](https://docs.mindkosh.com/management/access-levels/admin.md)


---

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