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

# 계약 분류 및 앨리비 계약서 템플릿

### 계약 분류 및 템플릿

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

* 계약 > 계약 분류 및 템플릿 메뉴의 앨리비 템플릿에서 계약 분류와 계약서 템플릿을 관리할 수 있습니다.
* Trial 기간에는 모든 계약 분류를 사용할 수 있으며, 계약서 템플릿은 국·영문 매매/비밀유지에 한해 체험할 수 있습니다.

{% hint style="success" %}
계약 분류 유형과 각 유형별 템플릿은 지속 업데이트 되며, 전체 유형은 [앨리비 로그인](https://app.allibee.ai/sign-in/) 후 바로 확인할 수 있습니다.&#x20;
{% endhint %}

***

1. 계약 분류

* 계약 분류는 AI 계약 검토 기능 및 계약서 템플릿 설정 시 기준이 되는 항목입니다.
* 일부 계약 유형은 AI 리뷰가 제공되지 않으며, AI 리뷰가 가능한 계약 분류는 목록에 V 표시로 구분됩니다.

2. 앨리비 계약서 템플릿

* 선택한 계약 분류에 따라 앨리비에서 제공하는 기본계약서 템플릿을 사용할 수 있습니다.
* 템플릿이 제공되는 분류는 화면 우측의 '사용할 앨리비 템플릿' 영역에서 확인할 수 있습니다.
* 일부 계약 분류는 템플릿이 제공되지 않으며, 해당 여부는 계약 분류 목록에서 템플릿 개수를 통해 확인할 수 있습니다.

{% hint style="info" %}
회사에서 사용하는 표준 계약서는 '나의 템플릿' 기능을 통해 등록할 수 있습니다. ([자세히 알아보기](/clm/management/template.md))
{% endhint %}


---

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