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

# 소개

<figure><img src="/files/38r3PkKr8ZjceUVpXi6x" alt=""><figcaption></figcaption></figure>

앨리비 계약관리솔루션 코어는 계약서 작성, AI 리뷰, 전자서명, 체결본 보관 등\
계약 업무에 꼭 필요한 핵심 기능만을 담은 솔루션입니다.

전문가가 검수 템플릿과 직관적인 에디터를 통해 계약서를 쉽고 빠르게 작성할 수 있으며,\
AI 계약 리뷰 기능으로 계약서를 검토하여 리뷰 시간을 줄일 수 있습니다.

전자서명을 통해 종이 서명과 동일한 법적 효력으로 계약을 체결할 수 있으며,\
체결본 보관함을 통해 완료된 계약서를 안전하게 보관하고 필요할 때 손쉽게 조회할 수 있습니다.

복잡한 과정 없이 필요한 기능만 조합해 바로 사용할 수 있어 유연한 계약관리를 원하는 조직에 적합합니다.


---

# 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/core/about.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.
