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

# 시작하기

### 화면 구조 및 메뉴 구성

<figure><img src="/files/OiOv7kglJ36JWOppUTu6" alt=""><figcaption></figcaption></figure>

#### **메뉴 구성**

* **홈:** 한 달 요약 대시보드(5개 상태 카드), 캘린더 그리드, 임박한 대금 일정 패널, 최근 본 계약서를 한눈에 확인할 수 있는 메인 화면입니다.
* **검색**: 자연어 문장 검색을 지원하며, 최근 본 문서 목록이 자동으로 상단에 노출되어 빠른 재진입을 돕습니다.
* **전체 계약서**: 워크스페이스 내의 모든 계약서 목록을 테이블 뷰 형태로 조회하고 관리하는 공간입니다.
* **캘린더**: 5가지 주요 일정 컬러 필터를 토글하여 월별 일정을 시각적으로 모니터링하는 달력 화면입니다.

#### **사용 동선**

* **사용자 메뉴 칩**: 화면 좌하단의 본인 이름 영역을 클릭하면 계정 설정, 워크스페이스 관리, 고객센터, 로그아웃 팝업 메뉴가 열립니다.
* **환경설정 메뉴**: 사용자 칩을 통해 진입하며, LNB를 통해 내 계정, 연결된 앱, 회사 정보, 구독·결제, 사용자 관리, 알림 설정 등 6개 메뉴에 접속할 수 있습니다.
* **업로드 진입점**: 좌측 상단 `[+]` 아이콘과 전체 계약서 메뉴 우측 상단의 `[+ 추가하기]` 버튼을 통해 파일을 업로드할 수 있습니다.

***

### 권한 위계

#### **워크스페이스 권한**

* **마스터 (Master)**: 워크스페이스 생성, 결제, 멤버 초대 및 전사 알림 설정을 총괄합니다.\
  권한을 보유한 경우 좌하단 사용자 칩에 마스터 배지가 표시됩니다.\
  (*마스터는 항상 1명 이상 유지되어야 합니다.)*
* **멤버 (Member)**: 워크스페이스 관리자 전용 기능을 제외하고, 실무 업무 수행 및 폴더/계약서별 에디터·뷰어 권한을 부여받아 활동합니다.
* **게스트 (Guest)**: 지정된 폴더 및 계약서의 조회(Viewer) 권한으로만 활동하며, 에디터 권한 부여나 워크스페이스 관리 기능 진입은 불가합니다.

{% hint style="info" %}
하나의 로그인 계정으로 권한 수준이 다른 여러 워크스페이스에 참여하고 전환하며 사용할 수 있습니다.
{% endhint %}

#### **문서 단위 권한**

* **에디터 (Editor)**: 계약서 검색, 조회, 다운로드, 삭제는 물론 계약 정보 수정, 이행 타임라인 체크박스 제어, 권한 부여/회수, AI 질의응답이 모두 가능합니다. 체결본 계약서를 최초 업로드한 이용자는 자동으로 해당 문서의 에디터로 지정됩니다.
* **뷰어 (Viewer)**: 보안을 위해 계약서의 검색, 화면 조회, 원본 다운로드 기능까지만 접근이 허용되는 조회 전용 권한입니다.


---

# 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/cue/start.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.
