> For the complete documentation index, see [llms.txt](https://docs.mindkosh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindkosh.com/ko/management.md).

# 관리

- [데이터셋](https://docs.mindkosh.com/ko/management/datasets.md): 원시 데이터를 관리하기 위해 데이터셋을 사용하세요.
- [데이터 업로드](https://docs.mindkosh.com/ko/management/datasets/uploading-data.md): UI, SDK를 통해 데이터를 수집하거나 자신의 클라우드 저장소를 연결하세요.
- [AWS 저장소 연결](https://docs.mindkosh.com/ko/management/datasets/aws.md): AWS 자격 증명을 추가하여 자신의 AWS S3 버킷을 Mindkosh의 데이터셋에 연결하는 방법을 알아보세요.
- [Azure 저장소 연결](https://docs.mindkosh.com/ko/management/datasets/azure.md): Microsoft Azure 자격 증명을 추가하여 자신의 Azure 버킷을 Mindkosh의 데이터셋에 연결하는 방법을 알아보세요.
- [Google 클라우드 저장소 연결](https://docs.mindkosh.com/ko/management/datasets/google.md): Google 클라우드 저장소 자격 증명을 추가하여 자신의 Google 저장소 버킷을 Mindkosh의 데이터셋에 연결하는 방법을 알아보세요.
- [조직](https://docs.mindkosh.com/ko/management/organization.md): Mindkosh에서 주석 팀을 쉽게 관리하세요
- [프로젝트](https://docs.mindkosh.com/ko/management/projects.md): Mindkosh에서 주석 프로젝트를 관리하세요
- [작업](https://docs.mindkosh.com/ko/management/tasks.md): 작업을 사용하여 Mindkosh에서 데이터를 주석하세요
- [배치](https://docs.mindkosh.com/ko/management/batches.md)
- [클래스 라벨](https://docs.mindkosh.com/ko/management/class-labels.md): 주석 작업을 위해 라벨 클래스를 추가하고 온톨로지를 정의하는 방법
- [주석 내보내기](https://docs.mindkosh.com/ko/management/exporting-annotations.md): Mindkosh Annotation 플랫폼에서 COCO 및 YOLO와 같은 다양한 형식으로 완료된 주석을 내보내는 방법에 대한 가이드
- [Mindkosh 라이다 주석 형식](https://docs.mindkosh.com/ko/management/exporting-annotations/mindkosh.md): 포인트클라우드에 대한 입방체, 폴리라인 및 분할 주석을 위한 Mindkosh 주석 형식 설명
- [품질 관리](https://docs.mindkosh.com/ko/management/quality-management.md): Mindkosh의 품질 관리 도구를 사용하여 고품질 데이터셋을 만드는 방법
- [권한](https://docs.mindkosh.com/ko/management/quality-management/permissions.md)
- [접근 수준](https://docs.mindkosh.com/ko/management/access-levels.md)
- [주석자](https://docs.mindkosh.com/ko/management/access-levels/annotator.md)
- [사용자](https://docs.mindkosh.com/ko/management/access-levels/user.md)
- [관리자](https://docs.mindkosh.com/ko/management/access-levels/admin.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mindkosh.com/ko/management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
