> 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/access-levels/annotator.md).

# 주석자

주석자는 프로젝트에 접근할 수 없으며, 그가 배치에 할당된 작업(주석자, 검토자 또는 품질 검사자로서)만 접근할 수 있습니다.

1. 작업
   1. 주석자는 자신이 배치에 할당된 작업을 볼 수 있습니다.
   2. 주석자는 작업을 편집하거나 주석을 내보내거나 자동 주석 기능에 접근할 수 없습니다.
2. 배치
   1. 자신에게 할당된 배치에서 작업
3. 이슈
   1. 이슈를 생성하고 이에 댓글을 달 수 있습니다.
4. 검토
   1. 주석자는 그 배치에 품질 검사자로 할당된 경우에만 배치를 검토할 수 있습니다.


---

# 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/access-levels/annotator.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.
