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

# 계약 관리

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

Cue는 계약서를 단순히 보관하는 것을 넘어 계약 정보, 일정, 의무 및 리스크를 체계적으로 관리할 수 있도록 지원합니다.\
계약서 업로드와 검색, 계약 정보 확인, 이행 일정 관리, AI 질의응답, 캘린더 및 알림 연동 등 계약 이행 전반에 필요한 기능을 제공합니다.

### 계약 관리 자세히 알아보기

{% content-ref url="/pages/B2X7CyhEgUmy6JWoUPrc" %}
[계약서 등록 및 관리](/cue/management/contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZnrGUq5vhrqwJiDetvEs" %}
[계약 상세 및 이행 관리](/cue/management/details.md)
{% endcontent-ref %}

{% content-ref url="/pages/Zfgj1GAh69QO3h8UttQ7" %}
[캘린더 및 알림 연동](/cue/management/schedules.md)
{% endcontent-ref %}


---

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

```
GET https://guide.allibee.ai/cue/management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
