> 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/user.md).

# 사용자

사용자 유형 사용자는 자신이 생성했거나 배정된 프로젝트를 완전히 제어할 수 있습니다. 또한 어떤 프로젝트에도 속하지 않은 작업에 대한 모든 접근 권한이 있습니다. 그들은

1. 프로젝트
   1. 프로젝트 생성
   2. 배정된 프로젝트 편집/삭제
2. 작업
   1. 배정된 프로젝트 내에서 작업 생성
   2. 고아 작업 생성 - 상위 프로젝트가 없는 작업.
   3. 배정된 프로젝트 내의 작업 및 고아 작업 편집/삭제.
   4. 주석 내보내기
   5. 자동 주석 기능 실행
   6. 사용자를 배치에 할당.
3. 이슈
   1. 이슈를 생성하고 댓글을 달 수 있습니다.
4. 검토
   1. 배치를 검토할 수 있습니다.

{% hint style="info" %}
이 규칙은 사용자가 해당 프로젝트에 배정된 경우에만 적용됩니다. 단순히 배치에만 배정된 경우에는 주석 유형 사용자와 동일한 권한을 가집니다.
{% endhint %}


---

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