# Python SDK

- [Getting started](https://docs.mindkosh.com/python-sdk/getting-started.md): How to get started with the Mindkosh SDK
- [Uploading data](https://docs.mindkosh.com/python-sdk/uploading-data.md): See how you can upload and manage your datasets on Mindkosh using the SDK
- [Managing tasks](https://docs.mindkosh.com/python-sdk/managing-tasks.md): See how you can create and manage tasks on Mindkosh using the SDK
- [Upload existing annotations](https://docs.mindkosh.com/python-sdk/upload-existing-annotations.md): How to upload existing annotations to tasks using the SDK
- [Downloading annotations](https://docs.mindkosh.com/python-sdk/downloading-annotations.md): How to setup webhooks and download annotations using the Python SDK
- [Mindkosh Annotation format](https://docs.mindkosh.com/python-sdk/mindkosh-annotation-format.md): A description of the Mindkosh annotation format for image, video and point cloud annotations.


---

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