> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/home/quickstart/authority.md).

# 사용자 역할 및 권한

{% hint style="info" %}
앨리비의 기본 권한 그룹  :  최고 관리자 | 법무 담당자 | 일반 구성원
{% endhint %}

앨리비의 메뉴와 기능은 사용자 권한에 따라 설정됩니다. \
각 구성원은 하나의 권한 그룹에 속하며, 그룹에 따라 사용할 수 있는 메뉴와 기능이 달라집니다.

앨리비는 기본적으로 세 개의 권한 그룹으로 구성원을 구분합니다.

#### 1. 최고 관리자 <a href="#administrator" id="administrator"></a>

* 워크스페이스 내 모든 권한을 가집니다.
* 전체 계약서의 법무 담당자를 배정하고, 법무 검토 후 최종 승인을 할 수 있습니다.
* 기업의 송무와 자문을 전반적으로 관리합니다.
* 구성원 관리와 결제를 포함한 모든 관리 기능을 사용할 수 있습니다.

{% hint style="info" %}
조직 내 최고 의사 결정권자에게 이 권한을 부여할 것을 추천합니다.
{% endhint %}

#### 2. 법무 담당자 <a href="#legal-manager" id="legal-manager"></a>

* 구성원이 검토를 의뢰한 계약을 배정받고 검토할 수 있습니다.
* 검토 의뢰 단계의 계약을 1차 승인하거나 반려할 수 있습니다.
* 기업의 송무 사건과 자문을 관리합니다.

{% hint style="info" %}
조직의 법무 부서나 법무 검토 담당자에게 이 권한을 부여할 것을 추천합니다.
{% endhint %}

#### 3. 일반 구성원 <a href="#general-member" id="general-member"></a>

* 계약서를 작성하고 검토를 의뢰하여 계약을 진행할 수 있습니다.
* 본인이 담당한 계약의 법무 검토가 완료되면 후속 단계를 통해 계약을 체결합니다.
* 계약을 주로 수행하는 현업 부서에 권한을 부여할 것을 추천합니다.

{% hint style="info" %}
계약을 주로 수행하는 현업 부서원에게 이 권한을 부여할 것을 추천합니다.
{% endhint %}

기본 권한 그룹 외에도 필요에 따라 맞춤형 권한 그룹을 생성하여 구성원에게 부여할 수 있습니다.

[**권한 설정 가이드 바로가기**](/admin/permission.md)

계약관리솔루션 사용 시, 구성원의 권한에 따라 참여하는 단계가 다릅니다.

[**계약 진행 단계별 참여자 확인하기**](/clm/progress-stage.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://guide.allibee.ai/home/quickstart/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.
