> For the complete documentation index, see [llms.txt](https://hustation.gitbook.io/fairy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hustation.gitbook.io/fairy/undefined/understanding/authority.md).

# 권한

{% hint style="info" %}
FAIRY는 **권한 별로 사용할 수 있는 기능과 메뉴에 제한**이 있습니다.&#x20;

반드시 필요한 기능만큼 사용자들에게 권한을 부여해야 프로젝트의 보안을 유지할 수 있습니다.
{% endhint %}

<figure><img src="/files/8F4PQexeBEJEyEDLcU7a" alt=""><figcaption></figcaption></figure>

### 관리자

> 관리자는 기업 및 프로젝트 등에 관계없이 워크스페이스의 모든 기능을 사용할 수 있습니다.
>
> (단, 평가시스템의 평가 기능은 권한이 없습니다.)

### PM

> PM은 프로젝트와 관련된 모든 기능을 설정할 수 있습니다.
>
> 기업은 자신이 소속된 프로젝트의 기업만 설정이 가능합니다.&#x20;

### 인사담당자

> 인사담당자는 자신이 소속된 기업과 그 기업에서 진행하는 프로젝트의 기능을 사용할 수 있습니다.

### 평가위원

> 평가위원은 평가시스템 접근 권한을 갖고 있습니다.&#x20;
>
> 채용에서 특정 전형의 평가위원으로 등록되어야 하며, 지원자 평가 및 기록을 할 수 있습니다.


---

# 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://hustation.gitbook.io/fairy/undefined/understanding/authority.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.
