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

# 계약 관리

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

전자서명에 사용할 인감을 미리 등록하고, 계약 체결에 필요한 계약 상대방 정보를 등록해 둘 수 있습니다.\
또한 계약서를 유형별로 분류하고, 각 분류별로 앨리비에서 제공하는 계약서 템플릿 사용 여부를 설정할 수 있으며,\
조직에서 사용하는 회사 표준 계약서를 템플릿으로 등록하여 반복적인 계약 작성 업무를 효율적으로 관리할 수 있습니다.

### 관리 기능 자세히 알아보기

{% content-ref url="/pages/8BG4mPuRD4pxdjojdCmW" %}
[인감관리](/clm/management/seal-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/zL56wBV2pFSzvd9pBRjT" %}
[계약 상대방](/clm/management/counterparty.md)
{% endcontent-ref %}

{% content-ref url="/pages/7NNz5B9ERqSyXcwPdIlx" %}
[계약 분류 및 앨리비 계약서 템플릿](/clm/management/category.md)
{% endcontent-ref %}

{% content-ref url="/pages/0HFnLG2qkn0TMe4S4U1Z" %}
[회사 표준 계약서 템플릿](/clm/management/template.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, and the optional `goal` query parameter:

```
GET https://guide.allibee.ai/clm/management.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.
