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

# Cue

- [소개](https://guide.allibee.ai/cue/about.md): 계약서 분석부터 일정·의무·리스크 관리까지 지원하는 AI 기반 계약 관리 솔루션
- [시작하기](https://guide.allibee.ai/cue/start.md): Cue의 화면 구성과 주요 기능, 기본 사용 방법을 확인할 수 있습니다.
- [전자서명](https://guide.allibee.ai/cue/esign.md): 계약서에 대한 전자서명을 요청 및 관리할 수 있고, 완료된 서명본은 앨리비에 자동 등록됩니다.
- [계약 관리](https://guide.allibee.ai/cue/management.md): 계약서 등록부터 계약 이행 관리까지 Cue의 주요 계약 관리 기능을 확인할 수 있습니다.
- [계약서 등록 및 관리](https://guide.allibee.ai/cue/management/contracts.md): 계약서를 등록하고 검색하며 계약 정보를 체계적으로 관리할 수 있습니다.
- [계약 상세 및 이행 관리](https://guide.allibee.ai/cue/management/details.md): 계약 정보와 이행 일정을 확인하고 계약 이행 현황을 관리할 수 있습니다.
- [캘린더 및 알림 연동](https://guide.allibee.ai/cue/management/schedules.md): 계약 일정을 캘린더와 연동하고 주요 기한에 대한 알림을 설정할 수 있습니다.
- [설정](https://guide.allibee.ai/cue/settings.md): 계정 정보부터 사용자, 결제 및 알림 설정까지 워크스페이스 운영에 필요한 설정 기능을 확인할 수 있습니다.
- [계정 설정](https://guide.allibee.ai/cue/settings/account.md): 계정 정보와 외부 서비스 연동 설정을 관리할 수 있습니다.
- [워크스페이스 관리](https://guide.allibee.ai/cue/settings/workspace.md): 워크스페이스 정보와 사용자, 결제 및 알림 정책을 관리할 수 있습니다.
- [자주 묻는 질문](https://guide.allibee.ai/cue/faq.md): 앨리비 Cue를 사용하며 자주 묻는 질문과 답변을 확인해 보세요.


---

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