# Python SDK

- [はじめに](https://docs.mindkosh.com/ja/python-sdk/hajimeni.md): Mindkosh SDKの始め方
- [データのアップロード](https://docs.mindkosh.com/ja/python-sdk/dtanoappurdo.md): SDKを使ってMindkosh上でデータセットをアップロード・管理する方法をご覧ください
- [タスクの管理](https://docs.mindkosh.com/ja/python-sdk/tasukuno.md): SDKを使ってMindkosh上でタスクを作成・管理する方法をご覧ください
- [既存のアノテーションをアップロード](https://docs.mindkosh.com/ja/python-sdk/noanotshonwoappurdo.md): SDKを使って既存のアノテーションをタスクにアップロードする方法
- [アノテーションのダウンロード](https://docs.mindkosh.com/ja/python-sdk/anotshonnodaunrdo.md): Webhookの設定方法とPython SDKを使ったアノテーションのダウンロード方法
- [Mindkoshアノテーション形式](https://docs.mindkosh.com/ja/python-sdk/mindkoshanotshon.md): 画像、動画、ポイントクラウドのアノテーションのためのMindkoshアノテーション形式の説明。


---

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