# Python SDK

- [시작하기](https://docs.mindkosh.com/ko/python-sdk/getting-started.md): Mindkosh SDK를 시작하는 방법
- [데이터 업로드](https://docs.mindkosh.com/ko/python-sdk/uploading-data.md): SDK를 사용하여 Mindkosh에서 데이터셋을 업로드하고 관리하는 방법을 알아보세요
- [작업 관리](https://docs.mindkosh.com/ko/python-sdk/managing-tasks.md): SDK를 사용하여 Mindkosh에서 작업을 생성하고 관리하는 방법을 알아보세요
- [기존 주석 업로드](https://docs.mindkosh.com/ko/python-sdk/upload-existing-annotations.md): SDK를 사용하여 기존 주석을 작업에 업로드하는 방법
- [주석 다운로드](https://docs.mindkosh.com/ko/python-sdk/downloading-annotations.md): 웹훅을 설정하고 Python SDK를 사용하여 주석을 다운로드하는 방법
- [Mindkosh 주석 형식](https://docs.mindkosh.com/ko/python-sdk/mindkosh.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/ko/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.
