> 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/getting-started/key-terms.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/getting-started/key-terms.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.
